Pushover icon Pushover Send robot status alerts to iOS, Android and Windows via Pushover.net. Configure User/App keys to notify on low battery, stuck or task events. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
ARC Pro is your passport to a world of endless possibilities in robot programming, waiting for you to explore.
Synthiam Credit
Log In
Earn synthiam credit to lower synthiam product costs
Earn Credit
Contribute to the community and earn credit to lower the cost of Synthiam robotics products and subscriptions.
Loading...
Remote control robots or add telepresence capabilities with 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

My new update Arm robot 11/14/2019 by EzAng
Featured
Robot By Ezang

Robot arm gripper upgrade: 5th MG996R servo for auto-positioning, five servos total using EZ-Builder and EZB4 with a shorter brace.

Community

Welcome to the Synthiam Robotics Community

Sign in to unlock your personalized community feed — browse your posts, track replies, follow discussions, and join the conversation.

Log In to Access Your Content
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...