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!
My best solution so far is by using an attiny to translate the data from rfm12 to esp32 via serial comm.
I could use another lib, but all my nodes are using the old rfm12 library and I need to communicate with them.