All Community Content

Upgrade to ARC Pro
Stay at the forefront of robot programming innovation with ARC Pro, ensuring your robot is always equipped with the latest advancements.
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
Info Add Remote telepresence to control any robot from your phone or PC
Add your robot to Exosphere
Sythiam Swag
"I build robots" Hoodie

"I build robots" Hoodie

This heavy hooded sweatshirt is perfect for robot builders. The material mix of cotton and polyester provides warmth...
Intel Realsense D435i by Intel
Featured
Intel Realsense D435i

Connect Intel RealSense depth cameras to ARC NMS for depth-based distance detection, point-cloud mapping, video streaming, and navigation telemetry.

Alex Cardboard Omnibot Twin by CardboardHacker
Featured
Robot By Cardboardhacker

Build ALeX humanoid robot - 4.5ft, lightweight frame using servos, ez-B camera, 12V motors/battery, recycled materials and adhesive options.

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 Modify The Bot Name In Aimlbot ?

I am experimenting with AIMLBot and would like to give the bot a personal name, such as John. When I ask, "What's your name?" it should respond with "John." I have checked some AIML files and the configuration file, but it is not clear what needs to be changed. By changing the name, my robot will feel more personalized. Could...
general

Step-By-Step Guide To Assigning Lists To Arrays In Script Language

Assigning a list of values to an array in scripting languages can streamline data management and enhance your programming efficiency. This process involves initializing an array and then populating it with values from a list. Here’s a step-by-step guide to help you through the process: ### Step-by-Step Guide #### 1. Initialize the Array Start by...
question

DC Motor And Grinding Noise When PWM Is Used

or anyone else in the know. Can you help me with my problem I'm having? Please see below. I welcome any thoughts or suggestions. I'm not only asking for ideas but also writing this down to try to help myself understand what is happening amd maybe figure it out. A few odd things are happening First, I've been using PWM to adjust the speed on a...
question

Merge 3 Blockly Scripts

, is it possible to merge three Blockly scripts into one? I know that I can copy and paste JavaScript code sequentially, but I don't see an easy way to do this in Blockly.
question
Pandorabot With Bing Speech Recognition

Pandorabot With Bing Speech Recognition

I am using Bing Speech Recognition with Pandorabot. It works fine, although Pandorabot sometimes gives very funny answers. I have two...
general
How To Create Multidimensional Arrays

How To Create Multidimensional Arrays

Could you please show me how to create an array with 20 names, each associated with three values (x, y, z)? Additionally, I would like to generate...
question

Control Multiple Jds At The Same Time

How can I control multiple robots simultaneously using Synthiam ARC? I have created various Auto Position panels, but they only seem to control the EZ-B index 0. How can I configure them to control different EZ-B indexes? I am looking for a way to manage multiple robots at the same time using Synthiam ARC. Specifically, I have set up several Auto...
question

Expanding Python On J Humanoid. Is Raspberry Pi The Right Choice?

Hello, I am interested in using the J Humanoid robot for a project in my Computer Science and Information Systems degree. I plan to program the robot extensively in Python. I have a question for the forum: Will using a Raspberry Pi or a similar tool help me expand Python programming capabilities on the robot? My project focuses on addressing...
question

How To Use Sliders

In ARC, how do I effectively use the slider, particularly in the following skills: Slide Script, Horizontal Servo, and Vertical Servo? Could you provide detailed steps or examples for each of these skills?
question
Speech Recognition Using Blocky

Speech Recognition Using Blocky

, I am using the Speech Recognition skill in Synthiam ARC. I created a new command called "camera blocky" with the commands shown in the attached...
question

System Exception Error

Version: 2024.06.22.00 I encountered the following error message while using Synthiam ARC: System.Exception: Speech synthesis is not supported due to an invalid operating system or missing device at EZ_B.SpeechSynth.StartListening() at ARC.Scripting.Forms.FormWaitForSpeech.OrfC5q7cmKB(Object, EventArgs) at System.Windows.Forms.Form.OnLoad(EventArgs...
question

Read Value Return By Sharp IR Radar

Hi @Athena, Is it possible to retrieve the read value from the Sharp IR (Radar and/or Distance) skill in Synthiam ARC? I would like to use this data within a Script Skill. If it is possible, could you provide an example script in Python? Thank you!