Advanced Speech Recognition icon Advanced Speech Recognition Advanced Azure-backed speech-to-text for ARC allowing custom Azure Cognitive Service keys, scripting hooks, and configurable output variables. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Experience the transformation – subscribe to Synthiam ARC Pro and watch your robot evolve into a marvel of innovation and intelligence.
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
EZMQTT Client by Synthiam
Featured
EZMQTT Client

MQTT client for ARC: connect to brokers, publish/subscribe topics, map incoming messages to variables (incl. binary arrays) and run scripts.

DJ’s test platform (k8) by DJ Sures
Featured
Robot By DJ Sures

Synthiam ARC test robot: Devastator tank with Rock Pi/X, Sabertooth+Kangaroo, Realsense D435i/T265 for autonomous navigation.

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
Stepper Motor Speed And Pwm

Stepper Motor Speed And Pwm

Hi guys, Here I am back in bewilderment land. I am trying to run a stepper motor with a Spark Fun Big Easy stepper motor driver. No problem except no matter what PWM...
question
Is That Roli On The Floor?

Is That Roli On The Floor?

Is that roli on the floor? j
question

Test For Web Access

Some info for anyone that would like to setup web access haven't actually tested the response of the EZB this simply outlines how I set it up and tested connection. 1. setup EZB as Wi-Fi Client and leave powered up 2.Identify your EZB ip address and port ( this can be found from your dhcp client list on your router) 3. Open port forwarding on...
question
Web Access

Web Access

wifi connection wow its the way to go, experimented with both modes as explained in video very easy to setup Next step web access I have setup http server,also port forwarding in router Is it possible...
question

Camera Disconnecting

Helllllpppp please, I am feeling totally useless. I have hooked up my camera to my ez b and set the servos (2 x sg90's) to ports D02 x axis and D03 y axis. To follow a colour. I have the min and max on both servos to within 30 degrees of their start and end positions. This allows me to "see" what the camera sees on the screen, yet when I...
question

Answer To A Long Time Question

Hey All, I wanted to demonstrate the current handle capabilities of the EZ-B and at the same time doing a small test. Here's a quick video I made of Six with 18 servos, I know a few of you asked a long time ago if Six could run with 18 servos, the answer is Yes! Six with 18 Servos Video I also wanted to demonstrate the large in rush current demand...
question

Customization Of Web Server - Is It Possible?

When using the HTTP web server remotely, it provides options to display the whole Remote Control page, or just the individual controls, like a movement panel, camera JPG page, script console, etc. My question is, is it possible to be able to custom design or customize the web interface with the items that I specifically want and build a web page...
question

Appendarray - Bugfound

In the syntax examples, the AppendArray example, the command "AppendArray()" does not appear to be valid. Its not listed in the Script Manual either.
question

Ez-Robot Board Availablility

Not really sure where to post this, so I hope that this is the right place. I have two questions. First are any of the Version 3 boards still available as I have one and would like to get one to use as a back up in case something happens to the one I am currently using. If it is still available, how do I go about ordering one and what would the...
question

How To Write The Voice Control Commands

how to write the voice control,write and add video
question

Arrays

In EZ-Script: It is not really clear to me what functionality regarding Arrays are supported with EZ-Script. Perhaps someone can clarify for me how to do the following: 1. How do I define an array with multiple elements all at once. 2. How do I traverse the elements of an array? 3. How do I append to the array? 4. Is there a for loop like...
question

Sizeof Array

Does anyone know if its possible and how to recreate the Sizeof command from Arduino processing in EZ-Script. I am trying to port some code to EZ-Script but not quite sure how to accomplish this. Arduino Sizeof command Here is what I am really trying to port: Lets say you have a array of values: int sequence[] = {0, 2, 4, 6, 8, 10, 9, 7, 5, 3, 1};...