Help with animating project.

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
yashi43
 
Posts: 1
Joined: Sat Sep 17, 2022 12:03 pm

Help with animating project.

Post by yashi43 »

Hey y’all. First of all, will gladly compensate for your time. Looking for someone to help me code and wire a talking skull to a specific track. I have the skull and servo motor placed inside already. Currently hooked up to a joystick to manually make it talk but looking to have it talk to a specific vocal track and be triggered by an outdoor sensor of some type, maybe an ultrasonic transmitter? If anyone’s willing to provide one on one help I’ll Zelle you! Haha. Thanks so much.

User avatar
dastels
 
Posts: 15656
Joined: Tue Oct 20, 2015 3:22 pm

Re: Help with animating project.

Post by dastels »

You might with something like https://www.instructables.com/Audio-Sen ... ve-Motion/, though I'd use something better (more modern) than an Arduino UNO.

Feeding an signal directly into the analog input (rather than using a mic) will avoid the issues of not hearing and/or picking up background noise. You will probably need/want to smooth/average the input (either in hardware or software) to make the servo action less jittery. I suspect a smooth amplitude signal will work better than the raw audio.

Dave

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”