Closed lucapgt closed 5 years ago
RTTY decoding is not implemented and most likely won't be on any of the modules that currently support RTTY (SX127x, SX126x, RFM9x, RF69, CC1101 and nRF24).
The reason for that is the following: RTTY is implemented by directly manipulating the output frequency of the radio module while transmitting. Receiving RTTY would require to either:
Furthermore, frequency drift and error of these cheap radio modules would make tuning very hard. I suggest to stick with SDR to decode RTTY.
Side note: None of these modules were ever design to transmit RTTY in the first place. Just getting them to transmit it is a massive hack and probably outside the specification.
Hi, is it possible to decode RTTY directly? I have a module with sx1276, esp32 and oled display. I would like to receive and decode itty directly on board and show messages on display. Can you explain how to make it with your library? rtty.read() is not implemented.
Thanks