EZ Chart icon EZ Chart 4-series bar chart for real-time sensor comparison in ARC; set titles, values, RGB bar colors and conditional coloring via EZ-Script. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Unleash your creativity with the power of easy robot programming using 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
Voice Activity Detection by Synthiam
Featured
Voice Activity Detection

Real-time microphone VAD using FFT to detect speech start/end and trigger scripts, with live level graph and sensitivity tuning

Making Of 4 Wheel Robot by mohanish
Featured
Robot By Mohanish

Build a 4-wheel drive robot: parts, functions, sourcing, and step-by-step mechanical and electrical assembly for laptop or remote 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
question

Syntax; Return()

:pingtest Goto(SonarTest) say("Distance" + $Distance + "inches") sleep(5000) Goto(pingtest) :SonarTest $Distance = Round(GetPing(D9,D8)/2.54,0) if(1 < 1000) sleep(25) Return() endif goto(SonarTest) So, it's apparently been too many years since I've attempted to write some code, as I'm getting stumped pretty easy. Can...
release

Windows Release 2015.09.30.00

Synthiam ARC: camera shows object tracking status and tracked-frame count; Bit Builder removes STL refs when deleted; EZ-Script Return() IF/Else fix.
robot

Clip2trigger's Hiya DJ!:-)After Much Though

Voice-activated JD robot runs saved programs from a memory card, bows when done; breathable skin and head upgrades aid hypersensitive and ADHD kids.
question

Body Frame & Head Change On: Ez-Robot Jd

Hi all & DJ Spent a good amount of time researching what Robot to purchase, choices were; 1. NAO 2. Robi 3. DarWin 4. EZ-Robot JD 5. Pepper Happy to announce my choice was EZ-Robot JD!:-) Now; we will be working with children who have extream hypersensitivity & ADHD, teaching them how to make apps & run JD. Using JD with children who...
question

Wall-E From Junk

Remember the guy who made a DJ robot from flattened plastic water pipe? Well, he's still at it, making a Wall-E from stuff and such. A Wall-E from junk seems kinda fitting to the Wall-E meme, actually. https://www.instructables.com/id/Robot-real-size-LowCost-walle-made-from-water-pipe/
question
Battery Not Charging

Battery Not Charging

after setting it up, and testing it. the next time I wanted to continue my test the battery is unable to charge. the 3 red LED keep on blinking. I disconnect the other connection...
question
How To Control Dinamixel Servo Type Rx-64 With ARC

How To Control Dinamixel Servo Type Rx-64 With ARC

I have a servo dynamixel type Rx-64 with 4 wire (vcc, Grn, D-, D+) I am confused to programming using ARC , do the servo...
robot

Embryo426's I Think It Would Be A Great Id

Programmable vertical-servo robot arm picks up and places objects at user-defined locations
question

Low Battery Alerting Incorrectly

I've had EZB4 for about a month now and has been working great until today. In the Desktop Connection settings, I changed the Min Voltage for the Battery Monitor to 5.2, as I'm powering my EZB with a 6 volt battery. I did this a few weeks ago and everything has been fine. Now today, when I'm using my Mobile Interface, I keep hearing the "My...
question

Ez-B V4 Wi-Fi Robot Controller

I am using the EZ-B v4 Wi-Fi Robot Controller to replace the receiver in my RC car and make it into a robot . The 7.2 V battery powers both the motor and is connected to the ESC which then plugs into the receiver and powers the receiver also . The other servo for steering is also powered by the connection of the ESC to the receiver . Can you tell...
question

Jd - V3 Or V4 Controller?

I bought JD when he first came out! I am seeing some v3 & v4 controller info. Has EZ-Robot already changed to a v4? How can I tell if mine is the v3 or v4? Does the v3 still work with all the program upgrades? Thanks.
question

Servo Release Not Working Using (D#,0)

@DJ and Jeremie. I've been setting up some servos, and I've noticed that the servo release using (for example), Servo(D5,0), the zero is now being treated as a servo holding position as it was before the introduction of zero being a servo release. I am using the latest ARC version, (2015.09.00), and it was working a few weeks back. I also tried it...