https://github.com/operatorfoundation/fsqdecoder
FSQ HF mode decoder for Teensy
https://github.com/operatorfoundation/fsqdecoder
Last synced: 8 months ago
JSON representation
FSQ HF mode decoder for Teensy
- Host: GitHub
- URL: https://github.com/operatorfoundation/fsqdecoder
- Owner: OperatorFoundation
- Created: 2023-08-08T21:07:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T20:54:06.000Z (almost 3 years ago)
- Last Synced: 2025-08-09T23:31:08.751Z (10 months ago)
- Language: C++
- Size: 34.2 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#FSQDecoder
###Currently under construction!
An Arduino program for decoding FSQ transmissions. This program is designed to work with the Teensy 4.x
##Notes on running in the Arduino IDE
- The ArduinoIDE should be setup to work with your Teensy (install Teensyduino)
- Set the USB type to "audio" under Tools > USBType
###
Thanks to https://github.com/w1hkj/fldigi/