Borys Dyczko
Borys Dyczko
@neonmaus Yes, update to latest version and see below: https://github.com/shajen/rtl-sdr-scanner-cpp#ignored-frequencies
@jointerCZ You are right. Docker version has all in one. @antonjan If you want run `sdr-scanner` from sources you have to run only `mqtt-broker` and `sdr-monitor` in docker and connect...
It's was fixed. Please update to latest version. Remember to update docker images, `config.json` and `docker-compose.yml`.
AM is not supported. Transmissions on aircraft airband is marked as AM but there is no decoder for it yet. For now, only FM is supported.
Yeah I know. I'm working on AM demodulation. It will be added in the future.
I have good news. I added support for AM modulation in the latest version. Install and update instruction [here](https://github.com/shajen/rtl-sdr-scanner-cpp/wiki/Quickstart).
`step` is related directly to `sample_rate` and `fft`. I mean that `step = sample_rate / fft`. More [here](https://github.com/shajen/rtl-sdr-scanner-cpp#custom-fft). So for `sample_rate = 2048000 Hz` and `fft = 4096` step is...
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.
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](https://github.com/shajen/rtl-sdr-scanner-cpp#raspberrypi) section before start. Checkout...
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`.