Post topics, source code that relate to the Arduino Platform

User avatar
By bkenobi
#42125 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!
User avatar
By bkenobi
#48122 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