445ae63ed6
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) |
||
---|---|---|
examples | ||
README | ||
mrf24j.cpp | ||
mrf24j.h |
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.