Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Based on your calculations It gives me hope that this will work. Now what you mean by "put the microcontroller into sleep"? Is this as simple as something like delay(2000) or something more complicated? If more complicated can you please provide a link so I can follow those steps? Thanks. Commented Jan 12, 2018 at 13:59
  • It is a bit more complicated. playground.arduino.cc/Learning/ArduinoSleepCode and arduino.cc/reference/en/language/functions/external-interrupts/… Commented Jan 12, 2018 at 14:37
  • I'll have to read and understand how interrupts work, no easy way around that. I can now move forward with my project. Thanks for your help! Commented Jan 12, 2018 at 17:07