ArduinoGeneral

I/O Expansion Shield V7 for Arduino

userHead natjking 2014-03-06 09:53:01 6874 Views6 Replies
Hi,

I am building a robot and was looking at the I/O expansion shield V7. What I would like to do is to be able to grab a lot of input data from multiple sorces such as PING but more improtantily I wish to also be able to drive and control to servers for a tilt pan setup. I think I am correct in saying with the older v5 I could add an extra power source for servos. I think this is also true for v7. What I am struglling to grasp from the documentation is this, the terminal that is denotead servo power is that input or output powr? If I were to connect 2 servos to this board is there an option to just plug it into one of the 3 pin pins if that makes sense and the power comes from there (is this power coming from the additional power source or from the arduino) I ask this as I read someone saying somewhere that you would have to strip the wire from the servo and plug the ground and vcc into the servo terminal and the data wire into the relevent pin. But this is not what I am looking for I would ideally want to plug the 3 pin connector into the board rather than canibilising it. I already own a cheaper IO shield and it is this ability to plug and play but boost the power that I am looking forward.

Any help on the above would be appreciated,

Thanks
2016-02-15 11:25:48 What is the voltage range for PWR_IN and SERVO_PWR. The schematic does not show it userHeadPic ntushar
2014-11-17 20:20:23 No, PWR_IN is connect to VIN directly, so if you plug them together, it will be a power issue.

But Servo_PWR is different to the PWR_IN. there is a power chip to regulate Servo_PWR. It will change power resource, when it detect plugged Servo_PWR.
Maybe it will be a little confused.
userHeadPic Grey.CC
2014-11-15 08:58:29 So just to get this correct can I also plug power in to the pwr_in and the arduino vin at the same time or is that bad for the boards?

If there is connected to the Servo_pwr then I would understand the above to be correct but without something connected to the servo_pwr will that mean I have two power sources in parallel and what are the consequences?
userHeadPic natjking
2014-11-14 18:40:50 Hello Natjking,

Pwr_IN is connect to Arduino Vin directly. so if you hook up a power resource. It is same to connect Arduino Vin.
But if you connect Servo_PWR, it will power servo only.
userHeadPic Grey.CC
2014-11-14 13:41:09 Hi Sorry finally got back to some robotics thanks for the previous reply several months ago.

I am trying to understand this board a little bit more. So if I hook up a power source to the pwr in. Does that extra power go to all the pins or just the servo terminal?

If I am powering from the arduino as well what power goes where? Sorry I am new to electronics and don't really understand the schematics yet.
userHeadPic natjking
2014-03-08 00:40:53 Welcome Natjking,

The power in connector is to supply external power to the pins. If External power supply is connected, the servos will be powered from PWR IN. There is no need to canibilising. What cheaper IO shield are you using? maybe works in a different way?

Cheers
userHeadPic Jose