All Community Content

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.
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
Remote control robots using your phone or PC, or grant access to others for collaborative control.
Add your robot to Exosphere for telepresence and remote operation
Sythiam Swag
Robot Builder's Phone Case

Robot Builder's Phone Case

No one will mistaken whos phone it is - its the robot builders phone! Protect your phone in style with a customizable...
Bot Libre by Bot Libre
Featured
By Bot Libre

Bot Libre

Powerful AIML2 chatbot client for ARC using the Bot Libre opensource cloud service

Robo Arm by j_snake_2000
Featured
By j_snake_2000

Robo Arm

this is my second robot robo arm its controlled by my ipad with mobimotion app can be driven by accelerometer or by joystick hear are some...

general

Enhancing ARC For An Advanced Wall-E Companion Robot

hey DJ need some help! I recently came across your impressive work on Synthiam ARC and Exosphere, and I must say, the capabilities showcased are truly remarkable. Inspired by the video demonstrating your innovative platform, I am currently working on building a custom Wall-E robot. The project has been incredibly exciting, and I see immense...
question

Wheel Counting With Arduino

Hello @Athena, Could you please review the following code that I am using on my Arduino Mega 2560 to count motor pulses? I am encountering an issue with the output on the Serial Monitor. cpp int encoderValue_A = 0; int encoderValue_B = 0; void setup() { Serial.begin(9600); pinMode(2, INPUT); pinMode(3, INPUT);...
question
A Youtube Channel Called Reel Robots

A Youtube Channel Called Reel Robots

So what is next? As some of you know Ive been throwing around the idea of a robotics Youtube channel. The notion of giving back my knowledge to the...
question
Open
Some More Encoder

Some More Encoder

DJ hi,  I am getting some weird map results in Better Navigator using the encoder counter skill. Using a Roomba via PC COM port and for Level #3 Group #2, I taped into Roomba encoders...
question
Open

How To Use Bing Speech Recognition With Python

Hello Athena, Is it possible to send a query through Bing Search and then receive the results in my Python script? Im looking to integrate these search results into my project using Synthiam ARC. Could you provide some guidance on how to achieve this integration? Thank you!
question
Open

How To Use Different Voices

@Athena How do I add new better voices for speech synthesis? The 2 defaults are pretty bad.
Navigation
Wheel Encoder Counter
By Synthiam

Wheel Encoder Counter v12

Compatible with firmware that counts wheel rotation for left and right wheels with wheel encoder.
Audio
Speech Synthesis Settings
By Synthiam

Speech Synthesis Settings

Use this robot skill to adjust the speech settings and audio effects for spoken speech synthesis on EZB index #0. Main Window 1. Voice...
firmware
Wheel Encoder Firmware For Arduino Genuino Uno

Wheel Encoder Firmware For Arduino Genuino Uno

The EZ Wheel Encoder firmware, developed by Synthiam Inc, is designed for Arduino UNO and compatible microcontrollers. It...
Artificial Intelligence
Openai Chatgpt
By OpenAI

Openai Chatgpt v23

Use Chat GPT with your robot. Give your robot a personality and conversational ability and describe images. This robot skill adds chatbot...
robot
Nomad's Remix Inmoove Head

Nomads Remix Inmoove Head

hi all Ive created a modified version of the EZ Robot head, featuring both side-to-side and up-and-down (yes) movements. This new design includes an improved base for...
question

Does Arc Recognize ADXL345 Accelerometer?

Hello everyone i am in the planning phase of a robot build, it has a 2dof head and 2dof right and left arm and 1dof base rotation. I was wondering if an off-the-shelf accelerometer like ADXL345 be used to control those servos? They make ADXL345 accelerometers that already have a type c port which would make it easy to plug into a computer. I was...