Robot Building Questions

Upgrade to ARC Pro
ARC Pro is your gateway to a community of like-minded robot enthusiasts and professionals, all united by a passion for advanced robot programming.
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
Add remote telepresence capabilities to your robot from your phone or PC
Add your robot to Exosphere
Sythiam Swag
Men's High-top Sneakers

Men's High-top Sneakers

Cyborg fashion sense has no limits! These extremely comfortable high-top canvas sneakers are made to last and to impress...
Text Overlay by Synthiam
Featured
By Synthiam

Text Overlay

Display a variable on the processed camera device image

Meet Aegis by Steve_C
Featured
By Steve_C

Meet Aegis

HI all This is my robot AEGIS. He is made from scrap parts found in a local junkyard and old metal offcuts from my workshop. The chassis is...

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

ARC On Raspberry Pi With Windows 10

Hey :-) Is it possible tu run ARC on a raspberry pi (2) with windows 10?
question

Ez-B Client Mode And Router Conflicts

My problem is when I connect EZ-B in client mode my wifes WiFi connection goes down. @thetechguru stated in thread: https://synthiam.com/Community/Questions/7722 post #5 that: Quote:Although connecting in Client Mode, where the EZ-B connects to your router is probably best, the issue you are probably having is an IP subnet conflict in the wired and...
question
Ez-B  V3 Will Not Connect Since Update And New Computer

Ez-B V3 Will Not Connect Since Update And New Computer

I use COM3 and it gives the following message (This device is not an EZ-B). Please follow the online tutorials...
question

Emg Sensors

Has anyone tried using any emg sensors with the ez-b yet other than the myo armband if so could you please instruct me on how to wire,program, etc. I havent been able to find anything on this other than the myo armband which I have working the myo is just limited on the gestures it can perform. Thanks in advance
question

Is The Ez-B Right For Me?

Hello everyone! Neogirl101 here! The reason that I joined this forum is because I see the Ez-robot platform as very promising- but there is a suggestion I would like to make. Ive noticed that the EZ-b requires that it is always connected to the computer. I know that JD prefers it that way, but I personally would love to have an EZ-b that didnt...
question
Using 2 X 4 In 1 Sensors

Using 2 X 4 In 1 Sensors

I am trying to find a way to use 2 of the 4 in 1 sensors on the same EZB. Is it possible to change the i2c addressing on this sensor? Why I would want 2 sensors: On my R2...
question
Mac Adres

Mac Adres

my question is not ez robot related,so i understand iff there no support possible. i need to find a mac adres from a robot.i try the app fing but it doesn find it. i ask the companie to look it up and...
question
Roli Rolling To The Left

Roli Rolling To The Left

I got my new Roli up and running Sunday, but after a bit, when driving forward it began pulling left and seemed somewhat slower. In reverse, it goes straight and is...
question

Possible Bug Auto Position Movement

Project: advbot1.EZB The project is based on the Adventure Bot. Changes to help troubleshooting: 1) Added Http Custom Server 2) Added Http Server 3) Added Position Start Script $positioner_start_script=$hour*3600+$minute*60+$second Added Position Start Script $positioner_end_script=$hour*3600+$minute*60+$second Added Movement script:...
question

Ezb Microphone

From all the videos, I assumed the EZB had a built in microphone. Upon further inspection, it now seems I was mistaken? Does the voice commands then work through the PC mic only, and not the EZB? I am planning to use a small tablet bolted on to the bot to run the control software, so I can use that mic, but I am just making sure I am not barking up...
question

Ezb Failsafe?

Hi there. Is there a way to implement a failsafe on the EZB? Right now, if my EZB loses connection, everything stays in the state it was before the connection drop. It would be great if there is a way to implement a failsafe with default values to use in case of a connection break. If not a programmable failsafe, releasing all servos would do the...
question

Continous Servo Calibration. 90 Zero, Not Equal Up And Down

Hi guys. I have created a movement class for a two wheel bot setup (Like adventure bot). I copied the default values that ARC uses for a continuous servo movement panel. 180 108 1 I dropped the speed on each servo a little in ARC, and settled on a speed using. D1 150 108 30 D0 30 108 150 I then copied these values in my own project (SDK). I wrote...