Azure Text To Speech icon Azure Text To Speech Azure TTS for ARC robots: generate natural, customizable neural voices for companion, educational, assistive, and entertainment applications. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Don't limit your robot's potential – subscribe to ARC Pro and transform it into a dynamic, intelligent machine.
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
GPS by James Graham Hu
Featured
GPS

Deprecated: reads latitude, longitude, UTC time and speed from ublox NEO-6M GPS; auto-inits UART0@9600, shows processed and raw data.

Diy Awesome Project Case Made From Netgear Routers And Superglue by jstarne1
Featured
Robot By Jstarne1

Build a custom, low-cost project case from used routers for $12 using a Dremel and superglue to house a light, fan and ezb.

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
4 Wheel Drive Thumper H Bridge Help

4 Wheel Drive Thumper H Bridge Help

Well really I want to ask three questions here; 1. using the 2.5amp dual motor controllers, could I not wire the front and rear of the left and right...
question

Need More Help With Ez Robot.

Hey, ARCs! I need some help with my robot as I can not figure out how too make the robot track my face. I am able to make the robot look around using his built in camera, but when he does he doesn't appear to focus on anything. He just moves his camera around franticly. I am trying to figure out why the robot won't focus on and track my face. even...
question

Ar Drone Via Wii Remote

if I want to make the drone go up down left right using the 4 way arrows how would I configure this? all you can do is tell it to control servos.
question

Virtual Robot

Virtual Robot Windows 7 32 bits I put a JPG picture and after that is error - No picture
question

Free Online Course On Robotics From Georgia Tech

Thought you guys might be interested in this. Looks pretty cool. https://www.coursera.org/course/conrob This course investigates how to make mobile robots move in effective, safe, and predictable ways. The basic tool for achieving this is "control theory", which deals with the question of how dynamical systems, i.e., systems whose...
question

Robogames 2013, Fri-Sun, Apr 19-21, 2013 In San Mateo, Ca

I'll be there! If anyone else plans to go, let me know. https://robogames.net/index.php
question

12V Or 24V Motor Controls

Hello Everyone. Does anyone have the EZ robot controler operating 12v or 24v DC Motors ? And if so can you give me some ideals for what type of motor controlers I can use that will interface with the device? I will keep looking in the forums but any help would be greatly appreciated. Thanks, Woody
question

Robosapian V2

Just bought one from a swap meet Look like it is good shape The Remote look like it works. The body not working at the moment Going to buy new batteries and see what happens Has ezbot been able to crack this guy it almost 2 feet tall and grey from shaper image it is signed by Mark Tilden on one foot
question

Can Just A Laptop Give My Ez Robot Sound?

I asked this question earlier...I am wondering if I can give my ez robot sound through the laptop or a speaker. I need help with this because I just bought a Bluetooth speaker that is not compatible with my laptop sadly, so I need to figure out if my laptop alone can do the sound or if I should just buy another speaker. I also am wondering how you...
question

Ar Drone Battery Monitor Script

Would this be correct? I want it to alert me with a beeping sound I got and it will do that at 14%(ar drone battery min and it alerts here on the ios app) #Low Battery script $DroneBatterymin=14 :start IF($DroneBattery=$DroneBatterymin) Controlcommand("soundboard", Track_0) ENDIF Goto(start)
question

Need Some Help With My Ez Robot.

I asked this question earlier...I am wondering if I can give my ez robot sound through the laptop or a speaker. I need help with this because I just bought a Bluetooth speaker that is not compatible with my laptop sadly, so I need to figure out if my laptop alone can do the sound or if I should just buy another speaker. I also am wondering how you...
question

Turning By Us (Ultra Sonic)

Hello, Forgive my newby question, but I am attempting to make my robot a little smarter at turning that just turn for x mseconds. Below is my adaptation of one of the sample scripts, but what I really want to do is if object A is 30 in front turn to a clear side until object A is> 120, then rescan and proceed forward. What I cant work out is how...