Asked — Edited
Resolved Resolved by DJ Sures!

Trying To Get Led To Flicker While Sound Is Playing

I am building a semi static BB8 (from Star Wars) out of foam. I have the EZb playing different sound files when a button is pressed (I have it set up for mobile, I press a button and it randomly plays one of several sound files). What I am trying to do is get it so that when it plays a sound file an LED flickers on and off while sound is playing and then stops when sound stops. I have managed to do the Sound servo script and it works, but the LED also flickers when ever there is a external sound. Can anyone help me out with this please.

Thank you. Jamie https://www.facebook.com/FoamtasticCreations/ User-inserted image


ARC Pro

Upgrade to ARC Pro

Subscribe to ARC Pro, and your robot will become a canvas for your imagination, limited only by your creativity.

#1  

Just noticed on the soundboard it has an edit option. Wondering if I could make a script for each sound file?. I will have to try it when my battery charges back up.

PRO
Synthiam
#2  

You can - or you can attach an led to the speaker output.

#3  

Sweet, never thought of that. I have to move the speaker anyway, so adding the LED to it would work. Awesome thanks.

PRO
Synthiam
#4  

Credit to Patrick. A search might find it. He has a YouTube video demoing it

#5  

DJ, would'nt sound servo also work for control of an LED synced with sound?

PRO
Synthiam
#6  

Yeah - that's a good point. You could connect an led to a digital pin and use sound servo. Good idea Justin

#7  

I mentioned in my first post that I tried the sound servo thing, but found that any sound even external would set off the LED. I needed it so that only the when the sound file is being played would the LED flicker. But thanks. I am going to try putting some script in each of the sound files, that way I can control how bright the LED flickers depending on the sound file being played. Thanks to everyone for helping me out. Jamie.

#8  

Remember, there are 3 sound servo controls:

Sound servo PC MIC - that would pic up any sound from the MIC on your PC.

Sound servo PC Speaker - that would pic up only sounds played through the speaker.

Sound servo EZB Playback - that would pick up only sounds played through the EZB Speaker.

I just wanted to mention that to make sure you know about the 3 different options.

#9  

Just for thoroughness, there is also a talk servo control which only activates for text to speech (either Say or SayEZB). Doesn't apply in this case since you are using robot sounds, not speech,but helpful if someone looks here later.

Alan

#10  

Thank you, JustinRatliff I didn't know about the third servo sound EZB playback I will try that first. Cheers!.

thetechguru Thanks for mentioning the talk servo, I had looked in to that but liek you say it only works with speech. But for sure definitely helpful if someone reads this thread. Thank you