Robot Building Questions

Upgrade to ARC Pro
With Synthiam ARC Pro, you're not just programming a robot; you're shaping the future of automation, one innovative idea at a time.
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...
Speech Script by Synthiam
Featured
By Synthiam

Speech Script

Execute a script when speech is created.

Happy New Year to all from EzAng and family and Roman the robot by EzAng
Featured
By EzAng

Happy New Year to all from EzAng and family and Roman the robot

Happy New Year to all from EzAng and family and Roman the robot Thanks to my whole robot family who taught me so many things... More to...

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

Personal Assistant

Here is a Kickstarter personal assistant robot that looks to good to be true. www.kickstarter.com/projects/403524037/personal-robot/description
question

Changing The Battery Warning Voice?

I am building a BB8 and everything is going fine, however I was wondering if there was a way to change the battery is low warning. Having BB8 suddenly speak really ruins the whole effect. I was wondering if there was a way to change the warning to something else that would fit more with the BB8 character?.
question

Wire Size Recommendation

Is there an optimal wire size recommendation for powering the Ez-b? I rewired my robot last week and took it to Long Beach Comic Con over the weekend. when rewiring it I used 18 gauge wire for the power lines. I experienced a lot of dropped wifi connections during the weekend and was not sure if this was a result of browning out the board. -all...
question

Botz - Jd Green Camera Led? Whaaaaaaaa?

Dr. Howard Marner would like to know, Well, why wasnt I notified? that there is now a green LED around the camera for JD?
question
Xbox One

Xbox One

The new Kinect it can read your heartbeat apparently
question

Rapu Serial Communication, Anybody Cracked It?

Hi Folks Unfortunately Brookshires documentation on the RAPU is lacking many details. The short section on controlling with serial is fine, if you are connected to a COM serial port with an ancient DB9 straight-through cable (or USB-to-RS232 converter). Pull up RealTerm or similar, set the 19200 baud rate, and power up the RAPU. Console shows the...
question
Saving Servo Profiles For Use On Mobile

Saving Servo Profiles For Use On Mobile

I created a servo profile and saved it locally and that works fine. Im not sure how to save one on EZcloud for use on the mobile app without...
question

Where Is The Getting Started With ARC Mobile App Info?

I dont want to build a custom app, just want to use a prebuilt one. I figured out how to do this and to connect and run my JD from my iPad but couldnt find instructions. For example, when I launch the ARC mobile app on my iPad I need to be sure to have an internet connection so that I can download install the public app. then needed to change the...
question

Ezb V4 Red Light Flashing And Saying Left

Hello Everyone, my Ezb v4 recently has been flashing red while connected to ARC and saying LEFT. I have tried disconnecting and connecting again a few times, it stops then comes back. Still runs scripts just fine, but not sure what im missing. Any help is appreciated Thanks
question

Assembly Instructions

Step 1 of the instructions cover connecting the H-Bridge to the digital ports, but make no mention of which pin of the three pins per port (Black, Red, White) to connect to nor do they mention the red/black pair connection. The next lesson describes in detail how to make all these connections. Shouldnt the Connecting Rolis Motors (H-Bridge) lesson...
question

Video Camera Image Quality

I carefully removed the protective plastic yet the image looks unfocused, even at 640*480
question

Getpwm Returning 0

I want to return the value from D1 and D0 whilst tracking an object, im using the GetPWM command but only ever get a 0 returned. Am i missing something? ControlCommand(Camera, CameraColorTrackingEnable) :TrackingLoop $head0=GetPWM( D0 ) $head1=GetPWM( D1 ) print($head0) print($head1) sleep(1000) Goto(TrackingLoop)