Tag: low power
-
ATtiny85, arduino-cli, interrupts; PIR-triggered wakeup example
I had a hard time getting started with ATtiny85. I ordered a few of those chips to use in a motion detector for my backyard because of its low power consumption and ability to be put into a deep sleep and woken up via an interrupt. The interrupt in this case would be a rising…