Picture In Picture icon Picture In Picture Picture-in-picture camera overlay: superimpose one camera onto another; configure source/destination, position, size, border, processed frames, and swap Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Join the ARC Pro community and gain access to a wealth of resources and support, ensuring your robot's success.
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.

My first video of my metal arm gripper Nov. 7, 2019 by EzAng
Featured
Robot By Ezang

Control Mr. Metal arm gripper with Synthiam ARC and Arduino for precise robotic manipulation; initial demo and upcoming enhancements.

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

Nerf Battlebot Idea

It's not a new idea but there are a few nice pictures of the inside of the Nerf gun someone may be interested in for hack purposes. Popular Science Article Here are a couple of links for the Nerf N-Strike Elite: Stryfe Blaster and the NERF N-Strike 18-Dart Clip System Drum. {I would post a pic from the magazine but I'm not sure if reproduction is...
question

News Article , Amazing Hexapod!

This video footage of a hexapod is amazing! May it inspire EZ-Robot builders! Amazing Hexapod
blog
The Toy Book - 3D Printing

The Toy Book - 3D Printing

DJ Sures discusses 3D printing support for the EZ-Robot Revolution product in a Toy Book interview; download PDF or read online.
question

Cheap Six

Came over this while surfing ... not bad really for someone just starting out or on a small budget. www.ebay.com/itm/6-Legs-18-DOF-Robot-Black-Spider-Robot-Bracket-Stent-Accessory-no-servo-/370876029979?pt=LH_DefaultDomain_0&hash=item5659ef1c1b#ht_4132wt_1074
question
Inmoov Robot Update (Hand)

Inmoov Robot Update (Hand)

Hi, Hand working with voice recognition. Using one EZ control just for arm movement for now.
question

Vb And Servospeed

Hi, I use this line of code: EzB_Connect1.EZB.Servo.SetServoPosition(EZ_B.Servo.ServoPortEnum.D9, 60, 10) to control a servo. The last integer '10' is the speed setting. However this has no effect at all on the servo speed. I can use 1, 50, 100 etc... it makes no difference. I tried this with Windows XP with VB2005 and with Windows 7 with VB2008....
question

Ezb Serial Communication With The Vex Cortex

So I realize this is probably a long shot, but I am hoping one of you C programmers can help me... The Vex cortex micro controller would serve me well as a low level sensor/bump and motor controller for my current project... What I want to do is use my EZB4 to communicate with it over UART (since the vex cortex has 2 UART ports)... The wiring and...
question
Ping Ping Ping

Ping Ping Ping

Question for you guys..anyone. Other than object avoidance, is there anything else a ping is good for in association with EZB?
question

Software Item Request

A couple of us have been tossing around the idea of some sort of speed ramp. Speaking for myself, I'd like to have one for servo. Now I think this would have to be done in auto position, only for the fact that you would need some form of time reference. Say something like speed 20 to 15 over 3 seconds then speed 15 to 8 over 5 seconds, then full on...
question

Does Anyone Of The Lucky Ones Want To Sell A V4

I do not want to wait until July for a v4, does anyone want to sell one, when they get it? I have a v3 and money.
question

Ar-Drone V.1 Navdata

Hi, i am trying to get the navdata out of the AR drone while tracking an object. i was able to retrieve th object position using the following script $filenamex = "c:\logx.txt" %create log for x coordinates% $filenamey = "c:\logy.txt" %create log for y coordinates% :START %retreive centroide position% IF ($CameraIsTracking =...
question

Ping_Wait

Is "Ping_Wait" command pause the script until the distance match the specified value?