Lynxmotion Smart Servos icon Lynxmotion Smart Servos Compact Lynxmotion Smart Servos with position feedback, safety features and UART TX/RX for Arduino/EZ-B v4; scriptable temp, load, load-dir and ping. 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
PWM Servo Feedback (i2c) by Synthiam
Featured
PWM Servo Feedback (I2c)

Real-time servo position input via Arduino ADC over I2C; supports Nano (6 channels) or Mega (16), configurable I2C address and scalable chaining.

Artemis - The household service bot by Kullthulu
Featured
Robot By Kullthulu

Artemis robot: Max '99 platform with EZB‑V4, pan/tilt servos, 3D‑printed arms, camera for object tracking/face recognition, Synthiam ARC on Android.

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
Modify A Micro Servo For Constant Rotation

Modify A Micro Servo For Constant Rotation

I have learned a way to modify a micro servo I have many micro 9g servos Hextronik hxt900's. I bought a bunch of these from hobby king...
question

Please Help

I'm not sure exactly what is wrong but I set up my EZ-B and connected everything via a bluetooth dongle but when I ARC and try to connect to COM11 (The EZ-B) It freezes and says could not connect to EZ-B ... Can anyone shine a little light on my problem??? Thanks, Kolton
question

Increase Servo Speed

G'day Guys, I have installed 2 x HS-645MG ultra torque servos and have modded them for continuos rotation for my robot. I would like to know if there is anyway I can increase the speed beyound the standard limit for this servo. Please let me know if you have experience with this using Ezb. Thanks and loving Ezb Art
question

CHEAP Servo Wires

I just bought 2 packs of 10 servo wires for only $5 (3!) at BuyInCoins First, i bought it from ebay and i left positive feedback so i got the 10% off coupon 10%eBay2011 I know this may sound as a advertisement but i just want to share this EXTREMELY cheap offer, you can also buy 15cm cables for even less money!
question

Homing Beacon To Charging Station?

Anyone have a good link for the best way to go about this?
question

Windows CE?

Does ARC work on Windows CE? if so, you could possibly use this laptop in your robot.
question

Speaker Power

Okay, so I bought the USB sound card and it works great with head phones but I want to run it to the speaker in my Robot. I guess I need a LITTLE amp. Anyone have a simple answer?
question

Nixie Eyes Featured On Hack A Day!

Just saw that Vanilla's Nixie Eyes were featured on Hack a Day yesterday morning! You'd think they'd let a brother know?! Using nixie tubes as robot eyes (Hack a Day)
question

Ping Obstacle Not Working

I have ping obstacle control on, my ping sensor works perfectly but the robot doesn't stop once it is at the set min. distance to a object.
question

Visual Basic Speech

As a first robot project I plan to make a voice-controlled robot that goes to a given colored ball (among many) on command. I like the idea of the multi-function EZ-B single-board controller and the off-board intelligence provided by a Bluetooth-linked PC. That certainly makes voice recognition a lot less expensive! However, I'm having trouble with...
question

CANNOT CONNECT!

I just got my Bluetooth adapter in the mail today, when I went to connect to the EZB, it couldn't find the device. It must be the EZB as my phone will connect to the Bluetooth and be recognised easily. The only thing I have done to the EZB since I got it was rewire the power to the two connection points beside the barrel connector. The reason I did...
question

Sparkfun Serlcd

Hey everyone! I finally got my EZ-B (after 5,5 weeks) and i am trying to get my lcd with sparkfun's serial backpack working, i found THIS great arduino site. I adapted the code to this: SendSerial(D13,9600,0xFE) //command flag SendSerial(D13,9600,0x01) //Clear LCD Sleep(10) SendSerial(D13,9600,0x7c) //command flag for backlight stuff...