Skip to main content
5 events
when toggle format what by license comment
Apr 7, 2014 at 15:50 comment added Chris Stratton Which would only be relevant if the code actually puts the processor to sleep.
Apr 4, 2014 at 19:36 comment added JRobert Atmega328p has a low power sleep mode that draws ~0.1 uA.
Feb 12, 2014 at 7:15 comment added Connor Wolf The ATmega does not have traditional low-power modes like normal computers, so load is irrelevant. If you're not doing active computation, it's just spin-waiting. Power consumption when running is actually pretty much static (except things like writing to the EEPROM/flash), at least for the ATmega MCU. There may be variations in the ethernet interface power draw determined by traffic loading, but nothing is likely to generate enough heat to be an issue unless it's in a perfect vacuum or on a heater or something.
Feb 11, 2014 at 23:03 review First posts
Feb 13, 2014 at 13:53
Feb 11, 2014 at 22:47 history answered JVarhol CC BY-SA 3.0