-->
Page 1 of 1

Can UART still receive data when ESP is in sleep mode?

PostPosted: Wed Jun 10, 2015 10:28 pm
by helpme
I am thinking of writing a AT-command based firmware and low power consumption is one of the important considerations. Will UART still be able to receive data when ESP8266 is in sleep mode? I would like to keep ESP8266 asleep most of the time to keep power consumption low.

Re: Can UART still receive data when ESP is in sleep mode?

PostPosted: Tue Jun 23, 2015 5:29 am
by tytower
You will have to add an interupt somewhere . See Arduino.cc interupts.