From 46e5f88bf106308a250b335696a8579152b8607c Mon Sep 17 00:00:00 2001 From: jgromes Date: Mon, 30 Mar 2020 17:39:47 +0200 Subject: [PATCH] [RTTY] Added note about Si443x support --- examples/RTTY/RTTY_Transmit/RTTY_Transmit.ino | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/RTTY/RTTY_Transmit/RTTY_Transmit.ino b/examples/RTTY/RTTY_Transmit/RTTY_Transmit.ino index da77ea5b..d456b041 100644 --- a/examples/RTTY/RTTY_Transmit/RTTY_Transmit.ino +++ b/examples/RTTY/RTTY_Transmit/RTTY_Transmit.ino @@ -11,6 +11,7 @@ - CC1101 - SX126x - nRF24 + - Si443x/RFM2x For full API reference, see the GitHub Pages https://jgromes.github.io/RadioLib/ @@ -48,7 +49,7 @@ void setup() { int state = fsk.beginFSK(); // when using one of the non-LoRa modules for RTTY - // (RF69, CC1101, etc.), use the basic begin() method + // (RF69, CC1101, Si4432 etc.), use the basic begin() method // int state = fsk.begin(); if(state == ERR_NONE) { @@ -63,11 +64,12 @@ void setup() { // NOTE: RTTY frequency shift will be rounded // to the nearest multiple of frequency step size. // The exact value depends on the module: - // SX127x - 61 Hz + // SX127x/RFM9x - 61 Hz // RF69 - 61 Hz // CC1101 - 397 Hz // SX126x - 1 Hz // nRF24 - 1000000 Hz + // Si443x/RFM2x - 156 Hz Serial.print(F("[RTTY] Initializing ... ")); // low ("space") frequency: 434.0 MHz // frequency shift: 183 Hz