Closed
Description
//I changed the following changes as I want to check only power-down mode
#define USE_BUTTON 1
#define USE_ALARM 0
#define DISABLE_GPIO 0 //it configures all GPIOs as input to save power
#define DO_SLEEP 0
#define DO_LPM 0
#define DO_UPM 0
#define DO_STANDBY 0
#define DO_BACKUP 0 // will reset after wakeup`
#define DO_POWERDOWN 1 // will reset after wakeup
Now I am using FTHR board,
Red light on > Clicked the trigger button > Red light off > waiting for 3.0/3.1 to be pressed.
I connected the pin 3.1 to the gnd and found nothing is happening ?
It should be supposed to wake up right? not happening. Is something wrong with my expectation?