You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mark Jessop edited this page Mar 12, 2022
·
3 revisions
Wenet - 'The Swift One' - High Speed, Open Source SSDV-over-FSK System
Wenet is a end-to-end image transfer system designed to capture images on a high-altitude balloon payload and transmit them to the ground via radio. Instead of using closed and proprietary modems, we decided to 'roll out own', and develop a FSK-based modem using LDPC forward error correction.
This codebase consists of:
Transmitter code (tx directory), intended to be run on a Raspberry Pi (2A, Zero, Zero W). Currently we are using HopeRF RFM98W modules, operating in a 'direct asynchronous FSK' mode, modulated from the Pi's UART TXD pin.
Receiver code (rx directory), intended to be run on a Linux laptop, using a RTLSDR as the receiver.