
bstaehling

@EZ-Robot I'd like to float the idea of creating a daughter card that interfaces with the EZB-v4. The main purpose would be to allow a voltage bus selection via dip switch for each IO (ADC0-ADC7, D0-D19). It is a common issue where some devices require 5V (HC-SR04 ping sensor) and others you'd like to use higher voltage like 7V (servos), or even connect direct to the unregulated battery (H-bridge). For example, in my own situation I have a 6V battery for my Omnibot, a buck converter set for 5V, and a boost regulator set for 7V. Now, to distribute these voltage buses would require cutting and modifying numerous peripheral cables, then manually routing them to the correct sensor, while also splitting them off so the signal goes to the EZB. I think a much more elegant approach would be to design a mating daughter card that accepts the various bus voltages and allows voltage bus selection for each IO via dip switch. Furthermore the daughter card would provide a quick disconnect means. You could easily remove the EZB from one set of hardware and move it to another without all the tedious rewiring and later wondering which cable was supposed to go where.
I would very much like to design such a card, but would need the following:
1. mechanical drawings showing accurate placements of connectors
2. the pinouts of the connectors
3. the connector types
...so I can source mating connectors and locate them on the daughter card properly. As I can see the value in this for many in the community and assuming it works out well, I'd be willing to share the design files/gerbers with the community as well.
The daughter card would mate to the face of the EZB and connect to all pins on that face. I2C, camera port, etc. would simply mate with the EZB and route directly to the other side of the daughter card on the same type of connector or else there could be holes milled in the board to allow direct connection to these ports.
Since servo extensions are dirt cheap they are ideal to cut and use for this task.
My only question is would it be better to daisy chain each lower voltage to the previous higher one, or have each one come off the original 12 or 24 v and regulate down from there.
(a few other questions about using 2 12v batteries too, but I'll cover them when it is closer to the time I need answers).
Alan
@thetechguru My personal preference on power distribution is for each regulator to take its input directly from the feeding voltage bus (your 12V/24V). Cascading regulators can have benefits in some situations, but doing so can also create a bottleneck in how much current each regulator can supply. This can lead to unexpected sub-system interactions/unexpected brownouts if not carefully planned. When using switching regulators, I'd always recommend connecting them direct to the feeding voltage bus (assuming they are rated to handle the full input voltage). When using linear regulators, be conscientious of how much POWER the regulator dissipates to maintain its output voltage. This is how much heat will be dissipated and is THE physical limitation of what the linear regulator can do. If the amount of overhead voltage between the linear regulator's input and output is high (for example dropping 24V down to 3.3V = 20.7V overhead), the voltage may become more of a limiting factor than worrying about how much current is being bottlenecked in a cascaded configuration. It all comes down to calculating the max power dissipation in the regulator. There's more than one way to skin a cat, so do what works for you, just my 2 cents. Hopefully there's at least a little helpful info in there though.