KNVB
Posts: 4
Joined: Tue Jun 21, 2016 1:20 am

Raspberry Pi Power consumption

Tue Jun 21, 2016 1:39 am

I would like to build an alarm clock application with Raspberry Pi .
Because of physical location limitation, I can get power from a broad band router (TP Link C7) USB 2.0 port only.
Is it possible to drive Raspberry Pi by a broad band router USB 2.0 port?

My application just play a MP3 hourly, but not include from 9pm to 9am.
However, I want the system clock can sync. with NTP server.

User avatar
rpdom
Posts: 17173
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Raspberry Pi Power consumption

Tue Jun 21, 2016 5:50 am

A Pi Zero with a micro-USB network adaptor should be capable of being powered from a standard USB port. Otherwise I'd go for a Pi 1 B+ with built-in network port. With no additional peripherals the power draw should be under the 500mA that a normal USB port can provide.

User avatar
HawaiianPi
Posts: 5838
Joined: Mon Apr 08, 2013 4:53 am
Location: Aloha, Oregon USA

Re: Raspberry Pi Power consumption

Tue Jun 21, 2016 9:22 am

rpdom wrote:A Pi Zero with a micro-USB network adaptor should be capable of being powered from a standard USB port. Otherwise I'd go for a Pi 1 B+ with built-in network port. With no additional peripherals the power draw should be under the 500mA that a normal USB port can provide.
Believe it or not, Ethernet is actually pretty power hungry. The most power efficient would be a Pi-Zero with a USB WiFi adapter. Mine draws less than 200mA when connected to my wireless router with this $4 adapter.
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?

KNVB
Posts: 4
Joined: Tue Jun 21, 2016 1:20 am

Re: Raspberry Pi Power consumption

Tue Jun 28, 2016 3:52 am

Well, would you tell me how Raspberry Pi Zero output audio?
I cannot find Raspberry Pi Zero have any audio output port.

User avatar
rpdom
Posts: 17173
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Raspberry Pi Power consumption

Tue Jun 28, 2016 4:54 am

KNVB wrote:Well, would you tell me how Raspberry Pi Zero output audio?
I cannot find Raspberry Pi Zero have any audio output port.
You should start another post as this question is not directly related to your original one about power consumption.

However, you are correct that the Zero does not have an analogue audio output. It does support digital audio output on the mini-HDMI connector, but you would need an adaptor or decoder to drive normal speakers.

It is possible to build a small circuit to connect to the GPIO pins on the Zero that will provide an analogue audio output. It is essentially the same circuit as used on most other versions of the Pi, except it uses different GPIO pins to provide the same function.

User avatar
HawaiianPi
Posts: 5838
Joined: Mon Apr 08, 2013 4:53 am
Location: Aloha, Oregon USA

Re: Raspberry Pi Power consumption

Tue Jun 28, 2016 5:12 am

KNVB wrote:Well, would you tell me how Raspberry Pi Zero output audio?
I cannot find Raspberry Pi Zero have any audio output port.
Ah, good point. You only get digital audio from the HDMI port on the Zero, unless you add an additional audio device.

Perhaps a model A+ would be a better option, although it has a slower processor and half the RAM for roughly 5 times the price. But then again, you could get a Pi-Zero and pHAT DAC for less than an A+. But... the A+ has on-board audio out and a pre-installed header... oh, and a normal sized USB port.

AGHH!! I don't know which is the better choice, but if it was me, I'd go for the Zero and pHAT DAC. A bit more trouble because you'll have to add the header yourself, but at least the audio quality will be better.
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?

User avatar
rpdom
Posts: 17173
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Raspberry Pi Power consumption

Tue Jun 28, 2016 5:17 am

HawaiianPi wrote:
KNVB wrote:Well, would you tell me how Raspberry Pi Zero output audio?
I cannot find Raspberry Pi Zero have any audio output port.
Ah, good point. You only get digital audio from the HDMI port on the Zero, unless you add an additional audio device.

Perhaps a model A+ would be a better option, although it has a slower processor and half the RAM for roughly 5 times the price.
The A+ uses the same processor as the Zero and they can both be clocked to the same speeds.

An updated version of the A+ with the same 512MB RAM as the Zero is due out very shortly.

User avatar
HawaiianPi
Posts: 5838
Joined: Mon Apr 08, 2013 4:53 am
Location: Aloha, Oregon USA

Re: Raspberry Pi Power consumption

Tue Jun 28, 2016 5:38 am

rpdom wrote:The A+ uses the same processor as the Zero and they can both be clocked to the same speeds.

An updated version of the A+ with the same 512MB RAM as the Zero is due out very shortly.
Ah yes, that's the other problem with the A+, it's even harder to find than the Zero! Hopefully that is because the new model is eminent. At least the ferocious demand for the Zero seems to have waned a bit. They're not selling out in minutes any longer. Hopefully the 1-per-order cap will be lifted soon.
My mind is like a browser. 27 tabs are open, 9 aren't responding,
lots of pop-ups...and where is that annoying music coming from?

User avatar
bensimmo
Posts: 4622
Joined: Sun Dec 28, 2014 3:02 pm
Location: East Yorkshire

Re: Raspberry Pi Power consumption

Tue Jun 28, 2016 8:08 am

Yes the A+ happily runs a 1GHz via the raspi-config setting.

Not found half the ram to be a problem yet, but then I don't no how I would no it's a problem either :lol:

Desktop computer I would but not these things.

Return to “Beginners”