Touch Path icon Touch Path Sketch paths with finger or mouse and set turn/move speeds; interactive, educational demo of timing-based, sensorless robot navigation and limits. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
ARC Pro is your passport to a world of endless possibilities in robot programming, waiting for you to explore.
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
BN-880 GPS Compass by Beitian
Featured
BN-880 GPS Compass

Standalone autonomous navigation using Beitian BN-880 GPS/Compass with real-time map waypointing and offline map caching; requires Arduino.

Face Mask Detection with ARC by Mickey666Maus
Featured
Robot By Mickey666maus

Build training datasets with a step-by-step video or use provided code and a prebuilt model to kickstart your project.

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

Esc For My Drive Motors

Anyone tried these ESC's from Banebots? ESC
question

Ds18b20 1-Wire Temperature Sensor Support

I'd love to be able to put temperature sensors on all my robot's critical parts, like the EZ-B, HBridges, drive motors, DC-DC Converters, & batteries... This Arduino 1-Wire Tutorial shows how to interface multiple DS18B20s (eBay link) to a single Arduino pin. DS18B20 datasheet Would support for these be possible DJ?
question

Coachella 2012, Done.....Back To My Wall-E

Hello Guys Back from the madness, i managed to spare some brain cells and have 2 more days off of work......wall-e will be done!
question
Free To My Ezb Community Friends

Free To My Ezb Community Friends

Motor controller cooling fan , ezb regulator cooling fan and a few sheets of abound deadening rubber adhesive Matt. I will give prob 5 to my ezb friends....
question

L289n Motor Driver

Hey DJ! !!!!!!!!!!!!!!!!!!!!!!!!! I know you are a very busy guy, but......... Would you PLEASEEEEEEEE answer a question for me?????? I'm still confused about hooking up the PWM to the enable pin outs on the L289N Motor Driver In your video tutorial on PWM, I see four wires going to ENA - +5V - +5V - ENB. Is the correct hookup one digital pin, with...
question

Using A Rc Transmitter With The Ez-B Controller

Hello, I am attempting to build a RC 1/16 scale RC armored vehicle and could use some help. I am currently using the EZ-B controller to control certain functions, i.e. cameras and several servos. However I would like to use a RC transmitter (like the ones used with RC cars) to control the main drive and turret motors/servos; has anyone ever...
question

Tankwars Port?

Saw this cool project over at instructables and thought it would be really cool and easy to do with EZ-B. In fact, I think the only thing that is needed is someone to translate this really short arduino sketch into something the EZ-B can run. https://www.instructables.com/id/TankWars-A-Physical-Video-Game/step11/Target-Code/ Is there someone out...
question

Getping

hi all I am writing my own radar script how do i use the value return by getping(d13,d12) e.g. :loop tr if getping(d13,d12) < 20 then Right(200) goto(tr) else stop script and exit
question

Speech Recognition And Rss Feed

Hi, I have a little subject. In a future update, would it be possible to use the speech recognition to request weather, news, reading email or read an RSS feed ? I saw this with Processing and i think it's interesting. Thanks
question

Usb Hub

Hi Everyone, I read in some other threads that it is possible to hook up a USB hub to the EZ-B Anyone do this yet? If so, can you please post a pic or direct me to a youtube video that illustrates how to do this? Thanks in advance. -Chris
release

Release 2012.04.23.01

Global voice Enable/Disable for robot speech recognition, updated speech control options, new servo examples, EZ-Script fixes, C#/VB loop Start/Stop
question

Voice Recognition

Hello everyone. I was trying to think of a way to have my robot only recognise specific voice commands under certain conditions. For example, the robot will generally be in a 'standby' mode, waiting for only 1 specific voice command like "robot wake up", to take it out of 'standby' and into an 'interaction mode'. So that no other voice...