Go to file
Pkarc ecf1342ec8 Implements "much easier to use" as KarlP said in his blog, and some functions to get only the relatively "important data bytes 2011-12-17 01:33:54 -05:00
examples Implements "much easier to use" as KarlP said in his blog, and some functions to get only the relatively "important data bytes 2011-12-17 01:33:54 -05:00
README Add a simple readme 2011-03-13 17:59:32 +00:00
mrf24j.cpp Implements "much easier to use" as KarlP said in his blog, and some functions to get only the relatively "important data bytes 2011-12-17 01:31:12 -05:00
mrf24j.h Implements "much easier to use" as KarlP said in his blog, and some functions to get only the relatively "important data bytes 2011-12-17 01:31:52 -05: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.