studentkra
About
- Username
- studentkra
- Joined
- Visits
- 8,138
- Last Active
- Roles
- Member
- Points
- 33
Comments
-
@jks, it would be nice if we can leave comments in the personal blacklist in the web interface about ip address. I update my blacklist very often. And I keep forgetting which addresses I add and for what reason. I think many people agree with me.
-
SQL and AGC corrupt the beginning of the file record. I tested on different KiwiSDR. A piece is missing from the beginning of the record, while SQL is opening. And not from the very beginning. 0.5 seconds is fine, then a fragment is missing for abou…
-
G8JNJ, try to set the AGC Decay parameter to the minimum value. https://forum.kiwisdr.com/uploads/536/4XA55RXYBLVJ.jpg
-
@jks, thanks for the detailed description of GPIO. I have not studied this in detail. Just assumed to use a Beaglebone hardware UART.
-
Beaglebone green is already has a serial port on board. No needed USB-to-serial# adapters.
-
I am always ready to help!😎
-
<script type="text/javascript"> document.addEventListener("DOMContentLoaded", function() { document.querySelectorAll("#id-top-photo-img").forEach(function(e) { e.src = "http://www.radioscanner.ru/tools/logo.j…
-
https://forum.kiwisdr.com/uploads/591/KPYW2Q4A3579.jpg
-
Its very easy to do! Iam using transparent panel for a long time. https://forum.kiwisdr.com/index.php?p=/discussion/comment/13722/#Comment_13722 https://forum.kiwisdr.com/uploads/716/6G0HMOPB6OG7.jpg
-
I am using a small python script. It runs every hour on schedule( cron @hourly python /home/flydog/logs/User_log.py). Scans the Kiwi log file and writes each user's connection and disconnection data to a separate file. Information about attempts to …
-
From about 20:00 UTC June 3 to 10:00 UTC June 4, I saw similar problems with any kiwi in my country. The admin page took a long time to load. The waterfall was stopped. Maybe there is some connection? The ISP reported problems on its end.
-
On my receiver, many bots "sit" on frequencies where there can be no signals. Or listen masked frequencies. Why they need it is a mystery. If you need, I can try to write a script that will automatically kick the user when switching to IQ …
-
Hello John! I think the frequency labels should be left in portrait mode. Because the waterfall is long. And in landscape mode, the waterfall is very small. The frequency labels and the top-bar make it even smaller. https://forum.kiwisdr.com/uploads…
-
Yes. In mobile FireFox is still popup panel. Its strange, that different browsers in different OS show the same javascrypt by the different.
-
@jks, you can test keyboards in different inputmode on different mobile OS using https://inputmodes.com/. Also in function panels_setup() instead of "onFocus", it's better to use "onClick". It will prevent this popup bar. (If usi…
-
Thank you for your great work and hard work!
-
@jks, thanks! I'am "full zero" in FPGA programming)))
-
Hmmm. In "decimal" case my Android show this keyboard. Not like on photo in your link. https://forum.kiwisdr.com/uploads/707/2H7UCWAU4OVK.jpg It can be switch from original keyboard by pressing "123" ("abc") key in lef…
-
@jks , in version 1.517 you have used inputmode "tel" for the numeric keypad. But then change it to "decimal". Some of the users did not like this keyboard?
-
I also have a question. Will it work without a GPS chip? Or without powering the GPS chip.
-
https://forum.kiwisdr.com/uploads/825/G4ABIA4KEQQR.jpg Numeric keypad with large buttons for android to enter the frequency. Javascript for testing. Use Additional HTML/Javascript for HTML field. <script type="text/javascript"> setTi…
-
Ok. Change display frequency only for link. (Add new var copy_link) function freq_link_update() { var host = kiwi_url_origin(); var copy_link = (freq_displayed_Hz/1000 + cfg.freq_offset).toFixed(cfg.show_1Hz? 3:2); var url = host +'/?f='+ copy_li…
-
https://forum.kiwisdr.com/uploads/334/HZQCATC60S4B.jpg Yes. It works. I think))) It cause DX label troubles while editing. @jks, you are doing a great job! Thank you!
-
I add frequency offset in function freqset_update_ui() freq_displayed_kHz_str = (freq_displayed_Hz/1000 + cfg.freq_offset).toFixed(cfg.show_1Hz? 3:2); I think it works. No! it not works )
-
Thanks!
-
I'm posting here so I don't open a new thread. Function "copy to clipboard" does not add a frequency offset and frequency in the link is not correct. https://forum.kiwisdr.com/uploads/907/RAABX307O1EY.jpg
-
I understood you. My mobile keyboard appears only after tapping on the frequency input field. And never in other cases. By the way, it would be nice to make it so that this keyboard was immediately digital. Because you can only enter numbers.
-
Do you mean that on Android, to enter a new frequency, you must first manually delete the current frequency? I have exactly that.
-
Yes, try to divide each "hz_per_lage_marker" value by 4. "decimals" value means the number of decimal places on the scale. Each "block" corresponds to a certain zoom. I figured out why editing the file didn't work. You …
-
Martin, strange... It have to work only on maximum zoom. Add this script in Additional HTML/Javascript for HTML <script type="text/javascript"> var scale_markers_levels = [ {"hz_per_large_marker":10000000, //large "…