XIAO BLE Sense - LSM6DS3 INT1 Single Tap Interrupt

Just add
delay(100);
after
nrf_gpio_cfg_sense_input(digitalPinToInterrupt(int1Pin), NRF_GPIO_PIN_PULLDOWN, NRF_GPIO_PIN_SENSE_HIGH);
then the code will work for battery.

1 Like