kel_sg
Posts: 22
Joined: Mon Jun 29, 2015 7:22 am
Location: Singapore

reduce power

Mon Jun 29, 2015 7:54 am

Hi,

I am doing a project that needs the Raspberry Pi to run for 24 hours feeding it with only 16000mAh power bank. May I know if there are any ways to reduce the power consumption?

Thank you.
Last edited by kel_sg on Mon Jun 29, 2015 9:34 am, edited 1 time in total.

User avatar
RaTTuS
Posts: 10563
Joined: Tue Nov 29, 2011 11:12 am
Location: North West UK
Contact: Twitter YouTube

Re: reduce power

Mon Jun 29, 2015 8:28 am

use an A+

how much power do you need
how long does it last so far
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV

1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe

kel_sg
Posts: 22
Joined: Mon Jun 29, 2015 7:22 am
Location: Singapore

Re: reduce power

Wed Jul 01, 2015 2:56 am

Thank you @ RaTTuS. Currently I am using raspberry pi 2 B. It can only last for about 18 hours. I know that raspberry 2 has a switchable USB power selector to switch 600mA or 1.2A , may I know how to do u select 600mA?

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: reduce power

Wed Jul 01, 2015 5:05 am

1200 mA are only consumed when the connected device(s) use(s) it. Furthermore 600 mA are the default.

Add

Code: Select all

max_usb_current=1
to the config.txt in the first partition of your SD card and reboot to enable the 1200mA mode.

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

W. H. Heydt
Posts: 12785
Joined: Fri Mar 09, 2012 7:36 pm
Location: Vallejo, CA (US)

Re: reduce power

Wed Jul 01, 2015 6:16 am

The critical difference between the A/A+ and the B/B+/Pi2B is that the later has a LAN chip that acts as a USB plus Ethernet connector. That chip uses pretty much the same power at the SoC and it doesn't drop to low power when there is no demand. Therefore, the A+ uses a *lot* (relatively speaking) less power than the Pi2B. If you're getting 18 hrs on a Pi2B, you should easily get 24 hrs with an A+.

User avatar
Holmes
Posts: 5
Joined: Thu Jul 09, 2015 1:20 pm
Location: Frederick, MD

Re: reduce power

Thu Jul 09, 2015 3:07 pm

Based on what the needs of your application are, you may consider shutting off the LAN/USB power via a software command. This can cut down power usage considerably.

The issues are: 1) you will disable USB devices as well, 2) you will disable LAN ability.

Here's a link to a topic where they discuss this in some detail:
viewtopic.php?f=29&t=93463

Hope this helps.

Return to “Beginners”