Arduino Nano 33 IoT Sleep Mode from Sensor Input

Hi!

You have to set the "wake up" based on an interrupt event.

Take a look at the code in post #7 of this topic: https://forum.arduino.cc/t/iot-33-low-power/1082503/6.

In this case, pin 2 was used to wake up the 33 IoT from a button. It can be adapted to receive the change in the water flow sensor.

1 Like