Exosphere icon Exosphere Telepresence and remote control for any ARC-compatible robot from phone/tablet, combining AI and human operators to perform tasks and train autonomy Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Unlock the true power of automation and robotics by becoming a proud subscriber of Synthiam ARC Pro.
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
Graphy by Synthiam
Featured
Graphy

Plot live data with ControlCommand scripts: multi-series charts, many chart types, legend toggle, add/remove series, export graph data to CSV

Galapagos Mode- Scorpion Tail by Lemon
Featured
Robot By Lemon

Tortoise bot rebuilt with short legs and a scorpion tail, showcasing custom modifications and creative design.

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

Can The USB Of An RP Lidar Be Wireless?

Trying to keep my computer at a fixed location and have the bot moving around and was wondering if there is a way to make RP Lidar USB cord have an adapter to make it wireless? Is there an adapter/transmitter available somewhere? Thanks
general

Microsoft Copilot

Any people out there working on Microsoft Co-Pilot integration for speech? That would be amazing! We use it all the time and it has rapidly become quite capable. Would be interesting to deploy a custom pre trained conversational model.
question

How Long Does The Battery Last?

I'm curious about the runtime of the JD-HUMANOID, SIX - HEXAPOD, and ROLI - TRACKED ROBOT when their batteries are fully charged. How long does the battery last?
robot
Ezang's New Video - Using Floor Map And Touch Path Maps And Navigator For Simple Path Following  With Audio

Ezang's New Video - Using Floor Map And Touch Path Maps And Navigator For Simple Path Following With Audio

Floor...
robot
Rickymahk2013's MARK X

Rickymahk2013's MARK X

Launch of first robotic product built with ARC Software; WorthyBot seeks Kickstarter support after years of development.
general
Can Someone Help Me With The Development Of A ARC Skill?

Can Someone Help Me With The Development Of A ARC Skill?

Can someone help me with the development of a ARC skill?  I have put together a Arduino script that is for...
general

Whisper Skill Implementation

I wanna create whisper from openai speech recognition skill, it looks like this now: Quote:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.IO.Compression; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms;...
general
Idea To Run Our Own GPT

Idea To Run Our Own GPT

We need to do it on our own computer so as not to use third-party services. For example:  https://huggingface.co/ OpenChat https://huggingface.co/openchat/openchat_3.5...
question

Changing The Max And Min Pulse Width Values

Hello, I'm using the ARC system to control a servos with a standard Arduino Uno. I having problems with the my servo not achieving the full desired range of motion. I believe the problem is the Max and Min Pulse Width Values for controlling servo motors. I came to this conclusion after using servo library for regular servo. After changing the Min...
question

Neet To Know If I Can Solve Something With This Software That We Just Aquire

Hello we builded the inmoove robot for a festival but we just realiced that the software Myrobptlab is very unstable. So we want  to solve the programing of the robot with your software. If it Is possible. For controlling the positions of the servos and that he will he able to talk to people programming the texts that are going to say. Just to know...
general
Iotiny Boots Up With Audio Loop, Need Removed

Iotiny Boots Up With Audio Loop, Need Removed

Hello All- New ioTiny is booting up with an audio loop. I want it to stop.This happens even when there is no wifi connection. Does...
question

Javascript Command Servo.Releaseall(2); Also Shuts Down Uart 1 And 2

I would like to confirm if this is proper behavior or a bug.  After many hours of testing I have come to believe that the following Javascript command to release all servos on EZB board #2 also shuts down Uart 1 and 2. Servo.releaseAll(2); The fact that my Kangaroo motor controllers attached to Uart 1 and 2 on my #2 EZB will not respond after...