Tech500 / E220-Remote-Switch

Remote switch for solar battery project; uses Ebyte E220-900T30D and ESP32 Devkit V1 in deep sleep.
MIT License
0 stars 0 forks source link

Question : did you manage to wake at message lora RX ? #1

Closed richonguzman closed 1 month ago

richonguzman commented 1 month ago

Question : did you manage to wake at message lora RX ?

I wonder if in deepsleep you could still get the message Rx to use it

Tech500 commented 1 month ago

Successfully awaken deep sleeping ESP32. E220 900T30D module uses Sleep Mode of operation; in the the range of uA power comsumption to listen for Wake on Radio message. Once a WOR message is received the AUX pin on E220-900T30D goes LOW, ESP32 interrupt awakens deep sleeping ESP32 and at the same time sends second data message.

E220-Remote-Switch Demo with current monitoring

Completed project article posted on Renzo's web site

Best Regards, William

Tech500 commented 1 month ago

Issue addressed.