Robot Building Questions

Upgrade to ARC Pro
Don't limit your robot's potential – subscribe to ARC Pro and transform it into a dynamic, intelligent machine.
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
Robot Sticker

Robot Sticker

People know your robot is capable when they see it is powered by Synthiam. These stickers are heavy duty for both indoor...
GPS by James Graham Hu
Featured
By James Graham Hu

GPS

Read longitude, latitude, speed and time from the ublox NEO-6M GPS

J.a.r.v.i.s The Personal Assistant Bot. by Kullthulu
Featured
By Kullthulu

J.a.r.v.i.s The Personal Assistant Bot.

So ive started constructing my Robot which ive named J.A.R.V.I.S I know there are several other bots that share this name but Its using an...

question

Understanding Servo Resolution In ARC

Could someone help refresh my memory on servo resolution settings in ARC? Id like to revisit this topic to better understand how it affects my robots performance. Im using the high-quality, low-cost EZ-Robot HD servos in my robot. I love that theyre quiet and durable under tough conditions. Ive explored the Support section on the Synthiam website,...
question

Synchronized LED Blinking Iotiny

Hello, Athena! I am trying to use the PWMRandom(D6, 0) and PWMRandom(D7, 0) commands to control two LEDs, simulating human-like blinking simultaneously. Im utilizing the IoTiny controller for this project. Could you please advise on how to achieve this synchronized blinking effect? Thank you!
question

ARC Remote UI Network Password Issue

I am experiencing an issue where the network password is not being recognized when trying to view a user interface in Synthiam ARC through the Remote UI feature on my Android Galaxy S20, using the app downloaded from the Play Store. Initially, after setting up everything on my phone and configuring ARC, I was able to view the user interface I...
question

Minimum Screen Resolution For ARC

What is the minimum recommended screen resolution for running the ARC application on a Windows PC? I am currently evaluating Single Board Computer (SBC) displays and need to know if there is a recommended user interface resolution for ARC. Ive been unable to find this information within the ARC system requirements.
question
ARC Remote UI App Compatibility Query

ARC Remote UI App Compatibility Query

I have a question regarding the ARC Remote UI app. On the Interface Builder skill page, I observed that there is only one available link for...
question
Issues With Third-Party Voices

Issues With Third-Party Voices

I have a question regarding the Speech Synthesis Settings in the ARC software. Hello, I recently purchased a new voice from CereProc and installed it...
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
Multiple Rplidar Skills Issue

Multiple Rplidar Skills Issue

I have a question regarding the RPLidar robot skill in Synthiam ARC. Why am I unable to create multiple instances of this skill within my project? DJ, Im...
question

Mecanum Wheel Control In ARC

Controlling 4 Mecanum Motors with 2 H-Bridges - Separate Movement Panels? Hello everyone! Im building a mecanum-wheeled robot using 4 DC motors controlled via 2 L298N H-Bridge motor drivers. Each H-bridge controls two motors (left and right sides). I would like to control each motor individually (i.e., Motor 1, 2, 3, and 4 separately) to enable...
question

Stepper Servo Pulse Output Issue

While working on increasing the steps for my project, I noticed that the Stepper Servo skill now outputs ten times more pulses than expected. For instance, when I set it to 200 pulses, it emits 2000 pulses and covers the distance meant for 2000 pulses. I verified that the vertical servos ratio is still set at 1:1. Additionally, I observed that...
question

Identifying Iotiny Devices In Classroom

If I have a classroom of 20 students, each working on projects using an IoTiny, how can I help them identify their specific IoTiny when attempting to establish a connection? Each IoTiny appears with a unique ID in the list of available WiFi connections, but I am unable to determine a method for identifying which ID corresponds to which students...
question

Sending Larger Variables Via UART

Hello @Athena, I am seeking guidance on how to effectively communicate larger variable values from Synthiam ARC to an Arduino via UART. Previously, I worked with smaller values using the following variable configurations: plaintext setVar($pathTotalDistance, 2450); // Set value in steps setVar($pathEndpointDistance, 1895); // Set value...