Introduction: RF 433 MHZ (Raspberry Pi)

About: the Raspberry Pi is Awesome!

Basic tutorial of how to setup a generic 433 MHZ transmitter/reciever with the Raspberry Pi.

Step 1: Parts

PARTS:

RPI 3 - https://amzn.to/2VA9pQY

4 Amp Power Adapter - https://amzn.to/2CTptWu

16GB micro SD - https://amzn.to/2SFMwd3

120 pcs jumper cable: https://ebay.to/2VAb9cY

433 MHZ TX/RX kit: https://amzn.to/2M9saGC

RF Outlet Set: https://amzn.to/2M91DJu

Step 2: Setup

rpi-rf: https://pypi.python.org/pypi/rpi-rf

SSH into Raspberry Pi

1. "sudo apt-get install python3-pip"

2. "sudo pip3 install rpi-rf"

Step 3: Code

*Note use python3

1. Run recieve.py and note code, pulselength, protocol

2. Run send.py with code, pulselength, and protocol arguments

Step 4: Additional Info