Servo Summary icon Servo Summary All-in-one servo view showing and editing servo positions and speeds; add servos and resize the control to fit. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Your robot can be more than a simple automated machine with the power of 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
Sound Script (ezb) by Synthiam
Featured
Sound Script (Ezb)

Trigger a script when EZB audio plays, exposing live Min, Max and Avg audio-level variables for looped monitoring; stops when audio ends.

First Real Look At My Ez-b Controlled Full Size Lis B9 Robot by Dave Schulpius
Featured
Robot By Dave Schulpius

Full-size Lost in Space B9 robot controlled by two EZ-B boards: motors, lights and SparkFun MP3-triggered voice for realistic animated effects.

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

Clip And Play For Micro Servos?

Hello, Just curious to see if the same clip and play parts will be available for micro servos. gracias.
question
Pwm Sliders Request, Please.

Pwm Sliders Request, Please.

On smaller touch screen computers, the PWM slider control the button area of the control needs to be bigger. So then I can change them without using a pen to make...
question

Hi There!

This is honestly the coolest idea I've ever come across. I used to play a game called MindRover extensively, where you built a robot to do various things (like race, capture the flag or fights to the death) and then played against the computer or your friends. I recently resurrected the game to play with a friend of mine who's an electrical...
question
Another Publication Is Getting Out The Word!

Another Publication Is Getting Out The Word!

Just skimming the web and found this. EZ-Robot Launches the Next Robot Revolution Long live the Revolution!
question

Request To Ez-Robot

GOSUB Function , Please! I think that it would be very useful and we need it. Just my two cents. Thanks,
question

Reading Analog Port

Need help with what steps are missing when making a decision during an "IF" leg # Two IR units, Front_IR and Rear_IR will be monitored for # possible collision from objects in front or behind a # a moving robot # Once detected then drive motor control will be adjusted # to avoid collision $Front_IR = GetADC(ADC0) $Rear_IR = GetADC(ADC1) #...
question
Aimec Robot Does Live Bbc Radio Broadcast

Aimec Robot Does Live Bbc Radio Broadcast

A while back, one of our AIMEC Robots did a live BBC radio broadcast from our home. It got the latest sports news by itself off the...
question

Using Imu With Ez Board

Hello there! i was buying this 9dof imu (Inertial Measurement Unit) sensor, so wanted to ask if i can connect it with the ez board? if yes then should it be connected to the i2c or analogue or digital port?
question

Curious. . .

Does the software have a simulator? I'd love to start coding pronto, even before I place / receive my order. Anyone know? I think that'd be super cool.
question

Round Two

hi all i'm going to give roboting an other go with V4 coz I never got my V3 to work (Bluetooth problem I think) but I have a question or two, does the V3 camera work with V4, does one have mod it in any way thank Ben
question

Robotic Servo

Just a quick question. Can you connect a robotic servo into the EZB? Something like the HerkuleX HerkuleX
question

Command To Print An Analog Port Value

Need a command to provide the numerical value of an analog port and print it. The need for this is to test a script when decision making to perform a certain task is based on the value of the port at a certain time while an IR sensor is connected to the port.