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
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
I Make Robots Crew Socks

I Make Robots Crew Socks

Exclusive to robot builders, these are a one-size-fits-all solution up to a mens size 12. The construction is 73%...
iRobot Roomba Legacy by iRobot
Featured
By iRobot

iRobot Roomba Legacy

Control the older iRobot Discovery and 4xxx for legacy support

Pics Of Progress....... by hoolagen1
Featured
By hoolagen1

Pics Of Progress.......

new new update new new update 7-10-2013 video! Last page please. new updates 3-27-2013 @ 11pm (UPDATED PICS ON PAGE 2) hello all i have...

question
Open

How Can I Install A Python Library In ARC?

Hi Athena, I added a Script to my ARC project and selected Python as the scripting language. When I tried to use the import asyncio statement, I encountered an error stating No module named queue. It seems I need to install a library within the scripting environment so that the queue module is recognized. Could you guide me on how to achieve this?...
Navigation
The Better Navigator
By Synthiam

The Better Navigator v34

Improved version of The Navigator based on Hector SLAM, with more features and path finding.
question
Open

Raspberry Pi Better Navigation Example Needed

Hello Athena, I am interested in building a Synthiam robot using a Raspberry Pi as the main controller. I would like to incorporate the Better Navigation skill into my project. Could you please provide an example of the necessary hardware components and a wiring diagram to help me set it up? Thank you, Steve V
question
Open

JD Humanoid Simulator

Hello, I would like to inquire if there is a simulator available for the JD Humanoid robot. I have been informed that the robot will arrive in approximately two months. However, our academic semester has already commenced, and we are eager to begin working with the robot as soon as possible to avoid any delays in our learning process. Thank you.
general
Cute Little Open Source 3D Printed Robot.

Cute Little Open Source 3D Printed Robot.

You might want to consider 3D printing a component for your project. This could be an excellent opportunity to utilize the IoTiny...
blog
Arcx Community Introduction

Arcx Community Introduction

About Synthiam Synthiam Inc. is a pioneering force in automation, artificial intelligence (AI), and technology business integration, dedicated to making advanced...
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
Open

How To Move A Servo 360 Using Blocky With Time

I would like to control a 360-degree continuous rotation servo using Blockly in Synthiam ARC, specifying the duration of movement instead of a specific angle. Which blocks should I use to achieve this? I assume I need to use the Move Servo block to identify the servo number. What other blocks should I use to set the duration and speed for the...
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...
robot
Fxrtst's Introducing Alan

Fxrtsts Introducing Alan

Edit:  Kickstarter campaign failed in 2015. In 2023/24 you too can build an Alan by joining my Robotics Masterclass. Learn as you build. Available soon....
feature request
Open
CAN BUS Control

CAN BUS Control

Challenge. Go big or go home. Im looking into the CAN actuators used on the Cheetah mini. They are not poorly priced ($300) and offer 150 pound/inch of torque @ 24v. They are brush less,...
question

Sending Data Wirelessly To An ARC Python Script

Hi Athena, I am interested in transmitting data wirelessly using Wi-Fi, Bluetooth Low Energy (BLE), or Bluetooth from an Arduino device and/or an application on my Android phone. My goal is to have this data accessible within a Python script that I am executing through the scripting interface in Synthiam ARC. Is this functionality supported? If so,...