Network Change icon Network Change Execute scripts on WiFi/network connect or disconnect; monitor adapter, store status in a variable and trigger custom scripts for headless SBC robots. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Become a Synthiam ARC Pro subscriber to unleash the power of easy and powerful robot programming
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
EZB Stress Test by Synthiam Inc.
Featured
EZB Stress Test

Stress-tests EZ-B controllers (UART, ADC, voltage, temp, audio, digital I/O) to detect disconnects, corruption and stability issues.

Wall-e From Czech Republic by donesvarc
Featured
Robot By Donesvarc

Build a custom Wall‑E robot with parts list, servo mods, wiring tips, cameras, sensors, LEDs, audio and power solutions for realistic motion

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

Looking For Mini Itx Or Similar To Run ARC

Hey guys, Looking to buy a mini windows7 PC to include as an on board computer in one of my upcoming projects... Not really wanting a slow netbook, so does anyone got any recommendations for a light weight, low power consumption itx type PC or? Thanks Richard
question
Auto-Stabilization In Quad

Auto-Stabilization In Quad

This has been on my mind since I thought about ez-b controlled quadcopters. If you use an accelerometer, how would you set it up for auto stabilization? And further...
question
Controlling The Multiwii Flight Controller Through I2c

Controlling The Multiwii Flight Controller Through I2c

As I mentioned on another thread, I have been on the hunt for a quadcopter flight controller. I narrowed it down...
question

Order Date

Hi all i ordered a revolution six on 28/12/12 can some one please tell me about when it would come. I have been waiting eagerly and wanting to know how much longer I need to wait. Cheers, Rangatron
question

Can I Use ARC Without The Ez-B Wifi Controller?

I want to control my Brookstone Rover with ARC but i dont have a ez-b controller...is that an issue?
question
Will Anyone Attempt An Ez-Ball Bot?

Will Anyone Attempt An Ez-Ball Bot?

Here is another interesting read. https://www.msl.ri.cmu.edu/projects/ballbot/ This one is better. https://rezero.ethz.ch/
question
Cos( )---Wrong Value Result

Cos( )---Wrong Value Result

may be I am doing it wrong cos(20) should result as .93969262078591 not .408082061813392 unless there is an extra conversion to do?
question

Continuos Rotating Servo

Hello. Can you please tell me how parameters i need to use for moving my continuos rotating servos in visual basic? I have tryed many ways, but i really don't understand what is the 'versus' parameter (up and down) and what is the speed parameter (faster and slowest). Can someone give me an example please? Thank you and scuse me for my bad english....
question
Please Help! Brookstone Rover 2.0 Won't Move!

Please Help! Brookstone Rover 2.0 Won't Move!

Whenever i click connect on the movement panel, all the Rover does is just have its camera move downward, and thats it! I can't...
question
Steampunk R2d2

Steampunk R2d2

I saw this today and thought I'd share.
question

Hight Jd

is jd robot 17 cm tall ? tall jd
question

Array $Xray[$N]=1 Makes An Error

Hi, Am I doing something wrong? This code is producing this error in the latest version of ARC: Error on line 41: Input string was not in a correct format. my line with the $yray[$n]=2.12 creates the above error The arrays with static numbers as in $xray[1] = 3.14 work [] $n=0 definearray($xray,5) definearray($yray,5) definearray($zray,5) $n=$n+1...