A powerful, Arduino-based 433MHz signal sniffer and cloner.
Echo433 (formerly 433MHz-Cloner) provides a streamlined way to intercept, log, and replay 433MHz radio frequency signals. Whether you are auditing home automation systems, testing RF remotes, or learning about sub-GHz communication, Echo433 makes it easy to capture signals to an SD card and re-transmit them at will.
For Educational and Testing Purposes Only. This tool was created to help users understand RF communications and test their own equipment. The author is not responsible for any misuse, unauthorized interception, or illegal activities performed with this project.
- Listen & Capture: Sniff 433MHz signals in the air.
- Auto-Logging: Automatically records received signal data directly to an SD Card.
- Clone & Replay: Easily re-transmit captured parameters to duplicate remotes or trigger RF devices.
- Simple Setup: Built on the accessible Arduino platform using the
RHSwitch.hlibrary.
Wire your Arduino, 433MHz transceiver modules, and SD Card reader according to the schematic below:
(Note: Verify pinouts for your specific Arduino board and SD module).
- An Arduino board (Uno, Nano, etc.)
- 433MHz Receiver and Transmitter modules
- SD Card module (formatted to FAT32)
- Library: Ensure you have installed the
RHSwitch.hlibrary in your Arduino IDE.
- Open up
receive.inoin your Arduino IDE. - Compile and upload the code to your Arduino.
- Open the Serial Monitor (set to the correct baud rate).
- Trigger your 433MHz remote/device. You will see the captured signal data stream into the Serial Monitor.
- Auto-save: If an SD card is connected, the captured data is automatically logged to the card for future use.
- Review your captured data (from the Serial Monitor or SD card) to find the correct signal parameters.
- Open
send.inoand replace the placeholder parameters with the ones you just captured. - Compile and upload the modified
send.inoto your Arduino. - Your Arduino will now transmit the cloned signal. Have fun! :D
Created by Franc205
- Twitter / X: @Franc_205
- Facebook: franc205
- Email: franc.c205@gmail.com
