jks
About
- Username
- jks
- Joined
- Visits
- 36,317
- Last Active
- Roles
- Member, Administrator, Moderator
- Points
- 642
Reactions
-
Bad drift but ALL 12 CHANNELS GPS GOOD [check "Acquire if Kiwi busy?" checkbox]
-
SSTV not working with 3 channel configuration (fixed in v1.822)
-
QiwiQ a KiwiSDR client for Android: looking for feedback, testers and comments
The EXT socket you used to open DRM can be used to open any of the extensions. You just change
ext_switch_to_client=Xwhere X is the name of the extension as it appears in the extension menu on the Kiwi UI. As mentioned before, you can very easily use the browser debug window "network" tab to see exactly what socket command are being sent by the Kiwi Javascript client code -- commands that you will have to send yourself. This is much easier than reading the code to see what it's doing. Select the EXT socket and HTTP response tab.A lot extensions can run without any parameters needing to be set. E.g. the
cw_decoder,cw_skimmerandFT8extensions because their default parameters will just work. All you have to do is somehow display their decoding output. In the case of the cw decoders that means processing thecw_chars=...message. And ignoring messages likecw_plotandbar_pctif test mode is active. For FT8 just process thechars=...message.Send a close or stop and blur messages when done (varies by extension for historical reasons).
You can use the test mode message to debug with to get a strong pre-recorded CW signal that will decode 100%. Similarly for FT8 mode. No tuning to an active CW/FT8 frequency required.
-
QiwiQ a KiwiSDR client for Android: looking for feedback, testers and comments
@XPloRR Sorry, traveling on vacation. Squelch should work on NBFM/NNFM. I didn't write the squelch code so I can't give exact answers. But the squelch level value seems to change depending on the passband width. So a squelch-close value required for NBFM won't quite be the same as for NNFM. ANd similarly for the non-FM modes. But it should work (it does work if you try using the Kiwi UI).
-
KiwiSDR 2 production status
Please see latest production status info at the end of this thread.
I received 5 prototypes three days ago (Oct 7) built by MacroFab. They work fine. I'm in the middle of characterizing them. The photo below lists most of the new hardware features (click for larger).
Some of the prototypes will be sent to beta testers who have exceptional reception and can split an RX antenna between a Kiwi-1 and Kiwi-2 so we can do some A/B comparisons. We should also have samples of the new enclosure soon.
-
QiwiQ a KiwiSDR client for Android: looking for feedback, testers and comments
@XPloRR Do you write iOS apps as well? We've had many requests for a comprehensive Kiwi iOS app over the years. But no success in getting anyone to do it who would be remunerated by selling licenses on the app store (i.e. we have no money to fund development ourselves).
Related: I mentioned previously that I bought a license. But currently there is no feedback when you enter the license key. So unclear if it's been accepted or not. Perhaps the linkage with the licensing backend isn't setup yet.
-
Please protect your KiwiSDR 2 from the high-level RF fields of nearby transmitters
Cautionary tale from Clint KA7OEI's blog about an Ali Express "SDR TX/RX Switch": https://ka7oei.blogspot.com/2025/02/ali-express-sdr-txrx-switch-design-not.html
-
TDOA Stations not appearing on map [fixed itself]
Hi John. Not sure what might have happened. The TDoA station list is generated dynamically by the same process that generates the rx.kiwisdr.com list, which in turn causes map,kiwisdr.com to be updated.
But the reference station list is static, and it disappearing would indicate more of a kiwisdr.com web server problem or Internet problem. The web server logs for the refs.cjson file at that time are:
[23/Jul/2025:12:13:29 +0000]
[23/Jul/2025:13:20:42 +0000]
(all UTC) So, the web server didn't see any requests at precisely 12:36Z. So my guess would be a temporary Internet routing problem between your location and tdoa.kiwisdr.com (same server as kiwisdr.com).
-
installing a second kiwisdr
-
kiwirecorder v1.7: chunk package problems fixed (hopefully)
v1.7 includes the source code of the "chunk" package that was removed in Python 13 and replaced by "chunkmuncher". Which then could not be installed in all versions of Debian 13 (including a new package called "standard-chunk").
Including the source directly should eliminate all these problems (hopefully).







