Go to file
Karl Palsson 445ae63ed6 Merge pull request #1 from pkarc/master
Nice Work!

New features of this merge:
* Simpler use, more internals hidden from view
* Support for MRF24J40MB modules with power amp
* Optional support for (broken?) devices with extra FCS bytes (MRF module listening to a series 1 xbee for instance)
2011-12-17 14:38:11 -08:00
examples Added some config/init time options 2011-12-17 14:44:18 -05:00
README Add a simple readme 2011-03-13 17:59:32 +00:00
mrf24j.cpp Added some config/init time options. 2011-12-17 14:23:12 -05:00
mrf24j.h Added some config/init time options. 2011-12-17 14:23:38 -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.