Sound Movement icon Sound Movement Stereo mic sound localization triggers left/right scripts to control robot movement, enabling directional responses (turn/move) to audio. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Unleash your robot's full potential with the cutting-edge features and intuitive programming offered by 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
LewanSoul Servo by LewanSoul
Featured
Lewansoul Servo

Control LewanSoul LX-16A servos via ARC (EZ-B v4/IoTiny): assign virtual ports, read positions, set speeds, and enable continuous rotation.

Cliff Robot by cliffordkoperski
Featured
Robot By Cliffordkoperski

Cliff robot test run showing motion without gyro/accelerometer; future sensor demo planned; affordable Oak Studios servo brackets for replication.

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

Adc Motor Control Script

Attempting to control a motor with potentiometer (adc) and get it to move in correct direction (using hbridge) to a specified ADC position ideally I want the motor to operate like a servo ,give it a value and it will find that position and stop, this adcspecified would vary. script if ($adcSpecified = 135) (Get error "variable not defined on...
question

Wifi Connection Question

Hi, I just got my Six robot and assembled it. I can't get it to connect to my PC. I've been through the tutorials. Here's the basic info: EZ-B v4 0684 is showing up in my list of available networks. I can connect to it but there's an exclamation point over the signal strength icon. I've been through the tutorial and have followed the instructions....
question
Look What I Got

Look What I Got

Hello everyone! I just got my first shipment of parts from china which included: 8x relays and 1x 5amp adjusting power adapter(Audiowind). Just waiting for some regulators, and I should be...
question
ARC To ARC Connection

ARC To ARC Connection

Have been trying to connect two ARCs Together. The unit that see the EZ-B V4 is 192.168.1.250 and it can Control The EZ-B v4. EZ-B V4 is board 0 and is served as port 6666 in the...
question

Text To Speech Voices Revisited

I need some help with getting the Ivona voices to work with ARC. I've downloaded and install the voice pack. Then I visited 'ease of access/text to speech' and made the new Ivona voice the default voice (default was anna). I tested the voice outside of ARC and it works as default. In ARC, I add 'speech synth' and the 'speech settings'. The Ivona...
question

Trying To Get A Pir Working

I feel like a blind man wandering around in the bush at night hoping to find my way home! So here's where I'm at with this project, I've put some comments in so you can see what I'm trying to accomplish. Any and all help will be appreciated. :loop #timer to power down $x = 0 RepeatUntil($x = 30) $x++ Sleep(1000) EndRepeatUntil repeatUntil(1=2)...
question

ARC Freezes And Disconnects

i got latest version,and when i use a vertikel servo it freezes and disconect the ezb4 any idea ?
question
Nasa Posts Free Space Sounds

Nasa Posts Free Space Sounds

This might be super useful to you all NASA Posts a Huge Library of Space Sounds, And You’re Free To Use Them And SoundCloud is now a place you can find sounds from...
question

Adc Disconnecting Ezb

would appreciate assistance please included a short set of instructions that reads a potentiometer on a motor shaft and then moves a motor forward & reverse but for some reason it crashes my EZB after a few moves script :one set(d22, on) ADC_Wait(ADC7, lower, 120) set(d22, off) sleep(900) set(d23, on) ADC_Wait(ADC7, higher, 180) set(d23, off)...
question

Update On Wifi Adapters

Hi eone Just wanted to provide some additional feedback; installing the TPLink wifi adapter thetechguy suggested worked perfectly! Computers that could not connect to bots in ad hoc mode connect successfully using this adapter. If you use this adapter, you might find it useful to install the configuration utility as well as the drivers. This...
question
Great Uart Can Now Rx 0 To 255 But

Great Uart Can Now Rx 0 To 255 But

Thanks DJ can now RX all integers from 0 to 255. The only issue remaining is TX 34,40 and 92. Thanks
question

Bug Report For ARC

I have found a bug in the windows program, it seems every time that i attempt to stop a script in the middle it becomes unresponsive and attempts to complete the script anyway, i have found any attempt to stop the robot using the stop button or to start a new command like calibrate causes the whole program to become unresponsive and requires me to...