Custom Movement Panel V2 icon Custom Movement Panel V2 Custom Movement V2 panel for ARC: scripts for F/R/L, Reverse, roll left/right, up/down with speed mapping to PWM for drones, mecanum & custom drives Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Harnessing the power of ARC Pro, your robot can be more than just a simple automated machine.
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
IFTTT Sender by faengelm
Featured
IFTTT Sender

Send web-triggered IFTTT events from ARC/EZ-B: configure Maker Webhooks key and trigger applets to control SmartThings, WeMo and other services.

Robot Navigator by R2D2
Featured
Robot By R2D2

Navigator pocket robot: aluminum riveted frame, 11.1V LiPo to 8V regulator for EZ-B, minimalist ping-sensor navigation with camera/compass expansion

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
Rb550f's This Iq My Personal Robot

Rb550f's This Iq My Personal Robot

IQ proof-of-concept robot: 4.5ft with telescoping camera head, Windows 8.1 chest tablet, EZB4 client mode, servo Robosapien arms, lithium battery
question

Trying To Set Up My Robot On Home Computer

Hey I just took your class, how do i get my home computer to connect to my robot, its hard wired to a wireless router. I dont know where to go , im on windows 7
question

Servo Stops Working While Testing

I got a serious problem recently. Few days ago, I was testing the six. But after about 10 minutes, one of the servos didn't work, it's broken. Then I replaced it with another servo. After about 5 minutes, one of the servos didn't work either (not the new one). This time I saw there were some gas coming out. I guess it was burned out. So I stop...
question
Sound Board (Pc) Question

Sound Board (Pc) Question

Just a quick question. How many songs (CD quality, MP3 format) can a PC sound board, or in fact an ARC project hold? So far I have added 9, but if I add any more and save...
question

Question About Mixing Order And Pre-Order Items And Shipping Costs

I am putting together an order of some items currently available (batteries, maybe a couple of servos) and some items that are on pre-order (new sensors, maybe an adventure bot), as well as pulling together a group by for US customers who only want a couple of small items in order to save on shipping costs. Will the entire order be held until the...
question

The Inverted Pendulum

@EZ Robot.... I know you don't have a control for it yet so I am going by the picture of it in the store only. I think I have a pretty good idea of how it works... However, I was wondering if the inverted pendulum can be adapted to drive another type of motor controller in addition to the 360 servo?.... I have been using those cheap Vex $10 motor...
question

My Servos

For some reason some of my servos go the opposite direction. -For example when my robot does the lunge an sing. his leg that is supposed to forwards goes backwards. PLEASE HELP! thanks Andrew G. confused confused stress sick
question
New Adventure Bot. Seriously Good Deal For $169

New Adventure Bot. Seriously Good Deal For $169

Considering just a camera and an ezb4 is $158.... $11 more and look at all the extra stuff you get!
question
Can't Cut And Paste To Project Details

Can't Cut And Paste To Project Details

I can't paste my Video URL or Project Description text using CTL C to cut from a source, then CTL-V to paste into the Details page.
question

Help With Lcd Display Scripts

I would be grateful for some help with a couple of scripts. It is for a LCD05 16x2 display connected to i2c and can display text no problem, but I want to be able to display the live time and date but got no idea of how to write the scripts, although I have tried and failed. I did ask something similar in another post regarding voltage, but didn't...
robot
DJ's Mobile App Developer Tutorial

DJ's Mobile App Developer Tutorial

Create and share custom EZ-Robot mobile apps using the EZ-Robot App Store to extend your robot's capabilities.
question

How Can Two Commands Be Run At The Same Time?

I am trying to get two commands to run at the same time ( without success ). For example: Left(1,2000) ControlCommand("Auto Position", AutoPositionFrame, "Stretch Left", 10,1,1) The program runs the first line, once that is completed then the next line runs. Is there a way to have them run simultaneously?