Close

Alternatives for Power saving

A project log for SOLAR POWERED ARDUINO WEATHER STATION

A solar powered Arduino Weather Station to help the farmers

open-green-energyOpen Green Energy 06/28/2015 at 14:150 Comments

Picture of Alternatives for Power saving

temp_-190727262.jpg

temp_2089443491.jpg

temp_44538794.jpg

temp_1902883833.jpg

IMG_20140909_153434.jpg

temp_-2059572975.jpg

>> The simplest method to reduce the power consumption is by passing the voltage regulator in the Arduino board.

Buy a separate boost regulator circuit and connect its output to the 5 volt pin on the Arduino board, which bypasses the 5 volt regulator on board.This procedure is used in our project.

>> using a "bare bones" board instead of arduino board.
>> Disable the unnecessary led
>> If you do not need time accuracy, then use the Atmega 328 internal 8MHz crystal instead of a external 16Mhz crystal.

>> Operate Atmega 328 at 3.3V instead of 5V

>>Turn off sensor as soon as possible

To know more details on arduino power saving techniques click here


The maximum power saving is done by using a Bare bones board.By using a bare bone board the power consumption can be reduced to micro amps level during sleep period.You can see the above figure.

You can easily make this on a bread board by following the links bellow :

1.Arduino on a Breadboard

2.Arduino to a Microcontroller on a Breadboard
Make bare bone pcb board by following the links bellow :

Single Sided Really Bare Bones Board Arduino in EAGLE
I will highly recommend for the bare bone board for any battery driven projects ( like sensors).

Discussions