All Community Content

Upgrade to ARC Pro
Stay at the forefront of robot programming innovation with ARC Pro, ensuring your robot is always equipped with the latest advancements.
Synthiam Credit
Earn synthiam credit to lower synthiam product costs
Your Synthiam Credit is $0.00
Discover ways you can lower the cost of Synthiam products by contributing to the platform and community.
Earn Synthiam Credit
Exosphere
Loading...
Remote control robots or add telepresence capabilities with Exosphere
Info Add Remote telepresence to control any robot from your phone or PC
Add your robot to Exosphere
Sythiam Swag
Gaming Mouse Pad

Gaming Mouse Pad

While programming your robot, these 9x7 inch personalized mouse pads deliver a smooth experience with a custom flair....
Darknet YOLO (Obj Detection) by ptp
Featured
Darknet YOLO (Obj Detection)

Tiny YOLOv3 CPU-only real-time object detection using a camera; offline detection, script-triggered on-changes or on-demand results with class/scores.

My first video of my metal arm gripper Nov. 7, 2019 by EzAng
Featured
Robot By Ezang

Control Mr. Metal arm gripper with Synthiam ARC and Arduino for precise robotic manipulation; initial demo and upcoming enhancements.

Your Community Content

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

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?
question
Volts For Signal

Volts For Signal

the signal ports on the ez-b4 ,does that give volt?.when i see the tutorial from the leds, i see they are connected to gnd and to signal ports. blush
question
Dj Sures.Ez-Bits Need More Documentation!

Dj Sures.Ez-Bits Need More Documentation!

I would like to see in one place a bill of materials for all the items required to be printed for JD, Rolli and 6. That way, I can queue...
question

Connect To Ar Drone From Script?

Hello EZ-robot people! I was searching the web for an ARC script command, that will enable me to connect to the AR Drone from within a script, but could not find how to do it. Any ideas? Thanks.
question
Ez-Robot Revolution In Complex Magazine!

Ez-Robot Revolution In Complex Magazine!

I finally found the new April/May issue of Marc Ecko's Complex Magazine which features a full page of EZ-Robot goodness! Check it out:
question

Omnibot 5402 Head Movement

Hey guys. Ive been slowly working on one of these and I have come to a bit of a stand still. Im looking for the best way to get his head to move left and right without being to complex. So far ive seen maybe 3 different ways it was done. The only problem is 2 are only seen briefly in DJs omnibot v2 and v3 videos. While the 3rd is just more worl...