rgerganov / ggtag

programmable e-paper tag with RFID
https://ggtag.io/
GNU General Public License v3.0
292 stars 25 forks source link

Wake up on button press #2

Closed rgerganov closed 1 year ago

rgerganov commented 1 year ago

The device should be sleeping until the button is pressed. Then it must capture audio for several seconds and go back to sleep. Use the following example as reference: https://github.com/raspberrypi/pico-playground/blob/master/sleep/hello_dormant/hello_dormant.c

Not sure it this is going to work with the BOOTSEL button ...