Robot Building Questions

Upgrade to ARC Pro
Your robot can be more than a simple automated machine with the power of ARC Pro!
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
Robot Builder Coffee Mug, 11oz

Robot Builder Coffee Mug, 11oz

Start your robot building day on the right wheel, err foot, with this Synthiam Robot Builder black coffee mug. This...
SMTP Client by Synthiam
Featured
By Synthiam

SMTP Client

Allows your robot to send email or camera images using SMTP.

My Project Jarvis by Rich
Featured
By Rich

My Project Jarvis

I know I should finish Melvin before starting a new build but Joshs Jarvis has inspired me to give my JARVIS a physical form. Some already...

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

Feature Request: Opening Another Project, Does Not Ask To Save

What a frustration! I just lost 3 huge scripts, because i just pressed open project to grab some scripts from another project. I expected the ARC to ask if i wanted to save the current project, similar behavior when you try to exit the ARC without saving. i need a break !
question

Sally, Version 4 Build

OK, I have put together Sally again. I will use the Version 4. This is my last and final effort to finish Sally. After that, I will be out of parts. It has been a wonderful journey and it is coming to an end. I have had a lot of fun along the way. If I succeed on this build, I will extend the fun a little longer. I will make comments along my pit...
question

Vex Optical Shaft Encoder With A Kangaroo Board

Tonight I installed the vex shaft optical encoders on the inside shaft the wheels go on. I had to drill out the encoder wheel to fit the shaft and disassembled the encoder wheel and optics to mount on the metal gearbox, I also had to cut back the green plastic fins so it did not catch the encoder optics. I hope it works using the kangaroo board?...
question
Long Jd

Long Jd

I made a long Jd I call him LD for long D here is the picture hope you guys like it And i was even able to move him and best part no extension cables were used.
question
Jd Chest Gripper

Jd Chest Gripper

From now on jd has a chest gripper video coming soon
question

Product Information

I am interested in purchasing some items and have some general information questions: 1) I noticed that the 4 in 1 orientation sensor is out of stock. Will it be back in stock soon? 2) The inverted pendulums are in stock but it states that they are Pre-Order-Only. What do you mean by Pre-Order-Only? 3) I am interested in experimenting with the...
question

Jd Needs Shoes

Hello all, Didnt find anything on this in discussions but I think I have the worst possible combination environment for JD. On my wood floors, poor guy sort of wobbles around in circles while trying to walk straight because his feet keep slipping , then to make things worse, we have an area rug which has a slightly higher than average pile (not...
question

Questione

Hallo ich bin Neu hier da mein Englisch nicht so gut ist um technische Probleme klären zu können suche ich jemanden aus Deutschland. Kurze Problem Beschreibung ich habe den EZ-B v4 Controller einmal auf dem iPad Mini und auf dem Rechner Installiert, wenn ich die WiFi Verbindung herstelle kommt die Meldung eingeschränkte Verbindung und bricht gleich...
question

Device Connection

Our research project is trying to interface three TI-EZ430 watches and one Myo to mimic movement. We would like to be able to interface all four components at once. Is this possible?
question

Cont. Rotation Servo .Stl - Size Right?

Could someone from EZ-Robot or someone else that has printed the continuous rotation servo double check it for me? The female ez-bit slot size seems way too small. Ive printed the ez-bit cubes and their male and female bits match up with purchased ez-robot/ez-bit items. So that tells me the cube .stl is good and my print can print them correctly. I...
question

Open To Suggestions For Daddy/Daughter Build

I want to start a project with my 6yo daughter to nurture her interest in robotics. Currently have a fairly large RC collection of ground, air, and water based units, I have plenty of unused Arduino boards megas and unos...I have a power wheel chair sitting, two sabertooths one a 2x25 and one a 2x32...2 150lb 10 stroke and 2 150lb 6 stroke linear...
question

Outputting Snapshop From Videostream In C++

Has any one had success with setting up a camera stream and saving a snapshot to a file using c++? This is what I have so far: EZ_B::EZB ^ezb; ezb = gcnew EZ_B::EZB(MyEZB); EZ_B::Camera ^ezbCam; ezbCam = gcnew EZ_B::Camera(ezb); ezbCam-StartCamera(EZ_B::Camera::GetVideoCaptureDevices()[1], 320, 240); ezbCam-SaveImageAsJPEG(c:\test.jpg); I can...