Sabertooth Kangaroo icon Sabertooth Kangaroo Movement panel enabling Kangaroo & Sabertooth encoder-based speed/velocity control, UART/PC serial options, tuning and encoder setup. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
With ARC Pro, your robot is not just a machine; it's your creative partner in the journey of technological exploration.
Synthiam Credit
Log In
Earn synthiam credit to lower synthiam product costs
Earn Credit
Contribute to the community and earn credit to lower the cost of Synthiam robotics products and subscriptions.
Loading...
Remote control robots or add telepresence capabilities with Exosphere
Movement Joystick by Synthiam
Featured
Movement Joystick

Analog joystick UI to control any ARC movement panel via mouse/touch-configurable dead zone, max speed, center-reset for smooth robot motion

Marcus the Expressive Android by Steve S
Featured
Robot By Steve S

Marcus the Android rebuilt from a Wow Wee Elvis: 12 DOF, lifelike upper lip movement, rotating/rocking pedestal, controlled by EZ B V4 Wi Fi

Community

Welcome to the Synthiam Robotics Community

Sign in to unlock your personalized community feed — browse your posts, track replies, follow discussions, and join the conversation.

Log In to Access Your Content
question
Ez-Robot Developers Kit

Ez-Robot Developers Kit

Dear ez-robot, I got "EZ-Robot Developers Kit" recently. I have a question about battery. For now, it is using "battery" for electricity. Could it be...
question

Uart Read Commands

Perhaps it's just me but the UART commands for reading data is in the manual but when I try to type it in it does not seen to work and where the command would show up kind of like intellisense they do not. Any help would be appreciated.
question
Voice Recognition In Acer Aspire Switch 10

Voice Recognition In Acer Aspire Switch 10

I bought a Acer Aspire Switch 10 (Z3745, 64 GB, 2GB RAM) and I tried to run my Robot setup in ARC. Everything worked OK except for...
question

Text To Speech Servo Movement

I am starting this thread because it seems that a few people are having issues with this and perhaps we can get it working, I am trying to get the mouth of my robot to move according to the "text" I put in a command. So what ever I type in, the robot will speak those words (audio) and the mouth (jaw) will move similar to a humans for the...
question

Six Revolution

Hello , well this is the month that the Six will ship. I have one on order (pre-Retail). An would like to connect with as many other Six owners as I can. I will post here once Six is in but would like to start making contacts now. So if you have Six and are waiting as I for his arrival please post here so I can try to form a small sub community for...
question
My New Customer Makerbot Experience

My New Customer Makerbot Experience

Just like i did with the Solidoodle I am sharing my overall experience purchasing a new makerbot. I will compare some of the same prints i did on the...
question
5 Boxes

5 Boxes

wow 5 boxes .
question

Uartread

I get " syntax error, unknown command " when I try to put in UARTRead(0,0,10) in my script. Anyone come across this?
question

I'm Out

Guys and Gals , I'm out. I do not belong to this community. I will return when I am an EZ Robot owner.
question
Playing With Red Ball?

Playing With Red Ball?

playing with red ball? for what? j
question

ARC Audio

It's been a while since I've had time to experiment with EZ Robot. I have version 3. My son wants to build an animated Halloween skeleton. He wants it to play some audio along with the animation. I thought there was a discussion where you can have the ARC play the audio through your computer after some event occurs (like motion detection). Can...
question

Generate A Random Colour

Good Evening, I am trying to generate a random colour from four predefined colours. The pre defined colours are Red,Blue,Green,Yellow. Please take a look at what I written so far. :COLOR $1 = "RED" $2 = "GREEN" $3 = "BLUE" $4 = "YELLOW" $COLOUR = GETRANDOM($1,$4) say($COLOUR) I know why the error I am getting...