HT16K33 Animator (8X8) icon HT16K33 Animator (8X8) Control for Adafruit 8x8 LED Matrix (HT16K33) via EZ-B v4 I2C; creates animations, supports module initialization and EZ-Script control. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
ARC Pro is your passport to a world of endless possibilities in robot programming, waiting for you to explore.
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
Azure Text To Speech by Microsoft
Featured
Azure Text To Speech

Azure TTS for ARC robots: generate natural, customizable neural voices for companion, educational, assistive, and entertainment applications.

Tomy Omnibot V1 by DJ Sures
Featured
Robot By DJ Sures

Tomy Omnibot hacked with servos, wireless camera, voice/facial recognition, autonomous mapping, sensors and Synthiam ARC with EZ-B control.

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
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...
blog
Dj Sures Radio Interview By Dave Kelly

Dj Sures Radio Interview By Dave Kelly

DJ Sures of EZ-Robot shares personal stories revealing his personality beyond robotics, offering a surprising, human perspective.
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...