rtl-sdr-scanner-cpp icon indicating copy to clipboard operation
rtl-sdr-scanner-cpp copied to clipboard

Rpi

Open blackwellj opened this issue 2 years ago • 4 comments

Has anyone had any luck running this on a Pi? I cannot get it to work unfortunatly

blackwellj avatar Feb 05 '23 13:02 blackwellj

Could you please be more specific?

folkertvanheusden avatar Feb 07 '23 15:02 folkertvanheusden

It only seems to work on an amd processor. The pi uses a arm processor

blackwellj avatar Feb 07 '23 15:02 blackwellj

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.

shajen avatar Feb 07 '23 18:02 shajen

Any particular reason why mqtt and the UI can't also run on the Pi, other than the sdr images aren't multi-architecture?

skandragon avatar Feb 08 '23 22:02 skandragon

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.

shajen avatar Feb 09 '23 21:02 shajen

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

blackwellj avatar Feb 10 '23 15:02 blackwellj

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.

shajen avatar Feb 10 '23 19:02 shajen

The images seem to be there, but I've not yet tried them. I will next weekend if not sooner. Thanks!

skandragon avatar Feb 13 '23 00:02 skandragon