6

Assuming I can solve for power (externally powered hubs) is there any maximum number of supported USB devices that the pi can handle?

Large(ish) hubs 7-8 ports are relatively cheap and I am wondering if there is anything built in that would prevent me from using a relatively large number of USB devices with a single RasPi (think 10 or more.)

FoamyGuy
  • 479
  • 1
  • 6
  • 10

2 Answers2

9

The maximum is 127 devices - including the hubs themselves.
Some hubs will actually have two USB hubs internally, so you would need to take that into account also.
Though I can't imagine you hooking up so many devices for that to be an issue.

Linus Kleen
  • 103
  • 3
Lawrence
  • 2,692
  • 15
  • 14
6

The conculsion of the test described on http://www.yoctopuce.com/EN/article/how-many-usb-devices-can-you-connect is that Raspberry Pi 2 appears to work with 10 devices sending messages at 100 Hz and it is impossible to get 17 devices to work simultaneously, even when they send almost no data.

goldilocks
  • 60,325
  • 17
  • 117
  • 234
Sven
  • 61
  • 1
  • 1