-->
Page 1 of 1

RFM69 library?

PostPosted: Mon Feb 29, 2016 5:30 pm
by bkenobi
I have a project that is currently based on Arduino hardware that I am working on porting to the ESP to add WiFi support. Prior to considering the move, I thought I had located ESP compatible Arduino IDE libraries for the RFM69 radio modules. However, after spending several weeks hacking away in my spare time, I've realized that none of these libraries actually work out of the box. The closest I've found is the one that the MySensors team provided, but it doesn't want to compile for me.

https://github.com/mysensors/Arduino/tr ... vers/RFM69

I am not a professional programmer and learn by looking at examples. But, I haven't been successful yet with getting anything RFM69 working so far. The other library that I thought might work was written by sumeburner but he indicated it was not designed for the Arduino IDE.

https://github.com/someburner/esp-rfm69

If anyone has succeeded in getting an ESP12E hooked up to an RFM69 radio and received anything (pulses of the interrupt on incoming RF are all I'm trying to do currently), I'd be very grateful for any advice!

Re: RFM69 library?

PostPosted: Tue Mar 01, 2016 8:29 pm
by jra
Keep an eye on http://www.airspayce.com/mikem/arduino/RadioHead/. The ESP-8266 port is underway https://groups.google.com/forum/#!topic ... wu6ghdtwvc , not sure what radios will ultimately be supported.

Re: RFM69 library?

PostPosted: Fri May 27, 2016 10:16 am
by bkenobi
I shelved this project a few months ago due to difficulty getting anything (even basic commands) with ESP8266 + RFM69 to compile let alone do anything. I'm still interested in this project and would appreciate any input people have. Summer doesn't provide much coding time for me, so I won't likely kick any work off until it starts to get dark earlier again (September at the earliest most likely). That said, it would be nice to have a direction to proceed in prior to getting to that point.

TL;DR - BUMP

Re: RFM69 library?

PostPosted: Thu Jun 23, 2016 11:06 pm
by bbx10node
The lowpowerlabs library works on the ESP8266. See the thread. I have some RFM69 boards somewhere so I hope to give it a try.

https://lowpowerlab.com/forum/index.php ... 89.60.html