Sound Script icon Sound Script Replaced by Sound Script (Speech Script) robot skill; see Synthiam's Speech Script support page. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Experience early access to the latest features and updates. You'll have everything that is needed to unleash your robot's potential.
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
Remote UI Client by Synthiam Inc.
Featured
Remote UI Client

PC Remote UI Client for ARC enables remote robot control via customizable multi-page interfaces from other ARC instances.

Inmoov Conversion by Perry_S
Featured
Robot By Perry_S

InMoov converted to EZ-Robot - custom GUI for servos, face tracking, speech, Pandorabot AI, MS Cognitive, neopixel rings and scripting

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
Servo Control Questions

Servo Control Questions

I have 2 problems about the servo angle control! Would any people can help to solve and answer it? 1. I have brought some servos. It spec. can rotate to 270 angle. But in the...
question

Android Device Sensors Used For Controller

Has anyone used the sensors from android device to control servos attached to EZBV4? I want to stream the video to my android and display the image as side by side for use in VR headset and control JD head movement using motion tracking of android device, in the VR headset.
question

Bandwidth Usage In Forum

Just a little FYI. I have found that, because of the surveillance cameras being broadcast over the forum webpage, that I take a sizable hit on my available bandwidth. It's about 65K. With only about 300K or so (DSL) available to me in the first place, that is a sizable chunk. I like to park on the Forum page while pulling up the various threads in...
question
Roli Won't Power On

Roli Won't Power On

Battery fully charged showing 8.4 v on my voltmeter, checked connections several times, but brain not powering up. Need help as my kids are anxious to start programming the bot.
question

4 In 1 Orientation Sensor Or Inverted Pendulum Sensor?

Hi all, This may seem a dumb question to those with more experience so you'll have to excuse my naivety as I'm just starting out in the world of robotics. My question is whether i need only purchase the 4 in 1 orientation sensor over the inverted pendulum as in the product description the 4 in 1 includes both the accelerometer and compass that the...
question

Microphone In Robot

I see from looking through the forum there is a lot of discussion regarding using wireless microphones to communicate with the robot via the PC. I'm interested in having a microphone within the robot itself so I, and others can communicate with it away from my computer. First off, can anyone tell me if they have tried this, and is it feasible as to...
question

Ez-B V4 Wifi Robot Controller

ez-b v4 wifi robot controller can control a robot but i doesn't need that the robot complete control after program with pc or mobile it need to control itself like an arduino uno i am searching this about 3 years stress tired can we connect this robot controller for programming to pc after can we disconnect and control without pc or mobile
question

Reading A Website For Dates

take a look at this site. https://www2.jpl.nasa.gov/calendar/ I would like to take this file, have the computer scan the dates, compare it to the current date, if within a week, start sending reminders verbally up until the date has past, then it can forget about it. I don't care about times, just dates. Is it possible to scan the file and pull the...
question

New Wifi Adaptor

i found this one think its a good one. what do you guys think.
question

Getservo() Explanation

So I wrote a code to assist in obstacle avoidance when I'm driving my robot, but it doesn't work, so I tried a couple of similar codes in a smaller version to find the culprit. Code #1 below only results in my sensor servo jittering. Code #2 works, but doesn't give me what I need, which is the exact location of the servo so I can know in what...
question

Rgb Animator

I have the "18 RGB LED PCB" from the DIY section of the store. It's easy to operate via the RGB Animator, but I would like to write a script to use on my mobile app. I've looked through the forum but can not find any code examples. Can anyone point me in the direction of a snipet of code showing how to activate the 18 RGB LED PCB. Thanks
question

Calculating Number Of Days Between 2 Dates

Has anyone a piece of script code that will calculate how many days have past since the current date? I need to do the calculation, but I believe the dates are alphanumeric and not numeric and cant figure it out.