LowPowerLab / RFM69

RFM69 library for RFM69W, RFM69HW, RFM69CW, RFM69HCW (semtech SX1231, SX1231H)
GNU General Public License v3.0
778 stars 381 forks source link

will LoRa be supported #35

Closed einsiedlerkrebs closed 8 years ago

einsiedlerkrebs commented 8 years ago

Hey Felix,

thanks for your great work on the RFM-libs. We are about to deploy them in our bee-monitoring project @hiveeyes. Since we are trying to have a small energy footprint and still support infrastructural outstanding locations we are very interessted in the Long Range modules from hopeRF.

Are you planning to write an arduino lib for them?

Thanks a lot

einsiedlerkrebs

LowPowerLab commented 8 years ago

There is a variant of RadioHead available for these that is modified to support Moteinos out of box. The library is linked on the bottom of this page: http://lowpowerlab.com/moteino/#lora The library contains example sketches and more info is also available at: http://www.airspayce.com/mikem/arduino/RadioHead/classRH__RF95.html There is an intent to make a library (or wrap RadioHead) for the purpose of making it compatible with the API of RFM69 and hence allow wireless programming via the same familiar interfaces but no effort has been put into this yet. Either way the LoRa Moteinos are becoming more and more popular.

einsiedlerkrebs commented 8 years ago

Okay, thanks for that.