Power consumption in various sleep modes

ijourneaux

  • Newbie
  • *
    • Posts: 1
    • View Profile
I was wondering if anyone had documented the power consumption of the TinyDuino in the various power saving modes?
I have a project where low power consumption is key. The programming I have now on a Pro Micro wakes up when a ball switch shorts pin 3 to ground. A couple of LED blinks when the arduino is activated. THe Pro Micro monitors a capacitance sensor (sparkfun breakout board) and a Hall sensor. When conditions are met the Arduino goes back to sleep until the next time. currently I am using SLEEP_MODE_PWR_DOWN


TinyCircuits

  • Administrator
  • Hero Member
  • *****
    • Posts: 108
    • View Profile
    • TinyCircuits Homepage
The power consumption of the TinyDuino processor board is pretty much exactly as called out in the datasheet for the Atmel ATmega328p, so the datasheet is the best place to calculate the power draw based on the peripherals that are enabled and the power mode being used.

Thanks,

Ken
TinyCircuits


jpencausse

  • Full Member
  • ***
    • Posts: 14
    • View Profile
Has a newbies I would be very interested in tips / code sample to keep Tinyduino alive for month on battery.

I saw some article doing some "wakeup" stuff to reduce power consumption. And removing some interrupt to save battery.

Thanks


Ben Rose

  • Administrator
  • Hero Member
  • *****
    • Posts: 392
    • View Profile
Using sleep mode requires a good understanding of how the atmega328p works, here's some(lots of) information to get you started:

http://electronics.stackexchange.com/questions/49182/how-can-a-let-my-atmega328-run-for-a-year-on-batteries


 

SMF spam blocked by CleanTalk