Websocket Client icon Websocket Client WebSocket client for ARC: open/send messages, store server responses in a variable, run a response script, and track connection status. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
With ARC Pro, your robot is not just a machine; it's your creative partner in the journey of technological exploration.
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
Virtual Reality Robot by Synthiam
Featured
Virtual Reality Robot

Stream robot camera to VR and control servos with headset pitch/yaw; supports SteamVR and Cardboard (iOS/Android) for immersive teleoperation

DJ’s test platform (k8) by DJ Sures
Featured
Robot By DJ Sures

Synthiam ARC test robot: Devastator tank with Rock Pi/X, Sabertooth+Kangaroo, Realsense D435i/T265 for autonomous navigation.

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

Wtb: Hasbro R2 Interactive

Hey All, Looking for a used R2 Interactive. Must be able to ship to Canada. If you have one kicking around, at a reasonable price let me know. Kris
question
Ir Interferecne Device Idea

Ir Interferecne Device Idea

Lately I tore apart a remote control for a helicopter I lost years ago and I noticed that it uses 3 ir leds. then I thought, "my brother has been annoying me for...
question
How To Connect Ttl To 10/100 Ethernet Module To ARC

How To Connect Ttl To 10/100 Ethernet Module To ARC

Given interference I've seen at the maker faire I would like to use a wired connection from ezb to Ethernet then of...
question

Wireless Camera C# Question

Hi, can anyone help me to as in why my camera doesnt load in C# when I execute ? I wrote a C# program that basically detects the cameras on my laptop and then displays video, my built in camera works, but when I load the wireless camera the program terminates and no errors.. here s my code that I included, hopefully someone could answer this using...
question

Robot Trash Can

Don't think I posted about this one yet. this guy made a robotic trash can and set up Kinect to tell the robot where the flying garbage is. go to the link and watch the vid. hackaday.com/2012/07/20/robot-trash-can-catches-anything-you-throw-near-it/
question

Run A Script From Within A Windows Batch File?

Hello! Is is possible to open the ARC in the background and run a script - all at once, from within a windows batch file? Thanks, Roi.
question
Omnibot 5402 Arm Length

Omnibot 5402 Arm Length

what is the length of the omnibot 5402 right arm? interested in frankenstiening up my rad project AleX
question

No Support For Windows Vista?

I'm trying to update the ARC software, but at the download page it does not say/show support for Windows Vista. I have Windows Vista Home Premium. Will it be safe to download Version 2013.06.26.00 and install it on Windows Vista?...
question

Mah Per Port?

I want to check what mah amount one port on the ez-b gives out. I think some one said a while ago it was around 25mah but I want to double check.
question
Midsize Modular Robot Kit Development Community Involvement

Midsize Modular Robot Kit Development Community Involvement

Hello friends, with the increased interest in larger robots thanks to EZB. I decided I may create some...
question
New Rad Head Ideas

New Rad Head Ideas

I have come to the conclusion that the rad 1.0 head will not satisfy me so I have gone on the hunt to build/create a new head. I have come up with the idea of a cardboard around the...
question

Balance Bot Demo Mma7455 Accelerometer

Here's a video of a balance bot concept with two wheels. Click To Watch Video $n=0 $D0Pos=GetServo(D0) $D1Pos=GetServo(D1) ServoSpeed(d1,0) $posA=50 $posB=50 :Top $n=$n+1 #print("MMAX=$mmAX MMAY=$MMAY MMAZ=$MMAZ n=$n") if ($mmay`>116) $posa=$PosA+2 servo(D1,$posA) #sleep(200) $posb=$posb-2 servo(D0,$posB) #sleep(200) endif...