- This topic has 1 reply, 2 voices, and was last updated 2 years, 5 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Home › Forums › The libraries hosted on the site › EByte LoRa e22 UART devices sx1262/sx1268 › E22 deep sleep mode
Hi;
How can I use deep sleep mode in e22? I connected 3v to M0 and M1 pins and I did not get any results, so I did not understand how to do it.
For example, I want to use it with esp8266 in deep sleep mode. When the esp wakes up and sends data, the M0 M1 pins of the e22 should be pulled to 0 and when the esp goes to sleep, should I send 3 v to the M0 and M1 pins and put them into sleep mode?
Hi Musti,
I write an article on how to manage the microcontroller deep sleep with E32, and you can find It here
but for the management of E22 you can get all the information here.
Practically, when your E22 is in sleep mode, you must use the AUX pin (managed bye the E22) to wake up the microcontroller also.
If you need more information write here.
Bye Renzo
PS: I also started writing the specified section for esp8266, esp32, stm32, Arduino, and Arduino SAMD about the sleep mode.
More