No LowPower on Nano 33 BLE Sense (rev2)?

Hello,

I want to use LowPower.sleep() on the Nano 33 BLE Sense rev2. I've installed and included ArduinoLowPower.h in my sketch. When I try ArduinoLowPower's TimedWakeup example, I get the below warning and errors:

WARNING: library Arduino Low Power claims to run on samd, nrf52 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).

undefined reference to `LowPower'
undefined reference to `ArduinoLowPowerClass::sleep(unsigned long)'

Does LowPower not exist for Nano 33 BLE Sense? I've seen someone saying delay() does the same thing on this board. Is that true?

Thanks!

Wow old thread and on response. I have the same issue with the standard 33 BLE. So far I tried delay and my current went down from about 15ma to 9ma running a 13.6V. I'm looking for a little better than that.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.