Search found 123 matches

by Ritu21
Tue Sep 11, 2018 1:14 pm
Forum: General Discussion
Topic: UART as wake-up source in Light sleep mode
Replies: 20
Views: 32406

Re: UART as wake-up source in Light sleep mode

I dont any reply for any of my questions.
by Ritu21
Wed Sep 05, 2018 5:47 am
Forum: General Discussion
Topic: UART as wake-up source in Light sleep mode
Replies: 20
Views: 32406

UART as wake-up source in Light sleep mode

In technical reference manual of ESP32 ver-3.7 page no- 634-635, it is mentioned that UART can be set as wake-up source "Wake-up is triggered when the number or positive edges of RxD signal is greater than or equal to (UART_ACTIVE_THRESHOLD+2)." I did this in my code: REG_WRITE(UART_SLEEP_CONF_REG(U...
by Ritu21
Mon Aug 27, 2018 11:17 am
Forum: General Discussion
Topic: Interrupts on UART
Replies: 0
Views: 1985

Interrupts on UART

Hi,

I am using ESP32-WROOM-32D wherein I receiving data on UART from the external device. Data can come at any random time, so whenever this no data, ESP 32 should go on low power state. What is the best possible way to achieve this ??

Thank You
Ritu