Asked
— Edited
Dear EZ-Robot Team and friends,
I want to control a 4 Wire HBridge PWM connected Motor with the Sound-Servo App or a similar program / script.
Its a mouth-motor from a toy, I cannot change the motor. so I want to use HBridge.
I dont wanna make a long script with mouth animations.. for 1-3 sentences its okay but for a conversation not.
Can someone help me ? is there a trick ?
regards Marty
Oh geez, then that's super easy.
Before each SayEzbWait() command, add the code to start the hbridge. Then after, add the code to stop it
I.e.
Or, if you're using pwm on the hbridge, simply connect the pwm to a servo port and use Talk servo control. Initialize the hbridge to always be on by either hard wiring the direction or connect it to the ezb and init script such as
@DJ @Thetechguru
I want to use my own "german" MP3-Sounds with the soundboard 4 + sound servo ezb 4. I want to play selfmade voice sounds and the 4 Wire HBridge PWM must powering on " Forward(255,200) " if the sound servo recognized sounds.
Is it easy, too ?