EZ-B Settings icon EZ-B Settings Configures and pushes WiFi SSID, password, system name and channel to EZ-Robot EZ-B v4 from ARC; saves settings with project for quick redeploy. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Stay on the cutting edge of robotics with ARC Pro, guaranteeing that your robot is always ahead of the game.
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
Get Line Containing From Array by Synthiam
Featured
Get Line Containing From Array

Adds GetLineContainingFromArray() ez-script function to return the first array item that contains specified text, simplifying substring searches.

Ai Dino Robot by David mcsdaver
Featured
Robot By David Mcsdaver

Upgrade a toy walking dinosaur with an EZ-B brain to create a smart robotic pet, unlocking expanded behaviors and capabilities beyond the toy.

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

Test This Script For Me

Good Morning, Could the members of the community with fast computers please run this script for me and tell me the CPU load from ARC. For me, when I run this script my CPU process from ARC is 50 percent. If you have something at D20,D21,D22 just comment the PWM statements out. :loop REPEAT($x,0,100,10) PWM(D20,$x) PWM(D21,$x) PWM(D22,$x) print($x)...
question
Low Cost Eyeballs For Your Project

Low Cost Eyeballs For Your Project

Recently stumbled across this web site - www.GlowUniverse.com that has a novelty item that is a painted eyeball with LEDs installed inside and is...
question

Right When I Start The Software

Hey guys. Idk what it means but when I start the EZ-B Version, a pop up comes out from the buttom and I copied what it says. Here what it said: EZB 0: EZB 1: EZB 2: EZB 3: EZB 4: 11/9/2014 10:22 AM - TCP Server stopped 11/9/2014 10:22 AM - TCP Server stopped 11/9/2014 10:22 AM - TCP Server stopped 11/9/2014 10:22 AM - TCP Server stopped 11/9/2014...
question
Made 3D Printed Part For My Rover-Roli

Made 3D Printed Part For My Rover-Roli

Made 3d printed part for my rover-Roli... My Robot's watching... lol j
question

Ultrasonic Sensor On Adc Ports

I am trying to get a HC - SR04 Ultrasonic sensor to work off of ADC ports and having a little difficulty. Before I go any further into frustration - can you run this sensor off of ADC ports?
question
Ezb4 Speaker With Pandorabots

Ezb4 Speaker With Pandorabots

EDIT. I just want to mention that anyone looking to do something similar to what I have mentioned in this first post, should look at post #7 for more details, as...
question

Can We Get More Virtual Ports?

Hello EZ-Robot Team.. We now have virtual ports for storing servo info in. But they only go to 19 ,, now that we have more ports can we get that extended to match the ports. I have some script that will need to store and recall the positions of servos after a selected task is complete. Thanks in advance for all your awesome help! Also if anyone is...
question
Rss News

Rss News

Hey guys, here is a script I have been working on. It reads the Rss News and after it is done with the first story it asks you if you want to continue. If you say "Yes" it will continue to the...
question

Iphone/ Ipad App

Is the Mobile interface available for use on an iPhone or iPad? I think I saw somewhere that it going to be soon, just wondering if it is available yet.
question
So....I Bit The Bullet And Purchased An Ultimate Wall-E

So....I Bit The Bullet And Purchased An Ultimate Wall-E

300.00 shipped....with remote. ive studied the tear down pics. and i think there are a totla of 8 motors........
question

Updated Cloud And Server Profiles

Question, is there anyway to disable the syncing of server profiles from the cloud? I do not use any revolution robots and I don't need to sync. If there is documentation about this please let me know.
question

Help With Strings

Hello all, I am working on a script and have worked out all the logic using arduino code and again in VB.net using sdk. I was wanting to put the script in EZ-Script code but can seem to get what I thought would be the easiest thing working. so here goes. $sent = "This is a test of something for the robot to say." lets say you have this...