reynico / raspberry-noaa

Fully automated ISS SSTV, NOAA and Meteor satellite image downloader using Raspberry PI
https://github.com/reynico/raspberry-noaa
GNU General Public License v3.0
179 stars 56 forks source link

Testing SDR Output from the RPi Headphones #107

Closed colinluthier closed 3 years ago

colinluthier commented 3 years ago

To play a radio station through the rPi headphones for testing (this example plays 97.3 FM):

rtl_fm -f 97.3e6 -M wbfm -s 200000 -r 48000 - | aplay -r 48000 -f S16_LE

The existing test instructions are hard to work in Windows without disabling the firewall. It was faster to play it on the rPi.

tegwilym commented 3 years ago

I never did get that working through Pi to Linux over the network. But it's always received the satellites, so I didn't worry about it.

colinluthier commented 3 years ago

I am getting blank images and haven't sorted it out so I needed to test the output. It took me a couple hours to sort out the command. I left it here in case I need it again. ;)