Custom Movement Panel icon Custom Movement Panel Custom Movement Panel maps directional commands to scripts, adjusts per-wheel speed (0-255), and integrates with joysticks for unsupported motors Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Unleash your robot's full potential with the cutting-edge features and intuitive programming offered by Synthiam ARC Pro.
Power Up Your Scripts with AI
Describe what you want — get working robot code. The project-aware AI Script Assistant built into ARC.
Synthiam Credit
Log In
Earn synthiam credit to lower synthiam product costs
Earn Free Credit
Share your robots, answer questions, and help others — earn credit toward ARC Pro, AI credits, and robot swag.
Remote control robots or add telepresence capabilities with Exosphere

Drive Real Robots, Anywhere

Remotely operate robots around the world or add live telepresence to your own build — straight from your browser.

Discover Exosphere
XV11 LIDAR by CochranRobotics
Featured
XV11 LIDAR

Real-time 2D mapping from Neato XV-11 360° LIDAR via GetSurreal controller; exports $LIDARDistance/$LIDARIntensity, configurable angles, color, zoom.

Jo Robosapien Project by rb550f
Featured
Robot By Rb550f

Custom Robosapien head from 3D kids projector with tinted LED face shield, adjustable R/C shocks, HD head servo and EZ-B v3 with wireless color...

Community

Join the Synthiam Robotics Community

Connect with thousands of robot builders, educators, and engineers. Share projects, get answers, and learn to build smarter robots with ARC.

  • ✓ Showcase your robots & projects
  • ✓ Get help from experienced builders
  • ✓ Earn credit toward Synthiam products
Create Your Free Account Log In
question
Wanted A Full Datasheet For The New Ez-Robot Motor Control

Wanted A Full Datasheet For The New Ez-Robot Motor Control

can anybody post a full datasheet for the new motor control. I am wondering what the maximum voltage...
question
Error Weather Broadcast

Error Weather Broadcast

is that cause i dont have voice recog?
question
ARC Bug?

ARC Bug?

I have two EZB v3 connected for my project. When I connect to EZB 1, there is an error message that shows up in the console that states it is NOT an EZB? It reports that EZB 1 reports back with OS v25.5...
question

Deal On Tiny Bt Joystick

I have no idea how well or even if this will work with ARC, but I ordered one to try since the price is right. If you are looking for a small hand-held remote for your EZ-Bot, Woot has a key-ring size Bluetooth joystick today for a decent price: electronics.woot.com/?ref=cnt_sb_el_1
question
Running 2 Robots In Client Mode At The Same Time

Running 2 Robots In Client Mode At The Same Time

I have 2 robots and I have each one setup to run in Client mode. When I try to run them both at the same time, I can only...
question

Next Week?

I have been waiting since September 18, 2013 - 7:47:48 AM! Order is stuck... At Step 2 of 4) Processing Order Details roli and batteries Contact US "says next week..." it has come and gone. I am tired of everyone saying you know the drill. Would you rather I post on face book? Or g+... J
question

Servo Causes Ez-B V4 To Reboot

I just started working with my ez-b v4 developers kit. I got the camera working and mounted it atop two hitec HS-422 servos to provide pan and tilt capability. The two servos work fine with the ez-b. The problem is when I connect just one of the servos that came with it the kit and make it move. I briefly hear the servo move and then the ez-b...
question

Speech Recognition

Hello all, Would like to ask why does JD starts speaking randomly when speech recognition is not paused? And is there any fix for it?
question
ARC Crashes

ARC Crashes

Hi, I'm using ARC to control 2 EZB v3s and have a continued issue with crashes. I do have the latest version of ARC and the firmware on both boards is up to date but each time I try to open my saved...
question

Assigning Joystick Button Script To Control Ports On Different Ez Boards

Can you assign joystick button script to ports on different EZ Bs? There seems to be no place to specify which board the script is meant for. Is there script syntax to address this? Thanks
question
Roomba Red Help

Roomba Red Help

Hello all, Has anyone tried hooking up a Roomba Red with the EZB4? Ihaven't had any response from the robot yet... Also, the video tutorials, although good, don't reflect the current...
question

Help Needed Converting This Script From Python To Ez-Script

I have switched my robot over to Ez-Robot and I need some help converting the following Python script over the EZ-Robot language. if (data == "lets do some math"): math() if (data == "one"): one() global first first += 1 print(first) if (data == "two"): two() global first first += 2 print(first) if (data ==...