Robot Building Questions

Upgrade to ARC Pro
Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!
Synthiam Credit
Earn synthiam credit to lower synthiam product costs
Your Synthiam Credit is $0.00
Discover ways you can lower the cost of Synthiam products by contributing to the platform and community.
Earn Synthiam Credit
Exosphere
Loading...
Remote control robots or add telepresence capabilities with Exosphere
Add remote telepresence capabilities to your robot from your phone or PC
Add your robot to Exosphere
Sythiam Swag
Robot Builder Coffee Mug, 11oz

Robot Builder Coffee Mug, 11oz

Start your robot building day on the right wheel, err foot, with this Synthiam Robot Builder black coffee mug. This...
Movement Joystick by Synthiam
Featured
By Synthiam

Movement Joystick

A joystick that controls any movement panel

My Project Jarvis by Rich
Featured
By Rich

My Project Jarvis

I know I should finish Melvin before starting a new build but Joshs Jarvis has inspired me to give my JARVIS a physical form. Some already...

Your Community Content

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

How To Play Stream Or Wav File From Internet?

How to play stream or wav file from internet? like that: Audio.playAudioFile(https://peregrine-results.s3.amazonaws.com/playht20_H7Lp4K4DgvhJUfRSGYenY.wav);
question

I Want To Know How To Use Startlistening In Bing Speech Recognition With A Scrit

Even after adding the script with controlCommand(Bing Speech Recognition, StartListening);, Bing Speech Recognition does not work when starting. I want to know how to make Bing Speech Recognition work in the script. Also, even if I say the wake word in Bing Speech Recognition, the robot does not start listening. What should I do?
question

How To Add New Functions To EZB Firmware?

How to define new commands functions to Arduino Mega EZB firmware?  Currently I am using the CmdOurCustomCmds 0 for a skill I have made but I would like to add more commands to the below list for other custom commands/functions.  What is the best way of doing this?  Is there a number range that I should use that wont conflict with future ARC...
question

Ez-B V2.1 Owners?

Hey everyone - I was wondering if anyone on here owns an EZ-B v2.1? There were only 100 sold before the v3. Im curious if there are any around...
question
Ultrasonic Radar Panel Bot Keeps Doing Circles

Ultrasonic Radar Panel Bot Keeps Doing Circles

Hello everyone, Im using the HC-SR04 , works well but when using the Radar it detects then bot move back and just keeps doing...
question
Does Ezrobot Make A Shield Or Hat For Iotiny?

Does Ezrobot Make A Shield Or Hat For Iotiny?

Hello I was wondering if there is a shield for the iotiny / ezb so you can soldier/screw in connections instead of plugging  them...
question
Meccano  Meccanoid  Upgrades/Mods

Meccano Meccanoid Upgrades/Mods

I need help to upgrade my Meccano Meccanoid Robot,  it is a robot kit,  and Ive had the robot for a while. I want to upgrade the microphone,  maybe have a led...
question

Can You Use Opencv With Python In ARC?

Can you use OpenCV libraries with python in ARC to control hardware?  I am sorry if this is a dumb question I would like to be able to learn and take advantage of python with OpenCV.
question
What Causes Dropping USB Connection 0?

What Causes Dropping USB Connection 0?

What causes a USB connection on connection #0 to drop after 5-10 seconds?   I am connecting a Nano loaded with the UNO firmware. This is a new...
question

What Is The Best Way To Control A Servo With Two Skills?

What is the best way to use a servo with more than one skill?  I am not sure how to ask this question so I will provide an example.   I have the camera skill installed in my project with head tracking turned on using two servos to rotate and tilt the head.   I also have auto position skill setup with movements.  I also have ChatGPT installed where...
question

Using Ez-Bot Software With New Arduino IDE

I wanted to know if I could still use Arduino with EZ-bot software with Arduino IDE 2. Do I need to change some value like #define _FIRMWARE_ID 0x00000005 or is there something else? Also, does it matter that Im using and Arduino Uno from Elegoo. Its a one-one copy of the original Arduino. I go through all the steps in the video but when I try to...
question

Calling Custom Movement Panel In Script

Hello All,  How do I call motor movement in a script using the custom movement panel for 2 motors? The motors respond and work as desired in the custom movement panel by using the arrows. I do have a Dual Hbridge with no PWM(4 wire) but motors run to fast that is why Im using a custom movement panel. I have tried this with no success-...