studentkra

About

Username
studentkra
Joined
Visits
4,029
Last Active
Roles
Member

Comments

  • @k6fod If you are a KiwiSDR admin, try adding this script to the Additional HTML/Javascript for HTML field. <script type="text/javascript"> document.addEventListener('DOMContentLoaded', function(){ document.getElementById("id-ba…
  • @jks, you don't have to worry about noise in the power circuits. They are almost invisible and do not interfere. At the expense of the SPI bus, chip breads is a good barrier to a digital bus interference source. But you need to take into account tha…
  • Another interesting point. I also have a KiwiSDR clone that works with the Radpberry Pi 3B board. The frequency of the SPI bus is the same there, 48 MHz. However, the main source of interference is at 120 MHz, unlike KiwiSDR, where the SPI bus makes…
  • HB9TMC Most likely, SMPS interference is emitted by the antenna cable connected to the SMA. Most likely, from its shielding. I tried connecting either the main antenna or just the GPS antenna. When only the GPS antenna is connected, I also observe t…
  • I see. This was to be expected. And here, most likely, it's not about the load. The capacitor makes the pulse fronts flat. And at a frequency of 48 MHz, these pulses can no longer be recognized. As far as I understand, there is a parallel data bus t…
  • Although the SPI bus specification does not involve the use of blocking capacitors to ground, I think it's worth a try. Capacitors need to be installed on both sides. Near the GPIO connector and near the FPGA. The capacity should be tens of picofara…
  • HB9TMC, yes, you're right. There was interference from KiwiSDR on the nearby antennas of other receivers that work on VHF. And it's definitely not from the power cable. As I already wrote, connecting the SMA connectors to the aluminum housing reduce…
  • Glenn, I didn't understand what you wrote at all ))) But I think it's fascinating. Perhaps I should study high-frequency currents in more detail. Thanks!
  • I don't understand high-frequency currents at all and how they propagate. I had the lowest grade in this subject at the institute. But by an experimental method, I found out that SMA connectors that do not have physical contact with the aluminum hou…
  • Hi, jks. I don't have admin access to my KiwiSDR yet (I rented it). Later I will ask the host to grant me full access. As for the SPI and PWM noises, they have different shapes and are easily distinguishable on the waterfall. SPI noises have a prono…
  • I almost got rid of the internal noise of the Kiwi SDR on VHF by connecting the SMA connector housings to the aluminum housing. And you want to isolate them from the masses! I think it's a bad idea. However, my setup is specific. All the antennas ar…
  • jks, thank you for your work! Adding a controlled attenuator gives a lot of interesting things! Schedule management is brilliant! And of course the admin has to decide whether the user can control the attenuator.
  • Are you saying that the attenuator will be controlled by the user?!!
  • Here is a screenshot. It's 13:40 local time. https://forum.kiwisdr.com/uploads/339/5SY2BGOXAGB5.jpg
  • Martin, it would be very interesting to know your opinion about my KiwiSDR. However, it is only available for my country's IP addresses. https://forum.kiwisdr.com/uploads/295/3JBN8NIQ8B8K.jpg https://forum.kiwisdr.com/uploads/379/W2IOY2MADTKE.jpg
  • Hello, @jks! Many use an active antenna powered by a coaxial cable. I use a single 5 and 12 volt power supply with a common ground for this. In this case, it turns out that the SMA housing of the KiwiSDR connector will be connected to the housing of…
  • Hello everyone! Maybe someone will be interested in this. Can dear @jks add this to the new release)) I wrote a small script for KiwiSDR. The script collects SNR rating data from the site http://rx.linkfanel.net/snr.html and draws rating charts for…
  • I was glad to help!
  • Maybe the FireFox console has some additional security settings that don't allow functions to run or something like that? Try to type just: export_waterfall(); And it seems to me that you have some other console)) Press F12 and chose "Console&q…
  • I check in Firefox. It works ))) https://forum.kiwisdr.com/uploads/606/USABQ5RAG5AK.jpg
  • Martin, I tested it on the original KiwiSDR and on the non-original. Everything works and I don't get any errors. I realized your mistake. Use the browser console (F12 or ctrl+shif+j) and not the ssh console.
  • There is a function export_waterfall(). It records the waterfall in a jpg file. This function can be called periodically after a certain time. This way the waterfall will be saved automatically. For example setInterval(export_waterfall, 60000); will…
  • Thanks, John. We always ready to give you new ideas. And I really hope that you will be able to implement them.
  • As I understand it, sig-gen is an FPGA software tool. What if we try to use a free GPIO and generate a hardware PWM signal to test the ADC?
  • Just add grim reaper to the black list and stop thinking about this!!!
  • I will add a little to the theme of camping. Let's assume that KiwiSDR has masked frequencies with password access in the address bar. And there is an authorized user who is currently listening to this frequency. Then by connecting via the camping, …
  • In addition to KiwiSDR, I have several other receivers with remote access. And these receivers work on VHF. The installation of this end plate with a physical SMA contact on the shield completely freed the VHF receivers from interference. And by the…
  • Martin, thanks! Very interesting article!
  • Hi. I found that KiwiSDR in such metal case emits interference at frequencies above 65 MHz. The culprit of the interference is the LMR10530Y pulse converter. But the main problem is that the SMA connector thread does not have physical contact with t…
  • I also couldn't understand the properties of this "object" for a long time until I placed it inside <div></div>. After that, it is subject to any transformation.