Maestro Servo Controller icon Maestro Servo Controller USB control for Pololu Maestro (6/12/18/24) via ARC Vx ports. Maps Vx to Maestro channels; supports position, speed, acceleration, release. 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.
Synthiam Credit
Log In
Earn synthiam credit to lower synthiam product costs
Earn Credit
Contribute to the community and earn credit to lower the cost of Synthiam robotics products and subscriptions.
Loading...
Remote control robots or add telepresence capabilities with Exosphere
Dynamixel by Robotis
Featured
Dynamixel

Open-source ARC plugin to control Robotis Dynamixel servos (XL-320, AX-12, XL430) via EZ-B, Arduino or Robotis. Supports position, speed, accel.

rover my first bot by j_snake_2000
Featured
Robot By J_Snake_2000

Scout robot from a 14-inch Mega-Byte thrift-store toy; modified servos, one stripped gear, budget DIY home driving.

Community

Welcome to the Synthiam Robotics Community

Sign in to unlock your personalized community feed — browse your posts, track replies, follow discussions, and join the conversation.

Log In to Access Your Content
question

***Ping*** Robot-Doc

Hey Doc, hope you don't mind me asking... The flashforge printer you mentioned... What software are you using with it? How (or do you even need to) is the print platform leveled/adjusted?
question

Rgb Animator Action Panel

I opened the RGB Animator from Project --> Add --> i2c --> RGB Animator. When I do this, the window Actions column is empty. When I click on the gear icon The windows comes up in full form but all entries are empty. I thought there would be a set of 'sample' actions loaded. Thanks.
robot
Bhouston's My Inmoov Running On Synthiam

Bhouston's My Inmoov Running On Synthiam

InMoov robot running on EZBv4 with 24 servos controlled successfully, demonstrating reliable single-board servo management and setup...
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)...