All Community Content

Upgrade to ARC Pro
Unleash your creativity with the power of easy robot programming using Synthiam ARC Pro
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%...
PWM Servo Feedback (i2c) by Synthiam
Featured
By Synthiam

PWM Servo Feedback (i2c)

This receives ADC data from the arduino of servo positions via I2C to an EZ-B

Another Wall-e But With A Few Different Bits by tombrookYo!
Featured
By tombrookYo!

Another Wall-e But With A Few Different Bits

Hi heres a few pics of my first robot project its a bit rough around the edges and Im afraid its another Wall-e! Most parts are the same as...

question

Converting Script Code To Javascript

Can you convert the following Script code to Javascript? controlCommand(Camera, CameraFaceTrackingDisable) $FaceRecog = 0 $Speech = 0 # Change eyes to blue if (IsConnected(0) = 1) pwm(d17,100) pwm(d18,0) pwm(d19,0) pwm(d21,100) pwm(d22,0) pwm(d23,0) endif # Set all servos to start position Servo(d0,90) Servo(d1,90) Servo(d2,40) Servo(d3,180)...
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

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

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...
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,...
question

Access Information Related To Virtual Servos In The Firmware

How is it possible to access the servo information associated with virtual servos in the firmware of an EZB created with an Arduino mega?
Servo
Custom Servo Controller
By Synthiam

Custom Servo Controller

Use Vx virtual servo ports to control up to 99 servos on a custom servo controller via a serial protocol, such as arduino mega with a custom...
hardware
Balance Robot

Balance Robot

The Sain Smart v3 balance robot is an inverted pendulum. Technically, you can use the hardware from this robot, combined with ARC, to balance any robot - with enough patience to configure PID...
question

Controlling PTH Addressable RGB Leds

How can I control Plated Through-Hole (PTH) addressable RGB LEDs using the Script language in Synthiam ARC? The LEDs I plan to use are equipped with a WS2812 control IC, which is widely used for individually addressable RGB LEDs. Could you provide guidance on how to implement control for these LEDs within the ARC environment? For reference, here is...