Skip to content

clopso/esp32-rfm69-ook-cloner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 - RFM69

OOK Cloner with ESP32 and RFM69, working with 315MHz, 443MHz and 915MHz

Installation (Components)

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

Installation (Cloner)

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

Photos

Breadboard

Wirering

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

Software to help

sdrsharp

URH

Hardware to help

RTL-SDR

DSCope Oscilloscope

Ref Links

RF 433.92MHz OOK frame cloner

OOK transceiver library

RMT docs

About

OOK Cloner with ESP32 and RFM69

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages