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
Belgium
#9  

so the led works when i speak into a headset mic.i can see jd mouthled lid up. but thats not the effect am looking for.am looking for the led to lid up when jd speaks .

#10  

I thought you did that already with a sound servo controlling the LED? Or did you just wire an LED to the speaker of your JD before?

#11  

@Norman, I do not have a JD so I don't know, but... Am guessing you are using the built in speaker on the EZB controoller. Use the servo Servo (EZB Playback) not the Sound Servo.

If so just change the variable name from $soundvalue to $Soundv4Value in your script.

Example... if ($Soundv4Value < 10) $pwmvalue = 0 ELSEif ($Soundv4Value < 20)

Change it to ... if ($EZBPlayingAudio < 10) $pwmvalue = 0 ELSEif ($EZBPlayingAudio< 20)

in your script.

PRO
Belgium
#12  

ah thanks i will try that.

PRO
Belgium
#14  

what value comes here? i have a led on port D22.

User-inserted image

#15  

Nothing goes there, it's a variable name representing the value of each PWM value listed above.

PRO
Belgium
#16  

ah ok. so this works only with headset mic.