ARC Pro

Upgrade to ARC Pro

With Synthiam ARC Pro, you're not just programming a robot; you're shaping the future of automation, one innovative idea at a time.

#1  

Yes, that is right. Is it not working for you? Are you sure your device is in port D23 (those port numbers are soooo tiny!)

PRO
Belgium
#2  

justin

you solved the problem,i didn now if the true or false must be written. now i know i dont.and yes set(D23,on)

its for the police light,cause it change mode with his own board ,i cant get it out.

#4  

Yup, that sounds rights. It sounds like you were just applying power originally with no control.

PRO
Synthiam
#5  

Do not do that! You are sinking the regulator with the GND on a digital i/o of the ez-b. While micros can usually sink more than they can source, the big danger is when +3.3 is outputed on the signal pin because that connects the +3 signal pin to the VCC (+7.4) pin.

Let me explain in more detail...

  • The regulator power is connected to the VCC +7.4 volt pin on the EZ-B
  • The regulator GND is connected to the EZ-B Signal pin
  • When the signal pin is HIGH, it will output 3.3 volts and the light turns off.
  • When the signal pin is LOW, the output is GND and the light turns on.

Now, here's the problems

  1. You're powering the regulator from the ez-b signal pin when it's GND, which micro general purpose i/o pins are not designed to provide that much power.
  2. When the signal pin is HIGH (on), it connects it to the VCC (7.4v)! Even though it's running through the regulator, there's not that much resistance - and therefore you're feeding way too much current back into the EZ-B v4 I/O

What you want to do is control the light by using a TP-220 or any transistor. There are tutorials that explain how to do this.

Stop what you're doing now or you will damage the EZ-B.

PRO
Belgium
#6  

dj

thanks for posting.this is a wake up call,dont experiment.

#7  

Those RC model police lights he is using are designed for use on RC cars with PWM receivers. I wonder if they are suppose to be treated like servos and controlled with PWM instead of digital on and off?

@Nomad, do you have a datasheet for those lights or did they come with directions?

PRO
Belgium
#8  

no they are normal for cars.i cant get the lights of with pwm or script. they have there own board.