You are reading a single comment by @heri16 and its replies. Click here to read the full conversation.
  • In order to get true low power wifi, the esp8266 module will have to be put into LIGHT_SLEEP mode. This brings power consumption to under 0.9mA between DTIM beacons. However, this means that we have to implement UART with the hardware flow control pins (RTS/CTS), so that the espruino can wake the esp8266 when sending AT commands over UART. Another advantage is that the espruino pico can go to sleep too and wait to be interrupted on the RTS pin when the esp8266 has new data to send.

    Has anyone found the flow control pins on the Esp8266 breakout board? Does the espruino libraries have RTS support for ultra low power UART?

    http://tinker.yeoman.com.au/2015/03/08/r­educing-esp8266-power-consumption-using-­deep-sleep/

About

Avatar for heri16 @heri16 started