Go to file
Karl Palsson d4ac9cc95a Fix compile error. (insufficient testing!) 2011-03-13 19:23:55 +00:00
examples/Basic_TwoWay Put the promiscuous mode setting in setup(), not loop() 2011-03-13 18:37:35 +00:00
README Add a simple readme 2011-03-13 17:59:32 +00:00
mrf24j.cpp Fix compile error. (insufficient testing!) 2011-03-13 19:23:55 +00:00
mrf24j.h Now that we're in cpp land, remove the mrf_ prefixes from all methods. 2011-03-13 18:35:18 +00:00

README

The microchip mrf24j40ma is an 802.15.4 module, with a SPI interface.  It's nice and cheap, and it is
readily usable on a breadboard, unlike xbee modules.  More information here:
http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en535967

This library provides a basic interface to send and receive packets using plain 802.15.4.  beacon mode
is not supported.