Asked
— Edited
Hello,
Hello bhouston,
slowly i am finish my inmoov (Juhu)
for some days i got my EZB4 Controllers (2x Juhu)
and now i am checking the possibilities with speech reco and so on.
I am really interested in your doing Math script.... where i can find the subscripts (Repeat Speech 3 / Do math / repeat speech 1)?
And your stuf with the speech control to the neopixel ring is also great... do you have also there a script to share?
Or other question do you share EZB InMoov File?
Greetinxx from a big fan
Boris
@rentaprinta, Here's the script as it stands today, the repeat speech scripts have been removed now that we have a Talk servo Control to move a servo with text. Everyone's InMoov's are different so far as servo connection ports and calibration is concerned, so posting my subscripts won't do you any good. You will have to create them for your robot. The "Doing Math" subscript, simply brings the robots arms and hands into position. Then each finger movement has a subscript as well.
I am running the neopixel ring off of an Arduino Uno with commands sent to it from the EZB. Here's an example of a script for that.
and then to send the command from the EZB to the Arduino,
I hope this helps you out
Hi
Bhouston,
thanx for the fast answer,
i need time to check up your scrips
Boris
Hi Bhouston,
how i can send this serial information to the ardunio?
What Shild or bridge i must buy?
Boris
I have mine connected as follows; Port 18 on the EZB connected to the Rx on the Arduino The Arduino is powered with 5V The ring power wires are connected to 5V and negative and the signal wire to pin 6 on the Arduino. Load that crazy arduino script on to the ardunio and call for what ever pixel pattern you want in an ez script. As in my example.
Hello bhouston,
today i have time to chekc the neopixel.
I make a script with:
But nothing happend.
I change the Code to:
I think 66 is for BLUE, but also nothing works.
I check with the normal NeoScript uploaded on the Arduino and it works on Port 6 . So the Neopixel Ring is correct connected.
But what i did wrong?
Boris
I'm using two EZB's on my project and using the second one for the ring that is why I am using port - 1.D18. ( sorry about that) Try this code if you are only using one EZB
hi,
thanx for your help,
but still now light ;-(
I use now your new code
i connect with RX0 (also with RX1/RX2/RX3) RX0 is right?
on the EZB on D18 on the white pin! right?
and i have a 24 led ring so i change the Arduino Script :
?
Boris
It seems, if the EZB4 not send a Serial... (How can i check if the EZB4 send something?)
or the Arduino not receive serial.