studentkra
About
- Username
- studentkra
- Joined
- Visits
- 8,142
- Last Active
- Roles
- Member
- Points
- 33
Comments
-
Martin, you have to edit file openwebrx.min.js Its is the same, but compressed. {hz_per_large_marker:1e3,estimated_text_width:70,format:"{x} ",pre_divide:1e6,decimals:3}] {hz_per_large_marker:250,estimated_text_width:70,format:"{x} &…
-
https://forum.kiwisdr.com/uploads/120/MVFBMTS0NPOL.jpg 😉 In openwebrx.js change last values in " var scale_markers_levels": "hz_per_large_marker":250, (was 1000) "decimals":5 (was 3) …
-
Changing the Kiwi logo in the top left corner , hidden band bar, transparent toolbar. <script type="text/javascript"> document.addEventListener('DOMContentLoaded', function(){ document.querySelectorAll("#id-left-logo").for…
-
Is your browser play audio from other services? For example, open YouTube in a browser and check the sound playback.
-
This is my temporary solution for std.swl. Modification of the freqset_car_Hz(fcar) function. Maybe it will be useful to someone. Perhaps @jks will implement something like this in the future. https://forum.kiwisdr.com/uploads/493/MT6WRXQ45P1U.rar
-
I have FlyDogSDR. Updates will come in few days or more.
-
I understood. One of this is my receiver. However, it is not exactly a Kiwi))) I'll test it when I get an update. Thanks!
-
@jks, thank you for your work! And what do you mean about "air-band Kiwi in Japan"? Did they have the same problem?
-
Just сomment out this function in kiwi.js file. function kiwi_geo() { //return encodeURIComponent(geo.geo); } Location will be "undefined" always. https://forum.kiwisdr.com/uploads/235/ELWQDUH2NX9J.jpg Or in kiwi.min.js file. I have no Ki…
-
tmp_offset has a step of 1 Hz and only affects to the drawing of markers on the scale. You can try 1Hz step. It does not affect the accuracy of receiving any way.
-
Yes. The offset frequency on the admin interface is still set to 1kHz. But you can use the ADC calibration for fine tuning.
-
The scale issue has been resolved. I think so ))) Changed in function mk_freq_scale() var tmp_offset = 250000; // Setting the temporary offset var spacing = get_scale_mark_spacing(g_range); g_range.start = g_range.start + tmp_offset; //Set new scale…
-
Thanks! I'll hope it will be fixed. I used a si5351 generator, that was fine tuned to 106.000 MHz. But it has a lot of spurs! I bought a 106.250 MHz crystal generator. Its frequency is much cleaner and I can't change it. But there was a problem with…
-
Error in rounding frequencies of large markers. var scale_markers_levels Temporarily set always rounding in two decimal digits. "decimals":2 Not very convenient, the markers are not at multiple frequencies, but this is a temporary solution…
-
ArturPL, if you have access to the kiwi.js file, you can simply change this string #16: volume: 50, 0 is minimum volume 200 is maximum.
-
jks, "TERRIBLE looking waterfalls" this is the main reason why I was forced to add a script that changes cookies. Many users visiting my receiver for the first time did not understand at all what it was. The waterfall was green-orange and…
-
You can view the list of cookies and it's values in your browser options. For different browsers is a different ways how to do it. Cookies is about 30 pieces. Everyone is responsible for some kind of setting. I didn't experiment with all cookies. An…
-
You can prevent users from changing almost any settings. More precisely, with a new input, the settings will be restored. A small java script edits cookies before starting the OpenWebRX shell. For example, disabling audio compression: <script ty…
-
Low temperatures is not so terrible for the equipment. It heats itself up. But a strong change in temperature can be harmful. I have a WiFi dongle Dlink DWA-125 (in a round case). According to the specification, it works from 0℃. According to experi…
-
This winter had a similar problem twice due to low temperatures. The receiver is located in a barn without heating. The first time there was a power outage for one hour. And the WiFi USB dongle couldn't start because of the cold. The second time aga…