Frequency Detector icon Frequency Detector Detect audio frequencies via PC microphone (FFT), output a variable and drive servos within configurable min/max ranges with waveform feedback. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
With ARC Pro, your robot is not just a machine; it's your creative partner in the journey of technological exploration.
Power Up Your Scripts with AI
Describe what you want — get working robot code. The project-aware AI Script Assistant built into ARC.
Synthiam Credit
Log In
Earn synthiam credit to lower synthiam product costs
Earn Free Credit
Share your robots, answer questions, and help others — earn credit toward ARC Pro, AI credits, and robot swag.
Remote control robots or add telepresence capabilities with Exosphere

Drive Real Robots, Anywhere

Remotely operate robots around the world or add live telepresence to your own build — straight from your browser.

Discover Exosphere
Rafiki Front Bumber by CochranRobotics
Featured
Rafiki Front Bumber

Rafiki front bumper plugin: reads 4 proximity sensors via serial, updates ARC variables, blocks motor movement toward detected obstacles for SLAM

Wall-E   from toy to real boy 😂 by Riftwalker
Featured
Robot By Riftwalker

Convert a movie-era interactive toy into a motorized robot, with DIY motor-drive and coding guidance inspired by DJ Sures

Community

Join the Synthiam Robotics Community

Connect with thousands of robot builders, educators, and engineers. Share projects, get answers, and learn to build smarter robots with ARC.

  • ✓ Showcase your robots & projects
  • ✓ Get help from experienced builders
  • ✓ Earn credit toward Synthiam products
Create Your Free Account Log In
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);...
blog
Ez-Robot Open Iot Wifi

Ez-Robot Open Iot Wifi

Open IoT Wifi enables custom firmware on EZ-B v4: edit, compile and upload; change TCP/IP ports and AP IP; add JSON listeners, custom webserver.
question
Ez-Script Escaping Specific Characters

Ez-Script Escaping Specific Characters

what i want to do: $pos = IndexOf($buffer, "\n") this is what i tried without success $pos = IndexOf($buffer, 0x0a) i didn't...
question

Filereadall Stops Working

Tested with the last version and the previous version The following code: 1: ClearVariables() 2: $test1 = FileReadAll("c:\dev\test.txt") 3: FileReadClose("c:\dev\test.txt") 4: Print(Length($test1)) Generates an error: Quote: Error on line 4: Missing String Quotes or Invalid Expression at index 0: "hello the...
question

User Book To Better Under Stand Scripting/ Programming

Hoping/ wondering if anyone has suggestions on a book that would help me with scripting and understanding programming something simple. My work takes up so much Gray matter these days, it's hard keeping up with work, I love working on robots even though I don't get it sometimes. If I was retired then I can focus 100% On EZB. So I'm looking for a...
question

Sound Servo Script

Hi guys. I used Sound servo to drive a led to blink according to soundboard but i dont know how to make it work with mobile interface. i know how to make a button to make it sound but not the led part. is it possible ?
robot

Alex's Can I Control A Robot Through The Vr Technology?

Control a humanoid EZ-Robot via wireless VR motion capture to mirror your movements and assess needed robotic articulation
question
Anyone Using A Steam Controller?

Anyone Using A Steam Controller?

As the subject suggests really. Wondering if anyone has got any experience using Steam Contollers with the Builder or SDK? If not, let's start putting some...
question
Jittery Servo Movement

Jittery Servo Movement

Hey there, I am having an issue with my robots movement here. I build a litte Lego robot consisting of 10 micro servos, they are supposed to have a 4.8Volts input....
question
Help With Information On This

Help With Information On This

Hey everyone! I purchased this motor controller from a yard sale for a dollar. Figured I could not go wrong if it worked. However the person had no info on the...
question

Roli Rover Video Streaming Over The Internet

I am very interested in Ezrobot Products, especially the Roli Rover. I am looking for and have been for some time, an economical security type robot for home use where I can control the base over the internet and control the camera pan/tilt functions over the internet and stream live video streaming over the internet using my Samsung Galaxy S4 over...
question

Voice Communication With ARC And A Framework

Hello, I use to communicate with ARC, SARAH framework (NodeJs). Through this framework I use the grammar of an XML file which uses Windows Speech recognition and for more specific words such as research on wikipedia I use api speech Google. I use this way of keywords, for exemple: Victor turn left, Victor can you turn left ?, Victor I want you turn...