2

So I managed to diminish my RPi model A power consumption to the impressive mark of 70mA (underclock + replacing the 3v3 regulator). Low current is important because it is a mobile app (robot/car controlled by SSH). Now I want to add Webcam and Edimax WiFi dongle.

Both worked well with a USB hub connected to the RPi. The problem is that the hub, with nothing connected, pushes the total current above 200mA.

Is there any better solution than consuming additional 130mA just for a hub? Is it worth an attempt to buy a model B and reduce consumption by removing ethernet?

dawid
  • 123
  • 1
  • 5

2 Answers2

2

What about using the RPi Camera Module? I am not sure how much power that consumes compared to your usb camera. If you do wanna check out the RPi Camera Module, then you can have a look at the documentation here to see if its something that fits your needs.

If you still are considering USB hubs, then you can see a list here with RPi-working usb hubs with power ratings.

Additional info:

  • Model A ratings: 300mA. Model B ratings: 700mA. (Reference-A, Reference-B)

  • The RPi + camera draws about 260 mA more current when recording video, than without the camera. The Model B is about 550 mA by itself, so camera use pushes it over 800 mA. (Reference)

  • Nearly 300 mA for the camera module alone (Reference)

  • To save ~2-20 mA on the RPi Camera Module, you can turn off the red led (Reference)

  • If you want a simple way of measuring how much power a USB device is using, you can buy THIS device with free shipping. (5,99USD)

  • A computer's usb port can supply up to 500 mA, unless you have got USB 3.0 which can supply 900mA (Reference)

patchie
  • 225
  • 2
  • 11
1

I've seen someone disable the LAN chip on the board. Running only 200mA on idle.

Otherwise you'd just have to try out a few hubs, and see which one uses the least amount of current.

Or buy a raspberry camera board, leaving you with only one USB device.

Gerben
  • 2,420
  • 16
  • 17