BV4615 RC-5 IR Decoder icon BV4615 RC-5 IR Decoder Adds IR sensor support and button mapping for USB joysticks in ARC, enabling remote control functions; third-party hardware supported. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Unleash your robot's full potential with the cutting-edge features and intuitive programming offered by Synthiam ARC Pro.
Synthiam Credit
Log In
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.
Loading...
Remote control robots or add telepresence capabilities with Exosphere
iRobot Roomba Legacy by iRobot
Featured
Irobot Roomba Legacy

Legacy iRobot Discovery and 4xxx control via EZB software-serial (D0), supports Arduino/EZ-Robot, adjustable baud rate; not for hardware UART/USB

AVA (advanced visual android) update by animator28
Featured
Robot By Animator28

3D-printed robot head using micro DC motors with H-bridges and EZB, screen face with projector-driven animations, TTS and CrazyTalk for personality

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
Open
Vuzix AR Drift On Roli Pan/Tilt

Vuzix AR Drift On Roli Pan/Tilt

I’ve got a Roli Rover (EZ-B v4 over WiFi, client mode) with the EZ-Robot pan/tilt and camera mounted up front (pan on D0, tilt on D1). Camera Device skill is...
general
Autonomous AI Servo Min/Max Resetting

Autonomous AI Servo Min/Max Resetting

I'm having difficulty with the Autonomous AI Robot Skill in ARC. Context: - I'm using the Autonomous AI Robot Skill in an ARC project. Servos are...
Artificial Intelligence
Autonomous AI
By Synthiam Inc.

Autonomous AI v19

Autonomous AI robot agent with vision, speech, motion, animations, memory, and multi-step task execution driven by LLMs.
question
Open
Tiny Yolo2 Not Triggering Camera Scripts

Tiny Yolo2 Not Triggering Camera Scripts

Working with a ROBOTIS Darwin Mini (OpenCM9.04) connected to ARC by USB (freshly flashed with the ARC-compatible firmware from...
question
Open
Micro:Bit Buttons Driving Tic Tac Toe

Micro:Bit Buttons Driving Tic Tac Toe

I’ve got a BBC micro:bit connected to ARC over USB using the BBC micro:bit skill (flashed the firmware from the skill and can see Button A/B and...
question
Safeint And Clampint Explained

Safeint And Clampint Explained

@Athena, can you explain the functions safeInt and clampInt? Why are they used and how can the values be changed? Thanks - Jack. Context: This looks like an ARC...
question
Left Motors Stall Until Scan Request

Left Motors Stall Until Scan Request

@Athena - can you review the Arduino sketch below and explain why the left motors (LeftFront and LeftBack) do not run until...
question
Open
Sound Servo To XL-320 On Darwin Mini

Sound Servo To XL-320 On Darwin Mini

I’m trying to get my ROBOTIS DARWIN MINI (OpenCM9.04, 16x XL-320) to "talk" using the Sound Servo (PC Speaker) skill, but the selected...
question
Open
Dialogflow Driving Sphero Reliably

Dialogflow Driving Sphero Reliably

I’ve got a Sphero (SPRK+) paired over Bluetooth and the Sphero Movement Panel works great for manual driving. I’m now layering in the DialogFlow robot...
question
Global Variables Between Scripts In ARC

Global Variables Between Scripts In ARC

@Athena, can you help me set up global variables in one script (LEG_v6) so they can be read and sent by another script (UART_v6)? Context: I'm...
question
Why Does Speech Recognition Pickup Background Nois…

Why Does Speech Recognition Pickup Background Nois…

One thing I still don't understand: whenever I have the "Speak Rec" Robot Skill operating, it picks up...
question
Obstacle Scan Only Once

Obstacle Scan Only Once

, #include #include static const uint8_t UART_HEADER = 0xA5; // ARC -> Arduinostatic const uint8_t CMD_STOP_MOTORS = 0x01;static const uint8_t CMD_ACTUAL_BEARING =...