jks
About
- Username
- jks
- Joined
- Visits
- 36,340
- Last Active
- Roles
- Member, Administrator, Moderator
- Points
- 642
Reactions
Comments
-
The application from the user request is output of the current tuned frequency. So for example an external loop tuner could track the Kiwi. I have this working. BUT, it looks like it's all for nothing. Whoever wrote the serial/USB driver does busy w…
-
Done. Will be in the next release, which will be in a day or two. clk_ext_gps=0,2 First digit, external ADC clock: 0=no, 1=yes Second digit, GPS correction of ADC clock. Values: ADC_CLK_CORR_DISABLED = 0, ADC_CLK_CORR_CONTINUOUS = 1, ADC_CLK_C…
-
No problem with that. Although since v1.555 was just released the git log has progressed a little bit. To see the recent git log use the gcoms alias, i.e. cdp gcoms The "develop" branch is used as a staging area for the release under devel…
-
I sent you an email Matt. It is probably a large log file or something. But I would need to look around to find out.
-
The Beagle has a very strict 50 millisecond maximum "ramp up" time required on the 5V input. If your power supply takes longer than that the power management IC (PMIC) on the Beagle will refuse to power up. This is because the sequencing o…
-
Mouser has 39 in stock at the moment. Octopart search: https://octopart.com/search?q=BBONE-AI¤cy=USD&specs=0 (first result catches AI-64, so ignore that)
-
Thanks for the report. Glad it worked for you. I've been running some very heavy non-Kiwi stuff on mine. The temps never get above 39 degC. What a difference compared to the BBAI. Others on the AI-64 forum use a fan configuration like yours. So I th…
-
Starting a sideband filter at 0 Hz makes no sense at all. There is no reason any of the passband setting options should do that. Like Martin says, if you want a specific sideband filter then just specify it with the "slash comma" notation:…
-
@sesykes71 Steve, on your Kiwi, admin page, update tab you have the Automatically check for software updates? and Automatically install software updates? both set to NO. How long has that been the case? The log indicates this is why you're not rece…
-
Replied to your email..
-
@sesykes71 Could you please email the URL and admin password (change it to something temporary) to support@kiwisdr.com? I think you did this back in January for a similar issue with update problems. It's easiest if I can login and poke around to …
-
@G8JNJ Type in admin console: git fetch origin git show origin:Makefile | head -n2 What do you get?
-
It seems GitHub.com can't be pinged anymore. What happens when you try: cdp git show origin:Makefile | head -n 2
-
Sure. I do something roughly equivalent when I develop here. I rsync the development sources from my laptop to various Kiwis and then just do a make; make install on them to try things out. The Kiwis don't even have git clones most of the time.
-
Not mentioned in the CHANGE_LOG, but for the WSPR/FST4W settings the ADC clock corrections occur in the 8-10 second window at the end of the cycle (mode dependent). This is enough to get 3-4 corrections which is sufficient. This because Christoph's …
-
The WF rate has never been saved in browser storage. Mostly because of the potential support issue. If a slow rate had been set, saved, and forgot about, then on subsequent page loads people might wonder why the waterfall was broken. And I'd get ema…
-
Okay, my fault. I misinterpreted the meaning of "clock updates". Yes, I think I should be able to synchronize the GPS-driven ADC clock corrections to the WSPR-2 two minute (wall clock) boundary. I'll do this as an admin configurable option…
-
Your version of the antenna switch extension already has the provision for various frequency offsets per switch position, but would it be possible to add a tick-box per switch for the new high-side injection option too ? Oh, that's a really good ide…
-
Yes, I didn't really consider cloning when I decided to put the non-DX label info in the general configuration file (DX type, band bars, band service). If that info had gone into its own file then a clone-DX-only function could have been achieved us…
-
Assuming your router has been setup to forward port 22 of the Kiwi to port 22 of your public ip address: Login to Kiwi you want to copy TO cdp; mst; mdi Stop the Kiwi server running cdk Go to kiwi.config directory scp root@hostname_kiwi_copyin…
-
I have sent you a private message.
-
Yes, this should be fairly easy to do. What worries me more is that this is even a problem. GPS correction of the Beagle date/time (as opposed to the constant tiny correction to the Kiwi ADC clock) is not enabled by default. You must explicitly set …
-
@Shakti Okay, the new kiwirecorder has been pushed to GitHub. Use the --help option with kiwirecorder and look at the Makefile where the --wf-png option is used for examples.
-
@Shakti Okay, that sounds good. I am almost ready to upload the kiwirecorder changes. Just finishing documentation. Make sure your Kiwis are running version v1.550 or later to be able to use the new DRM features. I'll reply here when the new kiwire…
-
@clitang The body of your message is missing. But I'm going to guess you have a similar problem. If the check port open button on the network tab is not returning "YES" for either result then it might be that your network connection can't…
-
That was a serious question, btw. Made just a few minutes before I had to retire for the day. Not having access to GitHub.com is a serious problem since that's where the Kiwi sources are kept. Note that this failure is not a DNS lookup issue (which …
-
Are you in China or Russia?
-
According to that you're already running v1.522 What does the Check Now button say on the Update tab?
-
Glad it finally worked for you. The code from wsprd used in the Kiwi software is very old (circa 2016). So it's not surprising a recent version of WSJT-X does better. Also not a surprise a FT857D hears better than a Kiwi. Thanks again for helping fi…
-
For example, if I do curl kphsdr.com:8072/status from a Terminal app window on my Mac I get this: # curl kphsdr.com:8072/status status=active offline=no name=KPH-LF/MF | Point Reyes National Seashore, California, USA sdr_hw=KiwiSDR v1.538 📡 GPS …