rtl-sdr-scanner-cpp
rtl-sdr-scanner-cpp copied to clipboard
Rpi
Has anyone had any luck running this on a Pi? I cannot get it to work unfortunatly
Could you please be more specific?
It only seems to work on an amd processor. The pi uses a arm processor
It's work perfectly on rpi with sample rate 10 Mhz
. You have to build scanner from sources and connect to mqtt broker and web interface run on another machine.
Any particular reason why mqtt and the UI can't also run on the Pi, other than the sdr images aren't multi-architecture?
I released docker version of all components (sdr-scanner
, sdr-monitor
, mqtt-broker
) for arm32
, arm64
, amd64
. Now it should work on RaspberryPi
. Strongly recommend to familiar with RaspberryPi section before start.
Checkout latest version.
sdr-monitor-reader The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested 0.0s
Im getting this error on the pi when i try to run it
In #30 you can check that it works on RaspberryPi
. I think you have old image. Remove image and download new or update image by docker compose pull
.
The images seem to be there, but I've not yet tried them. I will next weekend if not sooner. Thanks!