Working with simple rf radios

rf reciever – https://www.sparkfun.com/products/10533

rf transmitter – https://www.sparkfun.com/products/10535

A good tutorial on the rf radios.

 

rfradio

These radios operate at a lower baud rate then what we are used to. Normally these radios will operate safely around 1200 bps.

Examples

SimpleRftransmit – Send and Receive an integer. (This examples contains 2 files, the main: simpleRFTransmit and writeRead which contains several functions)

Advanced_receiver and Advanced_transmitter –  This example uses the RadioHead Library. It allows more complex messages to be sent with these transmitters.

How to install Arduino Libraries.

  1. Download the library
  2. Open Arduino
  3. Select Sketch -> Import Library -> Add Library
  4. Select the library zip file

 

Leave a Reply

Your email address will not be published. Required fields are marked *