jks

About

Username
jks
Joined
Visits
36,340
Last Active
Roles
Member, Administrator, Moderator
Points
642

Comments

  • I'll see if that can be done. Remember that many sliders have keyboard shortcuts. Use the v and V keys to adjust the volume. Type h or ? to see the full list of shortcuts.
  • It won't be available until the next release which is waiting for me to finish with the AI-64 changes.
  • Let me address just the iPhone "decimal keypad" issue. I actually have some code to support the other ("tel") keypad which includes the special characters * + # , ; But the problem with that keypad is it has no decimal point whic…
  • The Kiwi board ran on the AI64 for the first time today. After a month of difficult work due to many factors, including the preliminary state of the AI64 software. Even though it works in principle it will take more time before I can simplify and au…
  • Hi George, By "retain" I assume you mean save and restore the value of the "tail" menu (squelch hang time) across a page reload. Yeah I can do that. Let me put it in the next release. The frequency-under-the-cursor function is av…
  • There is no Kiwi admin setting to do this, but you can certainly do it if you have some Linux command line knowledge. ssh/PuTTY into the Kiwi as root. Then use your favorite text editor on the file /etc/hostname. Use the reboot command when finished…
  • I got microkiwi_waterfall.py running again under Python 3. Update from my repo: https://github.com/jks-prv/kiwiclient Also consider using the --wf option to kiwirecorder.py for something similar. See the example invocation in the Makefile (target wf…
  • When you changed the FPGA mode from 4-channels to 8-channels the value of Number of simultaneous channels available for connection by non-Kiwi apps on the admin page, control tab probably needs to be increased.
  • The input 5V should definitely be fed via the 2.1/5.5 mm DC jack on the AI-64. Have a look at the schematic page 29 (kiwisdr.com/files/BeagleBone_AI-64_Rev_B1_SCH_220602.pdf) The power mux chip (TPS2121) has an output current limit of 4.94A set by R…
  • It only works when the band ITU / Visibility field is set to any or show on band scale only. It doesn't work when the band is only in the band menu and not also visible on the band scale.
  • I'll make it the n key in the next release. t was the only lowercase letter left. n is at least next to the m key for the related memory menu.
  • I fixed .config => kiwi.config in the instructions. Also swapped mmc0/mmc1 in the Debian 10 section. Not sure how I missed that or why no one mentioned it until now. I see that Debian 9 (BBAI) also has it reversed compared to Debian 8.
  • "... keeps turning itself off after about 5 minutes." This is a symptom of the sd card being installed and the software restoration process running. You don't install the sd card for normal operation (unlike, say, a Raspberry Pi). The Kiwi…
  • I added these, but note 140.82.0.0/18 (0.0:63.255) has been in the blacklist for almost a year. So I don't know how you'd be seeing 140.82.24.131 if you have things configured properly. Make sure you are running a recent software version and have au…
  • Look carefully at the ant-switch-backend-ms-s4a-web script you're trying to use with the ms-s5. You probably have to change the value of ANTENNAS from 4 to 5. Also note the very clumsy sequential stepping it does to select the desired antenna. This …
  • Okay, give it a try and see if it works for you. I will try to explain. Your particular issue is not because of an IP blacklist problem. Rather, a problem with the "fail-to-ban" (f2b) rules that the proxy and forum servers use to try and d…
  • Well, I have no email from you. You could try sending a forum private message to me instead.
  • If your Kiwi has updated to v1.544 then this problem should be fixed.
  • Yes, we have had this exact issue before. When the ip blacklist was first started some overly-broad IP ranges were suggest and not checked carefully enough. They ended up snaring legitimate IPs, including residential Internet service. Please email y…
  • From the CHANGE_LOG file: v1.544 Jun 23, 2022   Admin page, DX tab:     Show solitary circle-plus icon if all band bar entries have been deleted.     Don't allow last remaining DX label list or band service menu entries to be removed.       Selcall …
  • Did you also remove all the entries in the "band service menu" or the "DX labels" areas? Or only in the "band bars" area? This is very important as my fix is much simpler if you've only removed all the entries in the &q…
  • Are you sure? Although the "/A" Kiwi seems to be running now (it's been up 3+ hours and I can now connect) the "stats" tab says it's still running 1.538. Maybe it'll get 1.543 during the update window..
  • I see now. Pretty obvious. If you remove the last entry then there is no circle-plus button left to add any new entries! I guess I'm going to have to add code to handle this corner-case. It applies to the DX labels list as well. Attempting to recove…
  • Fun fact: The TDA4VM data sheet is 232 pages. The silicon errata is 70 pages. The technical reference manual, with all register descriptions, is 23701 pages (not a typo -- 23.7k!) FML..
  • Probably some sort of damaged build that we see sometimes. kiwisdr.com shows a public registration attempt every 10 minutes, but running v1.538 each time. So the update never succeeded. I can't make a user connection at all, so debugging this will b…
  • Okay, so I've ordered one of these. In case it isn't obvious, don't go buying these things yet expecting them to work with the current Kiwi software release. It is quite likely some new software support will be required. Particularly GPIO differenc…
  • Works fine for me on your Kiwi. It's only visible when the "Stats" tab is selected (the "WFn" tab is selected in your screen shot). BTW, it has a lot of blank space at the bottom of the iframe. I found using height="25"…
  • Update: So it's probably because of all those continuous connections your Kiwi has from digiskr (shown as "digiskr_0.35.1" in the users tab channel list). When a new update is available it will not install if there are active connections. …
  • Hard to say without me talking a closer look. I see this is a public Kiwi. If you set a temporary admin page password and email it to support@kiwisdr.com I can take a look. It's odd that a forced update works but a scheduled auto update does not. Th…
  • Good point Martin, thank you.