Library for HopeRF RFM22 transceiver module ported to mbed. Original Software from Mike McCauley (mikem@open.com.au) . See http://www.open.com.au/mikem/arduino/RF22/

Fork of RF22 by Karl Zweimüller

History

changed the LED default numbers in the RF22 constructor as the former values interfered with pins used on an KL25Z board. The library didn't work with those. default tip

2013-08-29, by floha [Thu, 29 Aug 2013 21:57:14 +0000] rev 9

changed the LED default numbers in the RF22 constructor as the former values interfered with pins used on an KL25Z board. The library didn't work with those.


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 !!!