Robot Building Questions

Upgrade to ARC Pro
With Synthiam ARC Pro, you're not just programming a robot; you're shaping the future of automation, one innovative idea at a time.
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
Waterproof Bluetooth Speaker

Waterproof Bluetooth Speaker

Add your soundtrack to robot building adventures, or add this to your robot! Introducing the Synthiam IPX6-certified...
Command Duplicator by Synthiam
Featured
By Synthiam

Command Duplicator

Control more than one ez-b with the same commands.

Ips (indoor Positioning System) by DJ Sures
Featured
By DJ Sures

Ips (indoor Positioning System)

For quite a few years, ive been mentioning that I have been working on a positioning system for ez-robots. I guess its time that i share my...

question

Error Loading Native Control - Bing Speech Recognition

Hello, I added the Bing Speech Recognition skill, after selecting the Auto Record Using Wake Word option and then saving my project, I get the following error when i load my projet. The skill no longer loads and I am no longer able to open it or remove it from my project. --------------------------- Error loading native control: Bing Speech...
question

How Can I Use Ollama Webui With My Robot Head Instead Of Chat Gpt

I would like to use Ollama AI with my robot head in stead of pandorabots or chatgpt can you help me set it up or is there a skill already available for it ?
question
$Ezbplayingaudio Variable Not Changing To 1 When Playing Sound Files Through My

$Ezbplayingaudio Variable Not Changing To 1 When Playing Sound Files Through My

, Maybe Im misunderstanding what the Variable $EZBPlayingAudio...
question

Bettter Navigator Map Saving And Loading

why do i not see an obstacle map when loading a saved map from the better navigator? When saving a map, the file appears to be created, but when that file is loaded into the better navigator, no map or obstacles are visible. This feature would be very useful for navigating a house, as the obstacle map takes a lot of time the develop,  becomes very...
question

Uploading Images To GPT 4.0 For Analyses

I wanted to send images to GPT 4.0 to be analyzed (Robot what can you see)  how do I do this using ARC.  OpenAI does support image upload via their API but I dont see this in the ARC plugin.   How do I get the robot to take a photo of a person, place or thing (example a cat)  and when I ask it what it can see and then upload this photo image to...
question
3D Print Jd Head

3D Print Jd Head

hi has anyone printed a jd head?my question is ,how do you print the head on the printbed? thank you
question

EZB Firmware Update

, I know this is a EZ Robot EZB question but the firmware update tool is downloaded with ARC from Synthiam. I went to thrie website and was directed to come here for EZB Firmware update help. I thought Id look for my answer here.  I want to check the Firmware and update my EZB if needed. I have done this many times to other EZBs but over WIFI. My...
question

Where Is Action Editor

I want  to edit action on my spider robot on ez b4.? I cant find precise scripts but they are in my actions?
question
Javascript Question - Var Or Setvar?

Javascript Question - Var Or Setvar?

@Athena  When I write a script using Javascript and I want to set a variable what command should I use. Ive used both setVar and simply just Var....
question
Connect Wiring For Iotiny To Arduino

Connect Wiring For Iotiny To Arduino

Hello, How do I connect the iotiny  to the arduino, wiring that is? I want to use arduino for motors and led. Also what skill would I use? Do you...
question

Community Robots

.I have not been on community forum for a while but I noticed that there almost no new robots project show case? Any reason ?
question

How To Send Controlcommand Via Custom Skill C# Code?

how to send ControlCommand via custom skill c# code? Im trying to add Talk Servo v2 skill, then add my custom skill, and in code use: ``` base.SendCommand(Talk Servo v2, Speak, transcribedText);