Light sleep, Wi-Fi disabled, wake with interrupt

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
BetterAutomations
Posts: 83
Joined: Mon Mar 20, 2017 10:22 pm

Light sleep, Wi-Fi disabled, wake with interrupt

Post by BetterAutomations » Thu Apr 27, 2017 3:03 pm

I'm thinking of using the ESP8266 on uPython without any Wi-Fi. Just as a power controller with extra GPIOs. How can I push an external button, wake the device from light sleep, and detect that it was that button which did the waking? Is it a Pin callback or?

Post Reply