Search Code
About RF22

First published 14 Feb 2012, with 5 revisions since.
Last update: 19 Feb 2012.
View history

Last change message: Applied fix of Revision 1.11 of Original Package

Related to
RF22
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/
tag HOPERF, RF22, RFM22


» Import this library into a program

RF22

Published 19 Feb 2012, by   user Karl Zweimüller   tag HOPERF, RF22, RFM22

Summary of RF22

How to get this library

Import this library into a program

Opens the mbed Compiler, and prompts you to choose a program.

When you have imported this library into a program, you can then use the features provided by this library.

Download as .zip

Download this library as a .zip file.

Libraries included as part of RF22

RF22
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/
tag HOPERF, RF22, RFM22

Description

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/

API

RF22Mesh::MeshApplicationMessage Signals an application layer message for the caller of RF22Mesh
RF22Mesh::MeshMessageHeader Structure of the basic RF22Mesh header
RF22Mesh::MeshRouteDiscoveryMessage Signals a route discovery request or reply At present only supports physical dest addresses of length 1 octet
RF22Mesh::MeshRouteFailureMessage Signals a route failure
RF22::ModemConfig Defines register values for a set of modem configuration registers
RF22 Send and receive unaddressed, unreliable datagrams
RF22Datagram RF22 subclass for addressed, unreliable messages
RF22Mesh RF22 subclass for sending addressed, optionally acknowledged datagrams multi-hop routed across a network, with automatic route discovery
RF22ReliableDatagram RF22 subclass for sending addressed, acknowledged, retransmitted datagrams
RF22Router RF22 subclass for sending addressed, optionally acknowledged datagrams multi-hop routed across a network
RF22Router::RoutedMessage Defines the structure of a RF22Router message
RF22Router::RoutedMessageHeader Defines the structure of the RF22Router message header, used to keep track of end-to-end delivery parameters
RF22Router::RoutingTableEntry Defines an entry in the routing table

Code

RF22.cpp [code]
RF22.h [code]
RF22Datagram.cpp [code]
RF22Datagram.h [code]
RF22Mesh.cpp [code]
RF22Mesh.h [code]
RF22ReliableDatagram.cpp [code]
RF22ReliableDatagram.h [code]
RF22Router.cpp [code]
RF22Router.h [code]