EZ-Script Console icon EZ-Script Console Real-time EZ-Script console for ARC: enter and execute single-line commands, view output, clear display, and recall history with UP/DOWN. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Become a Synthiam ARC Pro subscriber to unleash the power of easy and powerful robot programming
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
NMS Navigation Data Grabber by Synthiam Inc.
Featured
NMS Navigation Data Grabber

Query NMS lidar scan data by angle, with control commands for range, arc extremes, and obstacle checks from the latest scan.

New video - using Floor map and Touch path maps and Navigator for simple path following  with audio by EzAng
Featured
Robot By Ezang

Floor Map, Touch Path and Navigator enable simple path following; IoTiny hotspot guides your car-Intel RealSense required for waypoint navigation.

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

Mininowboard Max For Embedded System

Hello, do you think this can be an interesting alternative to cards mini itx for a embedded system? I saw that we could install Windows 8.1 on an SSD with this board. What do you think about this? www.minnowboard.org/meet-minnowboard-max/
question

Nerf Battlebot Idea

It's not a new idea but there are a few nice pictures of the inside of the Nerf gun someone may be interested in for hack purposes. Popular Science Article Here are a couple of links for the Nerf N-Strike Elite: Stryfe Blaster and the NERF N-Strike 18-Dart Clip System Drum. {I would post a pic from the magazine but I'm not sure if reproduction is...
question

News Article , Amazing Hexapod!

This video footage of a hexapod is amazing! May it inspire EZ-Robot builders! Amazing Hexapod
question

Cheap Six

Came over this while surfing ... not bad really for someone just starting out or on a small budget. www.ebay.com/itm/6-Legs-18-DOF-Robot-Black-Spider-Robot-Bracket-Stent-Accessory-no-servo-/370876029979?pt=LH_DefaultDomain_0&hash=item5659ef1c1b#ht_4132wt_1074
question
Inmoov Robot Update (Hand)

Inmoov Robot Update (Hand)

Hi, Hand working with voice recognition. Using one EZ control just for arm movement for now.
question

Vb And Servospeed

Hi, I use this line of code: EzB_Connect1.EZB.Servo.SetServoPosition(EZ_B.Servo.ServoPortEnum.D9, 60, 10) to control a servo. The last integer '10' is the speed setting. However this has no effect at all on the servo speed. I can use 1, 50, 100 etc... it makes no difference. I tried this with Windows XP with VB2005 and with Windows 7 with VB2008....
question

Ezb Serial Communication With The Vex Cortex

So I realize this is probably a long shot, but I am hoping one of you C programmers can help me... The Vex cortex micro controller would serve me well as a low level sensor/bump and motor controller for my current project... What I want to do is use my EZB4 to communicate with it over UART (since the vex cortex has 2 UART ports)... The wiring and...
question
Ping Ping Ping

Ping Ping Ping

Question for you guys..anyone. Other than object avoidance, is there anything else a ping is good for in association with EZB?
question

Software Item Request

A couple of us have been tossing around the idea of some sort of speed ramp. Speaking for myself, I'd like to have one for servo. Now I think this would have to be done in auto position, only for the fact that you would need some form of time reference. Say something like speed 20 to 15 over 3 seconds then speed 15 to 8 over 5 seconds, then full on...
question

Does Anyone Of The Lucky Ones Want To Sell A V4

I do not want to wait until July for a v4, does anyone want to sell one, when they get it? I have a v3 and money.
question

Ar-Drone V.1 Navdata

Hi, i am trying to get the navdata out of the AR drone while tracking an object. i was able to retrieve th object position using the following script $filenamex = "c:\logx.txt" %create log for x coordinates% $filenamey = "c:\logy.txt" %create log for y coordinates% :START %retreive centroide position% IF ($CameraIsTracking =...
question

Ping_Wait

Is "Ping_Wait" command pause the script until the distance match the specified value?