Dual Hbridge W/PWM icon Dual Hbridge W/PWM Dual H-Bridge w/PWM movement panel: control two DC motors' direction and speed via EZ-B PWM for responsive forward/reverse/turning. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Don't limit your robot's potential – subscribe to ARC Pro and transform it into a dynamic, intelligent machine.
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
Audio File Out EZB by Synthiam Inc
Featured
Audio File Out EZB

Stream MP3 or WAV files from your PC to the primary EZ-B speaker for robot audio playback, alerts, music, and voice clips.

R2d2 Star Wars - Kinect! by edison2
Featured
Robot By Edison2

R2D2 integrated with Kinect using EZ-B showcased at Campus Party Quito-easy robot building with EZ-B, demos and community support.

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

Is The Ez-B Right For Me?

Hello everyone! Neogirl101 here! The reason that I joined this forum is because I see the Ez-robot platform as very promising- but there is a suggestion I would like to make. I've noticed that the EZ-b requires that it is always connected to the computer. I know that JD prefers it that way, but I personally would love to have an EZ-b that didn't...
question
Using 2 X 4 In 1 Sensors

Using 2 X 4 In 1 Sensors

I am trying to find a way to use 2 of the 4 in 1 sensors on the same EZB. Is it possible to change the i2c addressing on this sensor? Why I would want 2 sensors: On my R2...
robot

Markrobertltot's A Snake Robot - That Eats Rubb

Snake robot cleans storm drains with a waterproof camera, identifies and ingests glass, plastic, metal or compost waste, GPS-guided back to base.
release

Release 2016.07.17.00

Prompt for assembly instructions in Preferences, Twitter recognition fixes and new features, and display fixes for Windows 10's 125% text scaling.
robot

Cochranrobotics's Rafiki Update

CochranRobotics Rafiki build status: prototype photos and progress, robot programming to begin in about a week; feedback welcome.
question
Mac Adres

Mac Adres

my question is not ez robot related,so i understand iff there no support possible. i need to find a mac adres from a robot.i try the app fing but it doesn find it. i ask the companie to look it up and...
question
Roli Rolling To The Left

Roli Rolling To The Left

I got my new Roli up and running Sunday, but after a bit, when driving forward it began pulling left and seemed somewhat slower. In reverse, it goes straight and is...
question

Possible Bug Auto Position Movement

Project: advbot1.EZB The project is based on the Adventure Bot. Changes to help troubleshooting: 1) Added Http Custom Server 2) Added Http Server 3) Added Position Start Script $positioner_start_script=$hour*3600+$minute*60+$second Added Position Start Script $positioner_end_script=$hour*3600+$minute*60+$second Added Movement script:...
question

Ezb Microphone

From all the videos, I assumed the EZB had a built in microphone. Upon further inspection, it now seems I was mistaken? Does the voice commands then work through the PC mic only, and not the EZB? I am planning to use a small tablet bolted on to the bot to run the control software, so I can use that mic, but I am just making sure I am not barking up...
robot

Jon2build's I Am Looking To Turn A Wallie

Convert a Wallie toy into an autonomous learning robot with movement tracking, MP3 playback, voice control, room mapping and remote operation
question

Ezb Failsafe?

Hi there. Is there a way to implement a failsafe on the EZB? Right now, if my EZB loses connection, everything stays in the state it was before the connection drop. It would be great if there is a way to implement a failsafe with default values to use in case of a connection break. If not a programmable failsafe, releasing all servos would do the...
question

Continous Servo Calibration. 90 Zero, Not Equal Up And Down

Hi guys. I have created a movement class for a two wheel bot setup (Like adventure bot). I copied the default values that ARC uses for a continuous servo movement panel. 180 108 1 I dropped the speed on each servo a little in ARC, and settled on a speed using. D1 150 108 30 D0 30 108 150 I then copied these values in my own project (SDK). I wrote...