Design 12:1 2.0 USB Multiplexer | Matija

AI Thread Summary
Matija is designing a 12:1 USB multiplexer using two MAX4999 8:1 multiplexers but is facing challenges with high-speed traces on a breadboard. The goal is to connect at least 12 USB devices to an Arduino YUN mini, with concerns about size and power consumption preventing the use of larger USB hubs. Suggestions to consider smaller USB hubs or cascading multiple hubs were made, emphasizing the importance of layout guidelines from datasheets. The discussion highlights the balance between functionality and compact design in mobile applications. Overall, Matija seeks effective solutions for multiplexing USB connections efficiently.
Stric_Matic
Messages
2
Reaction score
0
Hi everyone,

I've been trying to design a 12:1 2.0 USB multiplexer for a while, with very little success. I've bought a couple of MAX4999 8:1 multiplexers, trying to use two of them in parallel such as shown in the datasheet.

I've put them on a breakout board from Adafruit, and started testing on a breadboard. I'm need at least 12 USB devices to be accessed individually as removable disks, by the microcontroller (Arduino YUN mini). One of which, for example is Mobius Action Camera.

Obviously, the first concern is the high-speed traces and if you can play with them on a simple breadboard, but I did test a single device, with lines running through the breadboard and everything seemed to work fine as long as they didn't run through the multiplexer.

Any thoughts, suggestions, criticism?

Much appreciated,
Matija
 

Attachments

Engineering news on Phys.org
Why not get a USB hub? Then they can all be accessed at the same time.

BoB
 
That's a great idea! The reason I'm looking into the multiplexing ICs is cause hubs with 12 ports are too big (I'm building a mobile device), and power consuming. But if you find one that is relatively small, please let me know!
 
they have 2 port devices as well
 
If you cascade two 7 port hubs you will get 13 ports available. 6 open ports plus the second hub in the first hub. The all 7 from the second.

BoB
 
rbelli1 said:
Why not get a USB hub? Then they can all be accessed at the same time.

BoB

I agree

Stric_Matic said:
That's a great idea! The reason I'm looking into the multiplexing ICs is cause hubs with 12 ports are too big (I'm building a mobile device), and power consuming. But if you find one that is relatively small, please let me know!

what you are trying to do isn't likely to be any smaller
 
Stric_Matic said:
But if you find one that is relatively small, please let me know!

Just google USB hub. You will find all different sizes and shapes. You can also get the hub chips that are not much bigger than the multiplexer you are looking at. Pay very close attention to the layout guidelines in the datasheet and application notes.

BoB
 

Similar threads

Back
Top