I'd like to use one Teensy to control 10 others. Each of the others is driving a servo and a couple of other components, and they're in the order of 15-20 cm apart (they're in individual boxes). The "master" only needs to write commands. The slaves only need to read. It's ok if it works as broadcast (i.e. all slaves receive all the commands).
I considered i2c but I think I need individual power (because I'll want to power all the teensys, and drive all 10 servos at the same time). To save me having to run one set of power and a set of data leads between the boxes, I considered using USB and a hub.
Could I use a powered USB-hub? Would this allow me to write using USB-serial from one device and have the others able to read it? Would I need the USB-host shield for the master, or for all of them?
Cheers,
Doug
I considered i2c but I think I need individual power (because I'll want to power all the teensys, and drive all 10 servos at the same time). To save me having to run one set of power and a set of data leads between the boxes, I considered using USB and a hub.
Could I use a powered USB-hub? Would this allow me to write using USB-serial from one device and have the others able to read it? Would I need the USB-host shield for the master, or for all of them?
Cheers,
Doug