Lynxmotion Smart Servos icon Lynxmotion Smart Servos Compact Lynxmotion Smart Servos with position feedback, safety features and UART TX/RX for Arduino/EZ-B v4; scriptable temp, load, load-dir and ping. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Elevate your robot's capabilities to the next level with Synthiam ARC Pro, unlocking a world of possibilities in robot programming.
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
Stream All The Video Sources by Synthiam
Featured
Stream All The Video Sources

Stream video from any URI/protocol (RTMP, RTSP, HTTP, UDP, etc.) to a selected ARC camera device for real-time network feed playback.

Face Mask Detection with ARC by Mickey666Maus
Featured
Robot By Mickey666maus

Build training datasets with a step-by-step video or use provided code and a prebuilt model to kickstart your project.

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

Need Help Configuring Servos

I am trying to get the servos to turn on the ez-b robot. I have connected the bluetooth, plugged in the servos connected to pins D12, and D13. I went to the configure menu and assigned them accordingly. I am still unable to get the servos to turn. If use connection 0 to connect with com3 and i attempt to turn the servos the bluetooth disconnects.
question

Robot Band

www.wimp.com/robotband/ These are great bots.
question

Idea That Came Up. Cleverbot!

i had an idea during my last meal when i talked about my robots, people asked: what do they do? me: well, i don't know really.. other ppl: interact with humans? then the whole idea came up in my mind: let's say there's a speech-to-text module, which types the text an user says, sending it over the internet to a talk bot (cleverbot for example)....
question

Simple Greeting Script

Here's a little script to save you some time.... Hopefully the first of many.... #------------------------| # Simple Greeting Script | #------------------------| Print ("+------------------------------------------------+" ) Print ("| Responses = Good Morning, Afternoon or Evening |" ) Print...
question

Concept Of Speech Recognition System

i would like someone to please explain the concept of speech recognition in robotics..is there any special kind of software that is also used in this? i have a presentation and i really need to understand this before i go
question
Ez-B With Sabertooth 2X10

Ez-B With Sabertooth 2X10

Hey Guy's Can you give me some help? I included pictures. I have a large robot platform with big 12v motors. An ez-b V3 Sabertooth 2 x 10 Here is my problem. I tried all...
question

Speed Question, Using Pwm Speed Control Not On Ezb

Hi, i needed more power for my 4 motors, so i got talon speed controllers pwm controlled they speed up basically 1% to 100% duty low to full power with reverse polarity in there... but lets just say 1 to 100 zero to full for this question... well i setup a speed for my 4 wheel base that would move the robot, but slow enough to work with inside...
question

Simple Bluetooth Fix , No Red Light Blinking

Recently I noticed two ezb boards did not connect through Bluetooth and no red blinking led. These were earlier models and ezb quality has really jumped up! anyways I tested the connections and found continuity issues , I gently peeled away the Bluetooth with a small flathead screwdriver and removed the tape. I put the Bluetooth back and was sure...
question

Sensors

Here's an interesting sensor I read about: https://leapmotion.com/ Also, it looks like Primesense's sensor will be smaller in the future: https://www.engadget.com/2012/12/12/primesense-reveals-capri-worlds-smallest-3d-sensor/ Hopefully there'll be some way to support these with the EZ-b? Frank
question

Hb-25 Parallax Motor Controll

whats the best method to use for running from ez? not sure any help would be appreciated, thanks
question

Confirming A Human Response

This is one of my most used scripts. It is often called after my robot asks a question that requires a verbal response. Positive responses = Yes, Affirmative, True, Okay, Correct Negative responses = No, Negative, Incorrect, False, Wrong Undecided responses = Maybe, perhaps, possibly It converts the various answers to either Yes, No, Undecided or...
question

Face Recognition Script

When I ask for input for one reason or another from a human I use this script to check before I have my robot speak It returns a $Face_Found=1 (YES) if it finds a human after about 5-10 seconds. # ----------------------------------------------| # Visual Confirmation of Human Presence | # ----------------------------------------------| Print...