MPU9150 Accelerometer, Gyro, Temperature, Compass icon MPU9150 Accelerometer, Gyro, Temperature, Compass MPU9150 ARC control reads compass, gyro, accelerometer and temperature via I2C, initializes and sets EZ-Script variables on demand. Try it →

Robot Building Questions

ARC Pro
Learn More
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
Earn Credit
Contribute to the community and earn credit to lower the cost of Synthiam robotics products and subscriptions.
Log In to Earn Credit
Synthiam Swag
See All Swag
Robot Sticker

Robot Sticker

People know your robot is capable when they see it is powered by Synthiam. These stickers are heavy...
View Product
SMTP Client by Synthiam
Featured
SMTP Client

Send SMTP email (text or camera images) from ARC robots via ControlCommand; configure SMTP/auth and sender; saves credentials in project.

Rc Car Ez-fied by CardboardHacker
Featured
Robot By Cardboardhacker

Modify RC truck to run dual DC motors with Sabertooth 2x12 and EZ-B V3, using gearboxes and standard servo steering (2.8-3A motors, 6A peak).

Community

Welcome to the Synthiam Robotics Community

Sign in to unlock your personalized community feed — browse your posts, track replies, follow discussions, and join the conversation.

Log In to Access Your Content
question
EZ-Bv4 Firmware Updater Issue

EZ-Bv4 Firmware Updater Issue

Has anything changed with the EZ-Bv4 firmware updater recently? I'm experiencing an issue where, upon connecting the firmware updater to an EZ-Bv4, it immediately...
question
IR Sensor Reading Optimization

IR Sensor Reading Optimization

Hello @Athena, I would appreciate your review of the following JavaScript code within the ARC environment. The script is designed to process infrared (IR)...
question
FT232RL To EZB UART Connection

FT232RL To EZB UART Connection

Is it possible to connect an FT232RL USB-to-serial adapter to an EZB controller using the UART TX, RX, and GND pins, instead of connecting to the camera port...
question
Soundboard File Import Issue

Soundboard File Import Issue

I am having trouble importing sound files into the Soundboard Robot Skill in Synthiam ARC. It seems like the file names are missing the "." between the...
question
JD Robot Connection Issue

JD Robot Connection Issue

Hi all, I recently acquired a used JD robot and am experiencing difficulty connecting it to ARC through the EZ-Robot EZ-B v4. Each time I try to connect, the connection...
question
Organizing Ports In Servo Profile

Organizing Ports In Servo Profile

Is there a way to organize the ports in the "Configure Servo Profile" section for better management? Additionally, can I configure the degrees...
question
Handling Script Errors In ARC

Handling Script Errors In ARC

How can I handle errors in a script within ARC, especially errors like "Error in response received: The remote name could not be resolved:...
question
Connection Robosapien V2 2005 Et 2006

Connection Robosapien V2 2005 Et 2006

Do you know where and how make connection to the WowWee Robosapien V2 to connect the output D1 EZ Card. thank you,
question

Arduino Loop Increment Issue Fix

@Athena, I am currently running the following code on an Arduino Mega to adjust a variable iteratively: cpp float psudoActCrs = 90.7550; float actualCourse = 92; while (true) { if (psudoActCrs actualCourse) { psudoActCrs -= 0.1; } Serial.print("psudoActCrs: "); Serial.println(psudoActCrs, 4); Serial.print("actualCourse: ");...
question

Roli Rover H-Bridge Button Issue

I chose the Roli Rover because my question is about the H-bridge in the Roli. I accidentally broke off the small button near the power connector. Is this still usable or repairable?
question
Converting Motor To Digital Signal

Converting Motor To Digital Signal

Are there any small boards available that can convert a two-wire motor into a digital signal? I have a motor with two wires, one red and one black, and...
question

RTSP Stream Compatibility Issues

, I am attempting to use a Reolink E1 Pro camera with ARC's Camera Device Robot Skill using its RTSP stream. I'm connecting it through an IoTiny controller. - Camera IP (local): 192.168.178.10 - RTSP links (without password): - Main stream: rtsp://192.168.178.10:554/h264Preview_01_main - Sub stream: rtsp://192.168.178.10:554/h264Preview_01_sub Both...