franc205 / 433MHz-Cloner

Just hack any 433MHz device!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

433MHz Sniffer

DISCLAIMER

This is just for testing purposes, i'm not responsible for the bad usage of the tool.

How to connect?

The Diagram

Sniffer Connect

How to receive a signal in 433MHz?

  1. Load the "receive.ino" file in the arduino with RHSwitch.h library.
  2. When a signal is received, you could see the data of signal in serial monitor.
  3. Also, if a signal is received, automaticly it's saves the data of signal in the SD Card.

How to transmit a signal in 433MHz?

  1. Modify the "send.ino" and add the params that you get with the receiver.
  2. Load it in arduino with the RHSwitch.h library.
  3. Have fun :D

Contact

About

Just hack any 433MHz device!

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%