Hello everyone!
I'm working on an application to monitor environmental data. I use an individually created LoRa module on the Arduino nano architecture with the ATmega 328PB microprocessor. The sensor connected to the module constantly transmits temperature and humidity data via TTN.
The problem is that after about a month the module freezes, requiring a manual reset. What I want to do is implement an ESP32 S2 to create a remote reset function (remote control). What tips do you have for implementation? I mention that on the LoRa module the DTR pin leads to the reset pin. also, will the ESP32 require a different power supply?
Thank you!