Music control of animatronics
tcicatelli
Posts: 8
Hi-
I built an animatronic stuffed animal that is currently controlled via bluetooth and an app I wrote in Android. I can have it dance fast and slow and move its head up, down, right and left. I use it as a band's mascot and adjust the speed to the tempo of the songs they play. Is there any way to have the basic stamp "listen" to the music, feel the beat of the bass and adjust its speed accordingly?
Alternatively, is there a way for me to embed controller signals into the bass/drum mp3 tracks that could control movements?
Thanks,
-Tom
I built an animatronic stuffed animal that is currently controlled via bluetooth and an app I wrote in Android. I can have it dance fast and slow and move its head up, down, right and left. I use it as a band's mascot and adjust the speed to the tempo of the songs they play. Is there any way to have the basic stamp "listen" to the music, feel the beat of the bass and adjust its speed accordingly?
Alternatively, is there a way for me to embed controller signals into the bass/drum mp3 tracks that could control movements?
Thanks,
-Tom
Comments
The short answer is Yes. There are a variety of ways to do this, some very complicated, some very simple that might or might not work adequately / reliably.
As the year progressed, I replaced its processor with a basic stamp, and replaced the hobby motor that moved its head side to side with 2 servos. I wrote a program for my android phone that gave me complete control over it via bluetooth. I even used the accelerometer in the phone to have the head follow the movements of the phone. The phone sends 5 digit codes to the stamp via bluetooth and the stamp drops to the appropriate subroutine.
I like the idea of DTMF on a spare audio channel as I'm always looking for ways to make this thing more autonomous. I've started to play the bass on occasion and would like the gopher to run itself when I do. The current backing tracks consist of drums on one channel and bass on the other. I suppose I could create an alternate backing track with drums on one side and the control codes on the other?
BTW, I have the same user name as this site just like Jonnymac does on his EFX-TEK site.
BTW, I have the same user name as this site just like Jonnymac does on his EFX-TEK site.