shajen / rtl-sdr-scanner-cpp

GNU General Public License v3.0
629 stars 64 forks source link

Rpi #22

Closed blackwellj closed 1 year ago

blackwellj commented 1 year ago

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

folkertvanheusden commented 1 year ago

Could you please be more specific?

blackwellj commented 1 year ago

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

shajen commented 1 year ago

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.

skandragon commented 1 year ago

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

shajen commented 1 year ago

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.

blackwellj commented 1 year ago

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

shajen commented 1 year ago

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.

skandragon commented 1 year ago

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