HopeRF
|
This is the Arduino HopeRF library for operating with HopeRF HM-TR transceivers (see http://www.hoperf.com) It should also work with other 'transparent' serial transceivers. See http://www.airspayce.com/mikem/arduino/HopeRF/HopeRF.pdf for package download details, electrical details and documentation for connecting to HM-TR transceivers.
The latest version of this documentation can be downloaded from http://www.airspayce.com/mikem/arduino/HopeRF
The version of the package that this documentation refers to can be downloaded from http://www.airspayce.com/mikem/arduino/HopeRF/HopeRF-1.5.zip
The HopeRF HM-TR transceiver is an inexpensive 433MHz 'transparent' serial transceiver. It handles internally all the issues of preamble, synchronisation etc (which is the bulk of the work in my other Arduino library, VirtualWire). Although the HM-TR is more expensive than the bare 433 MHz transceivers supported by VirtualWire, it requires much fewer compute resources from the Arduino (in fact the HM-TR has an ATMega on it specifically to do the serial-433MHz translation). However the HM-TR does not have any error detection built in. That is provided by this library.
This library provides classes for
The Library has been tested on Arduino Mega, which has several serial ports besides the USB connection to the host PC. However, it would be expected to work with any Arduino with a serial port. The only connection required between the Arduino and the HM-TR module is power, received and transmit. The library is wrtten in C++, and compiles on Linux. With only a little work it could be expected to run on Linux with a suitable HardwareSerial impoentation, and using HM-TR with RS-232 connections.
This software is Copyright (C) 2009 Mike McCauley. Use is subject to license conditions. The main licensing options available are GPL V2 or Commercial: