RF 433 MHZ (Raspberry Pi)

by piddlerintheroot in Circuits > Raspberry Pi

100696 Views, 42 Favorites, 0 Comments

RF 433 MHZ (Raspberry Pi)

rf_moduleTHUMB.png

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

Parts

vlcsnap-8922-04-23-00h45m14s577.png

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

Setup

RF_433.png

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"

Code

code.PNG

*Note use python3

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

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

Downloads

Additional Info

vlcsnap-piddler.png
RF 433 MHZ (Raspberry Pi)