Pandorabots icon Pandorabots Connects ARC to Pandorabots for AI chat, sends text and gets replies (executes [EZ-Script]), integrates with speech recognition and custom bots Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Discover the limitless potential of robot programming with Synthiam ARC Pro – where innovation and creativity meet seamlessly.
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
Watson Text To Speech by ptp
Featured
Watson Text To Speech

Human-like audio via IBM Watson Text-to-Speech: multi-language, selectable voices for accessibility and automated interactions. IBM Cloud required.

Marcus the Expressive Android by Steve S
Featured
Robot By Steve S

Marcus the Android rebuilt from a Wow Wee Elvis: 12 DOF, lifelike upper lip movement, rotating/rocking pedestal, controlled by EZ B V4 Wi Fi

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

Using Roomba Motors And Maybe Wheels?

Hello all, i previously asked another member about the tracks on rad 2.0 he indicated that it could probably pull the robot but motors may not last. My idea hear is probably replace the motors. I have a omnibot 2000 on the way and im looking for a good alternative to the loud 1984 motors in the omnibot. Roombas wieght 6.5 pounds , so 4 roomba...
question

Movement Script For Bv4113 H-Bridge

I have a small bi-ped robot with a separate dc motor in each foot and the BV4113 controlling the two motors. I'm trying to configure the Movement Script so that the FORWARD command alternates short bursts to each foot to mimic walking. Is there an easy way to do this?
question

Http Server

Hi All, I'm having a problem with the HTTP server control. When I click on start I get the error "The specified TCP port for this web service is in use by another application" I found that it was due to SKYPE running on my laptop. I'm assuming that it is the port 80 that is the conflict. Does anyone use a different port and how do you use...
question

El Wire

Can I hook up EL Wire directly to the EZ-B or do I need to use the inverter provided with the EL Wire and just power it from the EZ-B?
question

Would This Work?

I usually run my ez- b controller off of a 7.2v 3 amp rc battery with about 6 Servos running along with it, with no problems. But I like to use a werker 12v 12ah agm battery from the ez- b controller to run the sabertooth 2x15 which run 2 12v dc reversible gearhead motors 160rpms( is powered by 2 12v batterys), a 12v lighting system,a mp3...
question

Blinkm

I saw that BlinkM was recommended so I bought one... plugged it in on the EZ-B and it goes thru a demo phase... connected to the software and added an I2C control. When I used the slider to go red... it turned red, for a second or two... then resumed it's demo (white, red, green, blue, dark). That said I have no CLUE as to what I am doing! And I...
question
Happy New Year! Bring On 2012!

Happy New Year! Bring On 2012!

Happy New Year everyone! It has been exactly one year since I launched ARC - that excites me. It is hard to imagine how far EZ-Robot has come. Everyday I log...
question

Wowwee Tribot

I have the kit coming next week so I was looking at my parts drawer. I have a Wowwee Tribot that I would like to set up. It has three omni wheels 120 degrees apart and want to keep that drivetrain arrangement. Has anyone done this setup yet? Any help would e appreciated. I also have a Parallax BOEbot with the gripper I'm going to do something with....
question

Looking For Someone To Convert C++ To Vb.Net

trying to add learning and decision making to ez-robot giving it a neural network but it is in c++ and ez-robot can only be vb or c# I would gladly share code if someone would help
question

Rad 1.0 Or Rad 2.0 Better Platform?

Hi looking for possible motorized bases , anyone know which bot is stronger as far as motors? Or shouldni just use like 4 servors to power my bot. Fyi my bot will weight about 12 pounds or so with batteries. Its for a vacuum bot project. Thankyou
question

Would These Combinations Work? Combo1

Hey guy, Happy New Year to all!. I need some help or advice. Im workig on several projects and I need some opinions on certain devices that will work using the EZ-B Controller Can ya help me out? 1. Air Keyboard Conqueror, www.cideko.com/pro_con.php?id=15, as my controller, controlling a Rc ESC (Electronic Speed Controller) together with a Pittman...
question

Question About Scripting

Hi again guys, so i have another question, i am trying to write a roam script for my bot but im a little confused about how i write a script to read a sonar, below is what i have so far I2CStart() I2CWrite(0x42, 5) I2CStop() sleep(2000) I2CRestart() I2CWrite(0x42, 0x20, "Robot Roam Mode") I2CStop() :Main forward() sleep(2000)...