ADC Meter icon ADC Meter ADC VU meter displaying 0-3.3/5V as a 0-255 linear meter; configurable board/port, sampling interval and color; pausable real-time readings. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Discover the limitless potential of robot programming with Synthiam ARC Pro – where innovation and creativity meet seamlessly.
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
Graphy by Synthiam
Featured
Graphy

Plot live data with ControlCommand scripts: multi-series charts, many chart types, legend toggle, add/remove series, export graph data to CSV

HAL THE ROBOT  THAT WALKS AND TALKS by cliffordkoperski
Featured
Robot By Cliffordkoperski

5.5ft humanoid walks, talks-56 servos on 3 EZ‑B v4 boards via WiFi, two batteries, onboard PC; Synthiam ARC scripting & biped gyro control

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
robot

Aidan9419's A Robot That Can Dive Under At

Robotic submarine diving 50+ feet with onboard camera and powerful LEDs for underwater exploration.
robot

Youngj's My Daughter Wants To Build A R

Build a robot to play with and entertain a pet rabbit and optionally assist with cleaning its cage.
question

Driving Stepper Motors With Ezb V4

Done a lot of looking on the forum and still can't figure it out. I am building a pretty heavy duty robot and want to use the power of stepper motors. Question is - how do I interface the stepper motor with the EZB? I have Kollmoren P22 stepper motor - 8 wires, capable of bipolar, unipolar and parallel operation. I guess I need a recommended drive...
question

Connecting Leds To The Ez-B V4

Hi, I am just taking my first steps with my ez-b v4. I would like to connect some LEDs to the ez-b v4. Maybe some colorful ones that light permanently and an LED that can switch colors? (RGB-LED?) Which LEDs would be good for this little project? I already have a package with LEDs and resistors, but I am not sure if I can use them for this:...
question

Dc Motors For The Ez-B V4

i want to buy the ez-b v4 develepor kit to build a robot. but want to know if the ez-b v4 can handle dc motors. if it can't, how could you make it so it could?
question
Slow Performance

Slow Performance

When I do a benchmark test of the Read 300 ADC I get a result of 5 reads per second. I know it use to be around 65. I thought it was because of the "Limited" WiFi message, but...
release

Windows Release 2015.12.19.00

Prevent camera auto-start in projects: require manual Start Camera, add Sharpen filter, and Connection Control flood protection for ez-B v4.
question

Servo Profile In Lessons

I was about to post a few tips on starting to build and use the Six robot in one of the threads (since I just put one together) when I realized the Servo Profile step was missing from the lesson steps. Looking around, the only references to it I found had to do with JD and a couple having to do with loading one from mobile apps. In the lesson steps...
question
New Six Camera Failed After A Few Minutes Of Use

New Six Camera Failed After A Few Minutes Of Use

I just got a new Brookstone SIX. After assembly, I was starting to use it, and the camera suddenly stopped working with this...
question

Master Control Unit For Omnibot 2000

hello all, I have to search a remote control up and running for my robot OMNIBOT 2000 impossible to find one on ebay, no one sells? Is that-among quelquin you have a sell me? or moin indicated pourais or I buy one. thank you sincerely eric
question
Some Great Idea Maybe

Some Great Idea Maybe

would this be something for the ez robots.
question

Set(Digital Port,On/Off) Questions

I'm having a problem getting the Set(digital port,on/off) to work. If I run this code, it works....once. Set(1.D22,on) Sleep(300) servo(1.D22,90) sleep(5000) servo(1.D22,40) sleep(5000) servo(1.D22,90) sleep(5000) servo(1.D22,130) sleep(5000) servo(1.D22,90) sleep(2500) Set(1.D22,off) When I run it again, the servo does not move. The code runs...