LowPowerLab Forum

Hardware support => ESP32 / ESP8266 => Topic started by: user23 on November 10, 2021, 04:58:46 AM

Title: how to use RFM12 library with ESP32
Post by: user23 on November 10, 2021, 04:58:46 AM
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!
Title: Re: how to use RFM12 library with ESP32
Post by: user23 on November 11, 2021, 02:38:39 AM
My best solution so far is by using an attiny to translate the data from rfm12 to esp32 via serial comm.
Title: Re: how to use RFM12 library with ESP32
Post by: user23 on November 11, 2021, 02:40:00 AM
I could use another lib, but all my nodes are using the old rfm12 library and I need to communicate with them.