Replies: 5 comments 9 replies
-
Is this the Zero or the Zero 2W? I am asking for the chipset, the RPI1 has limited floating support. One way is perhaps to cross-compile in a Docker and statically link the RTL-SDR library in the executable. Is not an easy one. |
Beta Was this translation helpful? Give feedback.
-
Sorry, it's the Zero 2 W |
Beta Was this translation helpful? Give feedback.
-
The debian package works and runs great! If it can include the SDR V4 that would be great. As long as we are at it, is there any way to include microseconds in the received time? As long as I am getting the same AIS report at multiple locations, I may as well take a whack at TDOA |
Beta Was this translation helpful? Give feedback.
-
Ok, the Debian packages should now support the RTL-SDR V4. I have statically linked the library in the executable and build that from source. I can however not test if it now works with the V4. So, feedback appreciated. Microseconds is possible. Will put it on the to-do list. |
Beta Was this translation helpful? Give feedback.
-
The Pi 4B/2GB works great and isn't that much more than the Zero 2W, especially when you consider the overall cost of dongle, cases, antenna, cables. I admire Jasper's programming skill to get it to run on such a constricted device but wonder if it's a good expenditure of time/effort. Anyway I have a Zero 2W lying around someplace and will give it a try. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your ongoing support. My project is going well, beta testing with RTL-SDR 4 on a Pi 5 and RTL-SDR 3 on a Pi Zero.
For cost and power reasons, I'd like to build the next few nodes on a Pi Zero, but the prebuilt code won't run the RTL-SDR 4, and the code won't compile on the Pi Zero (it hangs during the build)
Is there a secret to compiling on the Zero, or can the prebuilt be tweaked to support the RTLSDR 4?
For those interested, project page is here: https://pcup.org/aisreport.php
Beta Was this translation helpful? Give feedback.
All reactions