Library for HopeRF RFM22 / RFM22B transceiver module ported to mbed. Original Software from Mike McCauley (mikem@open.com.au) . See http://www.open.com.au/mikem/arduino/RF22/
Dependents: RF22_MAX_test_Send Geofence_receiver Geofence_sender Geofence_sender ... more
More Info about RFM22-modules like connecting and a demo-program see RF22-Notebook
History
removed DEBUG-LEDs LED1 .. LED4 as they make problems on other platforms (KL25Z)
2013-09-02, by charly [Mon, 02 Sep 2013 20:32:54 +0000] rev 9
removed DEBUG-LEDs LED1 .. LED4 as they make problems on other platforms (KL25Z)
disable RF22_ENFFERR interrupt, as this stops the receiver after some time
2013-04-07, by charly [Sun, 07 Apr 2013 11:42:36 +0000] rev 8
disable RF22_ENFFERR interrupt, as this stops the receiver after some time
disable interrupts in critical sections. bug fixes, changes.
2013-03-13, by charly [Wed, 13 Mar 2013 20:37:19 +0000] rev 7
disable interrupts in critical sections. bug fixes, changes.
Default Message_Length from 50 to 255 Bytes
2013-03-02, by charly [Sat, 02 Mar 2013 22:01:22 +0000] rev 6
Default Message_Length from 50 to 255 Bytes
Updated to Revision 1.25 of original package
2013-03-02, by charly [Sat, 02 Mar 2013 20:49:07 +0000] rev 5
Updated to Revision 1.25 of original package
Applied fix of Revision 1.11 of Original Package
2012-02-19, by charly [Sun, 19 Feb 2012 21:12:10 +0000] rev 4
Applied fix of Revision 1.11 of Original Package
FIxed typo
2012-02-18, by charly [Sat, 18 Feb 2012 20:40:59 +0000] rev 3
FIxed typo
Enable AFC of RFM22 in RF22::init()
2012-02-18, by charly [Sat, 18 Feb 2012 20:34:59 +0000] rev 2
Enable AFC of RFM22 in RF22::init()
fixed use of rand() in ReliableDatagram
2012-02-17, by charly [Fri, 17 Feb 2012 21:40:57 +0000] rev 1
fixed use of rand() in ReliableDatagram
Initial Port - Quick and Dirty !!!
2012-02-14, by charly [Tue, 14 Feb 2012 19:39:36 +0000] rev 0
Initial Port - Quick and Dirty !!!