United Kingdom
Asked — Edited

Setting Voltage Of Adc Ports

Hi guys,

Is it possible to set the voltage of the ADC ports. I'm trying to get them to act as switches to control an LED array.

I've already used up the 20 Digital I/O's.

I want to set them to values 0 or 255 to switch between 0 & 5 volts'

Any thoughts would be appreciated.

Thanks

Dan


ARC Pro

Upgrade to ARC Pro

With ARC Pro, your robot is not just a machine; it's your creative partner in the journey of technological exploration.

#1  

Hi Dan,

Unfortunately ADC is input only; check out the Port Types section of our Hardware Turorials for more information at https://synthiam.com/Tutorials/Hardware.aspx

In order to have more than 20 ports you'd need to get another EZ-B.

Can't wait to see a robot that has so many ports:)

Cade

United Kingdom
#2  

Thanks Cade C

Many thanks for the reply.

I thought that would probably be the case but thought i'd ask as i'm new to the device.

I'm controlling LEDs individually (1 LED per Digital Port). Is there any way to control more than 1 LED per digital port?

Thanks again

danUK

#3  

Since you can only get 5V out of a DO port you are limited as to how many LEDs can be run off a single port. I have an LED chaser circuit that is powered by a single port then I placed my LEDs randomly on the front of my bot so when it goes through the sequence they blink in random areas. But I am going to try and hook up to lower consumption(voltage wise) LEDs to one port and see if I can light them both (for my bots eyes).

#5  

Another neat "trick" is to use a servo control instead of a digital control. The servo control acts like a dimmer switch for the LED.

United Kingdom
#6  

Thanks Choyster

I'll give it a try.

PRO
Synthiam
#7  

Or use the pwm slider

United Kingdom
#8  

Thanks for the suggestions guys. I'll try them out