how to use RFM12 library with ESP32

Started by user23, November 10, 2021, 04:58:46 AM

user23

Hello, I have a few rfm12 nodes powered by atmega, an I would like to upgrade the gateway node from atmega1280 to esp32. Any chance I could get the RFM12 library to work with ESP32? Anyone knows any succesful adaptation? Thanks!

user23

My best solution so far is by using an attiny to translate the data from rfm12 to esp32 via serial comm.

user23

I could use another lib, but all my nodes are using the old rfm12 library and I need to communicate with them.