- Notifications
You must be signed in to change notification settings - Fork7
Slow Scan Television (SSTV) decoder using Raspberry Pi Pico
License
NotificationsYou must be signed in to change notification settings
dawsonjon/PicoSSTV
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation

- Cheap, Easy Build
- Minimal External Components
- Martin, Scottie and PD modes
- Works with any SSB reciever using headphone connector
- Standalone Design (no PC or soundcard needed)
git clone https://github.com/dawsonjon/PicoSSTV.git
For technical details refer to thetechnical documentation.
A 3D printed enclosuer can be foundhere, including stl files and FreeCAD design files.
The SSTV code is written in pure C++, but a demo application is provided as anArduino sketch. TheArduino Pico port by Earle Philhower is probably the easiest way to install and configure a C++ development environment for the Raspberry Pi Pico. Its possible to install the tool and get up-and running with example applications in just a few minutes. Refer to theinstallation instructions and theonline documentation to get started.
This project uses the ILI934X display driver by Darren Horrocks.