
Redzone
USA
Asked
— Edited

Hello, I had a working JAW/mouth working with older software. I upgrade to the lastest software and can't figure out how to sync the jaw using a analog to digital from my PC to the power amp that goes to the ADC0. I can't figure out how to make it work using the new software.
This is what I had using the older software for the jaw sync...If (ADC(ADC0) > 1) servo(d4,48) sleep(10) release(d4) endif
Any help would be nice.
Thanks, Mike
The IF in line one is incorrect. ADC(ADC0) is incorrect, it should be GetADC(ADC0)
Thank you Rich, I will give it a try.
So, did it work?
hi rich sorry it's taken so long to get back to you. I've been away from my project for quite a while. that program statement that you put in the thread did work however it only does it once I need it to be continuous. maybe using the wrong program but I'd like to have the jaw move every time the speech recognition says something. is this possible I'm using version 9 4 2013. I am still using the v3 board.
thank you in advance Mike
merne, you need to upgrade to the latest EZ-B release, is there some reason that you are still using 9.4.2013 ?
Add a label to the top and a sleep and goto at the bottom to make it loop.
You may need to add in another servo() command to move the servo from position 48 since it's all moving very quickly it may all happen faster than it can physically move and release the servo.
Also, as Doc said, update your software.
Hi guys, as always, your all so quick for answers. Thanks! I will try Rich's program commans today. as for the new software version, i thought it's for the new v4 board only? Maybe i am wrong. Mike
Although the New EZB4 code is now included in the new releases there are still quite a few improvements in the code for the EZB3s.