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 →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Take control of your robot's destiny by subscribing to Synthiam ARC Pro, and watch it evolve into a versatile and responsive machine.
Power Up Your Scripts with AI
Describe what you want — get working robot code. The project-aware AI Script Assistant built into ARC.
Synthiam Credit
Log In
Earn synthiam credit to lower synthiam product costs
Earn Free Credit
Share your robots, answer questions, and help others — earn credit toward ARC Pro, AI credits, and robot swag.
Remote control robots or add telepresence capabilities with Exosphere

Drive Real Robots, Anywhere

Remotely operate robots around the world or add live telepresence to your own build — straight from your browser.

Discover Exosphere
Kinect xBox 360 Depth Mapping by Microsoft
Featured
Kinect Xbox 360 Depth Mapping

Converts Xbox 360 Kinect depth frames into NMS obstacle scans for ARC path planning, SLAM, and obstacle avoidance.

Max The robot based off of inmoov by Autiboy
Featured
Robot By Autiboy

InMoov-based robot Max, fully 3D-printed and assembled; first 3D-printed robot with a FreeCAD-modified custom ear.

Community

Join the Synthiam Robotics Community

Connect with thousands of robot builders, educators, and engineers. Share projects, get answers, and learn to build smarter robots with ARC.

  • ✓ Showcase your robots & projects
  • ✓ Get help from experienced builders
  • ✓ Earn credit toward Synthiam products
Create Your Free Account Log In
question

Ssc-32U Servo Controller Script

Hey Everyone, I can't seem to figure out why my Servo Controller isn't working. I have put in the start up and opened up the control in ARC and it still doesnt seem to work. I have power to it from a port on EZB (D18 UART 2) and have it connected to a battery source. (I even tried it to UART 0) I have tried Baud Rate 38400 and 115200 and it seems...
question
Sabertooth 2X32 Operation

Sabertooth 2X32 Operation

Hello Everyone, I have been at my workbench reading all of the Sabertooth threads in the forum and for the life of me can not figure out how to get my sabertooth to do...
question
Elseif Is Broken

Elseif Is Broken

@DJ, The ElseIf is broken: The code below never stops ! $buffer="[123 456 789]" $len=Length($buffer) $ix=0 $start=-1 $end=-1 repeatwhile($ix<$len) $ch=GetCharAt($buffer,...
question

Function Request - Modulo Operation

@DJ, For the next release, can you please add: 1) Modulus Function e.g. Mod( Number1, Number2 ) OR 2) Modulus operator e.g. Number1 % Number2 I know you can use plugins to add custom functions, but they don't work on mobile applications. Modulus is so versatile and useful deserves a place in EZ-Script. Simple examples: 1) $counter=0 :loop #do...
question

Where Do I Find Examples Of Blockly?

I find that when I load examples, the blockly blocks I was playing with on another project are still there, but not code for... say for example roli.ezb I would like to view examples of code, so that I may study them and learn how to adapt it. I have found how to use the pwm hBridge, and I suspect the pages I am looking for are right in front of...
question
Arduino Ibt_2 H-Bridge

Arduino Ibt_2 H-Bridge

I'm curious if anyone has used the Arduino IBT_2 Motor Controller with EZBv4 It looks like I share the ground, can power the motors with my 6 vdc SLA bat attached to Vcc,...
question
Sound Sensors

Sound Sensors

Hey Everyone! I am currently stuck on how to code these 2 sound sensors (1 on left, 1 on the right)(picture below) on the head of my robot. I have a servo (D18) that goes up to 180 degrees and I...
question

Control Usage, Cross Reference

This weekend I changed the name of my soundboard control and then searched through the project to find and update all the references. It occured to me that it might be fun to build something that showed the relationship of items. I could do this with a spreadsheet but is it possible to use whats built into ARC? Example: Show all the places that...
question
Ezb Works Only In Jd, Not In Roli

Ezb Works Only In Jd, Not In Roli

Hi, today i have become for my Project a Rover. This works great, when i use the Rover in the torso from JD. But when i put this in my Roli, i have no...
question

Vintage 80'S Robots

ha ha ya,very cheezy but cool ! I just saw an old 1986 movie about killer robots going crazy in a shopping mall and they look just like larger versions of all the toy robots sold back in those days! in fact they look much like my Paranormal chasing Rad 1.0 Bot,many of you may have something similar !---- "Chopping mall 1986" Chopping mall...
question

Dynamixel Plug In Save Question

I have an issue where when I save a layout with the Dynamixel plug in and reload it, all the settings for each virtual servo revert to default settings of 1-180 regardless of what i set up in the dynamixel plug in. To fix it I have to open the dynamixel plugin and uncheck the servos, then enable them again then save it. After i return to the layout...
question
I2c Questions

I2c Questions

I seemed to be having issues with I2C BlinkM's I keep adding the control to the layout and connect the blink M to one of the i2C ports and it disconnects the EZB, every single time. To make sure...