ARC Pro

Upgrade to ARC Pro

Stay at the forefront of robot programming innovation with ARC Pro, ensuring your robot is always equipped with the latest advancements.

PRO
Synthiam
#1  

The answer is the amount of current you apply to it is what you get per pin. If you're asking about the current sink per pin on the microcontroller, that's the same as all other microcontrollers - as they're all about the same.

From that thread, I wrote:

Quote:

The ezb v3 had a 5amp regulator. We had a lot of trouble with them because they didn't have enough power to supply more than a few servos. So we researched and found new heavy duty metal geared servos that are 7.4v tolerant. The decision was to provide the input voltage to all digital pins except the analog pins. So what ever power you supply to the ezb comes out of the power pins. We recommend 7.4 volts if you're driving our servos. Otherwise, we will have a power module available very soon. Jeremie had the test pcbs printed today and once they are verified, they'll be on the site.

The power modules have a voltage regulator to power 5 volt items, such as sensors.

#2  

I could have been clearer. I was referring to current sink.

Thanks DJ

PRO
Synthiam
#3  

Roger that. The answer is 25mha (same as almost all microcontrollers). The datasheet is here: CD00237391.pdf ... It's a long read!

#4  

Again, excuse me for being slightly daft here... So you're saying the power pin on the digital ports will equal whatever power you are supplying to the board.... I get that part... But here in the specs page of the EZB4 it says ".24 x 5 volt tolerant Digital ports (servos, PWM, and more)".... So if the former is now true (pin voltage = input voltage), how would we drive typical devices like pings that use only 5V? Would we have to power the board with a limit of 5V in this case?

PRO
Synthiam
#5  

We have a module which will be put on the website within the next week. It looks like a 3 pin connector, but has a 5 volt regulator built in.

The trouble with putting a voltage regulator for all pins on the board is heat and limited current draw. For example, if you ran more than 5 servos the EZ-B v3 would get very hot. If you wanted to run heavy duty servos, you would need an additional power source.

Our new servos used for the Lever HDD Servo-motor and Rotation HDD Servo-motor use the HDD Servo. That servo is tolerant for 7.4 volts input - so it'll power right off the EZ-B from a LiPo Robot Battery 7.4v 1300mAh

The 5 volt tolerant means the digital pin can accept 5 volts of input. This is special to the choice of ARM processor we selected. All other ARM processors are only 3.3v - which would be practically impossible to use with any sensors, etc..

#6  

For people using a lot of servos in their projects that makes sense... I use a lot of 5v peripherals so I hope you guys will allow me to add a couple of your 5V modules to one of my orders then...

Cheers

#7  

So wait... All the servo/digital ports shown here have a voltage dependant on your battery? hmmmm. Well, I don't think it will effect my roli project. Oh wait. I have a mini servo!...... What's the max voltage the mini servo in the shop? User-inserted image

United Kingdom
#8  

Quote:

what ever power you supply to the ezb comes out of the power pins

Yes.

If 7.4v is a problem you can always fit a regulator before the EZ-B and supply the EZ-B with whatever voltage you require however current will be limited by the regulator. Parallel multiple regulators and you can increase the max current available though... I.e. put 10 x 5v 1A regulators in parallel and you have 5v 10A to play with on the EZ-B's digital pins (provided 5v is enough to power the EZ-B).

Or, you can fit regulators in the Vcc of the digital ports. The VCC powering the servos can all be taken from the same port if required so if you have 2 or 3 micro servos that require 5v you could take signal from D0-D2, take the vcc and ground of D0 through a 5v regulator then feed the three servos with the same regulated Vcc and common ground.

#9  

I just reralized that I'm going to put some sensors on it so any which way i'm going to need one of these boards.