Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.34 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.34 KB

Moteino Wireless Programming library

This library is forked from LowPowerLab for having a repository without the RFM12B libs, which are not needed for hiveeyes purposes.

  • Library for facilitating wireless programming using RFM12B/RFM69 transceivers (get libraries here: RFM12B and RFM69)
  • and the SPI Flash memory library for arduino/moteino (get library here: SPIFlash)
  • DEPENDS ON the two libraries mentioned above
  • Install all three of these libraries in your Arduino/libraries folder ([Arduino > Preferences] for location of Arduino folder)

You will need a Moteino loaded with DualOptiboot bootloader (they all come with it except some early R1 units). Depending which Moteino revision it is install the library you need in your Arduino/libraries folder:

  • for Moteinos with RFM12B transceiver - use/copy WirelessHEX
  • for Moteinos with RFM69W/RFM69HW/RFM69CW transceivers - use/copy WirelessHEX69

Examples for how to wirelessly program Moteino are found under the RFM12B and RFM69 libraries.

##License GPL 3.0, please see the License.txt file for details. Be sure to include the same license with any fork or redistribution of this library.