Hi to all,
I'd like to discuss a question. I am working on the design of an Arduino shield that should manage a separate power to drive a couple of servos and another device driver by 3.3VCC from the Arduino board. What is your opinion about the better solution:
- Use a relais driven by an Arduino pin through a transistor, powered by the Arduino 5VCC to manage the two servo power, and power the 3.3 device with the same relais (has independent ports controlled simultaneously
- Use a four digital switches NTE4066BT (two pins only) while the other two are already used by the circuit
- Some better idea ?
My vision is that with a single relais (so using a single digital pin on Arduino) I can control the powering of the external components - that are controlled by the shield - These need to be powered together anyway when the program is started.
What do you think about ? Thanks in advance.
Enrico