OOK Cloner with ESP32 and RFM69, working with 315MHz, 443MHz and 915MHz
git clone https://github.com/nopnop2002/esp-idf-rf69
cd esp-idf-rf69
idf.py set-target {esp32/esp32s2/esp32s3/esp32c3}
idf.py menuconfig
idf.py flash
git clone https://github.com/clopso/esp32-rfm69-ook-cloner.git
cd esp32-rfm69-ook-cloner
idf.py set-target {esp32/esp32s2/esp32s3/esp32c3}
idf.py menuconfig
idf.py flash
RFM69 | ESP32 | |
---|---|---|
MISO | -- | GPIO19 |
SCK | -- | GPIO18 |
MOSI | -- | GPIO23 |
CSN | -- | GPIO5 |
RESET | -- | GPIO4 |
G0 | -- | GPIO2 |
G2 | -- | GPIO27 |
GND | -- | GND |
VCC | -- | 3.3V |
LED | -- | GPIO26 |
RX BTN | -- | GPIO32 |
TX BTN | -- | GPIO35 |