airspy-wsprd
airspy-wsprd copied to clipboard
WSPR daemon for AirSpy receivers
airspy-wsprd -- WSPR daemon for AirSpy receivers
This non-interactive application allows automatic reporting of WSPR spots on WSPRnet. The idea is to allow the use of small computer like RasberryPi or Beaglebone boards, with a simple deamon. This kind of very lightweight setup could run continuously without maintenance and help to increase the WSPR network. The code is massively based on Steven Franke (K9AN) implementation and Joe Taylor (K1JT) work.
Basically, this application :
- Perform a time alignment (2 mins) - Start the reception using the AirSpy lib - Decimate the IQ data (ex. 2.5Msps to 375 sps) - Decode WSPR signal - Push the spots on WSPRnet - Loop...Tested with Raspbian GNU Linux, using a RaspberryPi 2 (18% of one core @1GHz (rx & decimation), and a burst during 10s on the second core)