Skip to content

tomswartz07/rfduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RFduino

A suite of Arduino sketches and libraries to transmit and receive data via Amplitude Shift Keying and Manchester encoding.

The code contained in this repository is specifically tailored to a set of 315MHz RF hardware.

If you dislike the Arduino IDE, there is a Makefile provided to help quickly build and upload the sketches. The Makefile has been tested for use with the latest versions of Arduino and avrdude.

Quick Start

Hook up an Arduino via USB.
Double-check the Makefile and verify the settings are correct for your setup.

Move the appropriate sketch out of the files directory into the root. Edit the Makefile PROJECT variable to reflect the name of the .ino file.

$ make
$ make upload

Acknowledgments

Much of the Manchester Encoding logic and headers were adapted from mchr3k/arduino-libs-manchester.

About

Arduino project for RF transmit and receive data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages