BN-880 GPS Compass icon BN-880 GPS Compass Standalone autonomous navigation using Beitian BN-880 GPS/Compass with real-time map waypointing and offline map caching; requires Arduino. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Synthiam ARC Pro is a new tool that will help unleash your creativity with programming robots in just seconds!
Synthiam Credit
Log In
Earn synthiam credit to lower synthiam product costs
Earn Credit
Contribute to the community and earn credit to lower the cost of Synthiam robotics products and subscriptions.
Loading...
Remote control robots or add telepresence capabilities with Exosphere
TCP Script Server Raw by Synthiam
Featured
TCP Script Server Raw

TCP server for ARC accepting EZ-Script, JavaScript or Python commands, letting controllers send commands and receive line-terminated responses

Star Wars Bb-8 Robot Suitcase by ptp
Featured
Robot By Ptp

DIY hack of a Disney rolling BB‑8 suitcase-an in-progress Star Wars family project with kid D.J., photos and project beginnings

Community

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

Unable To Save Project To Ez-Cloud

Hello, I would like to ask why im unable to save my project to ez-cloud, the error i get is : " Error saving to ez-cloud: Server did not recognize the value of HTTP Header SOAPAction:"https://tempuri.org/EZBuilderFileExist."
question

Connecting 2 Ezb V4's

I followed rich's instructions setting the first v4 to ap mode set the ssid and passwd. set the second v4 to client mode, ssid and passwd of thr first v4. Now niether v4 shows in my list of wifi and both v4's are flashing red. they were blue when i started. Hope i explaned this correct. Thanks
release
Android/Windows Release 2014.11.02.00

Android/Windows Release 2014.11.02.00

EZ-Cloud v3 adds HTML5 HTTP tags, sayezbwait() script, Soundboard v4 EZ-B v4 support, PandoraBots 5s timeout and Android app performance gains.
question
Anyone Willing To Part With Their V3 Wireless Cam?

Anyone Willing To Part With Their V3 Wireless Cam?

Just as the title suggests I'm looking for the old v3 USB camera if anyone has upgraded and looking to part with theirs....
question
Microphone

Microphone

is it possible to connect a microphone to the ez-b?
question
Sparkfun Mp3 Trigger

Sparkfun Mp3 Trigger

Does anyone one know where to grab a trigger off the Sparkfun MP3 trigger board? I am using one to make the GBot speak but my neon does not light reliably. Im pretty sure its...
question
Mayday Mayday Mayday

Mayday Mayday Mayday

HELP! When I try to open my project file I get this; I was doing some script writing and the program started acting weird, so I saved the project and shut down ARC. Now I can't...
question

Neato Project - How To Unplug The Fan Without Stopping The Neato

Hello everyone, It's been a long time since I didnt dive into my hobby again. After having built two awesome remotely controlable robots to play with my cats when I'm away, I am now trying to retrofeed a Neato XV21 vacuum into a floor scrubbing robot, using an EZB to activate a pump that will inject the cleaning solution when the wheels are...
question
Where's Waldo?

Where's Waldo?

Who can find waldo?
question
Movement Scripting Help Please?>

Movement Scripting Help Please?>

Can anyone help with scripting? I need to be able to have the speed of the G-Bot be ramped up and down rather than full on/off or there is a serious risk it...
question

Can't Download Andriod App

Hi, I'm a newbie... I'm having trouble downloading the Android version of ARC from the EZ Robot website. I'm getting a message on my tablet that says "For security, your tablet is set to block installation of apps obtained from unknown sources." There's a "Settings" button just below the message which I would assume leads you to...
question

Is There An Sequence To Escape / When Using In A String For Path Vars?

example This is ok $BasePath = "G:" but this gives error $BasePath = "G:/" it is because of the / , im asuming is being used as an escape char in Ez-Script. is there a way to escape this?