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
Unlock the true power of automation and robotics by becoming a proud subscriber of Synthiam ARC Pro.
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
Smart Variable Watcher by Synthiam
Featured
Smart Variable Watcher

Efficient ARC Variable Watcher - lower CPU for large projects; slow initial array render but faster updates; shows name, type, value, length

Alpha (dev Servo Bot) by Morbeious
Featured
Robot By Morbeious

Dev Servo Bot using Ez-bit parts and recycled materials: CD-case caster, cable clip, hot-glued frame and sonar for reliable obstacle avoidance.

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

Bandwidth Usage In Forum

Just a little FYI. I have found that, because of the surveillance cameras being broadcast over the forum webpage, that I take a sizable hit on my available bandwidth. It's about 65K. With only about 300K or so (DSL) available to me in the first place, that is a sizable chunk. I like to park on the Forum page while pulling up the various threads in...
question
Roli Won't Power On

Roli Won't Power On

Battery fully charged showing 8.4 v on my voltmeter, checked connections several times, but brain not powering up. Need help as my kids are anxious to start programming the bot.
release

Windows Release 2015.09.14.00

Synthiam ARC: ez-script GetServo() updated (max 180), improved corrupt project recovery of controls, and fixed SoundMovement/Sound Servo mismatch.
question

4 In 1 Orientation Sensor Or Inverted Pendulum Sensor?

Hi all, This may seem a dumb question to those with more experience so you'll have to excuse my naivety as I'm just starting out in the world of robotics. My question is whether i need only purchase the 4 in 1 orientation sensor over the inverted pendulum as in the product description the 4 in 1 includes both the accelerometer and compass that the...
question

Microphone In Robot

I see from looking through the forum there is a lot of discussion regarding using wireless microphones to communicate with the robot via the PC. I'm interested in having a microphone within the robot itself so I, and others can communicate with it away from my computer. First off, can anyone tell me if they have tried this, and is it feasible as to...
robot

Divideworks's I Have Built A JD Robots Using

Control a 3D-printed JD robot with an Android VR headset: side-by-side camera streaming, EZ-app background control, and motion-sensor telepresence.
question

Ez-B V4 Wifi Robot Controller

ez-b v4 wifi robot controller can control a robot but i doesn't need that the robot complete control after program with pc or mobile it need to control itself like an arduino uno i am searching this about 3 years stress tired can we connect this robot controller for programming to pc after can we disconnect and control without pc or mobile
question

Reading A Website For Dates

take a look at this site. https://www2.jpl.nasa.gov/calendar/ I would like to take this file, have the computer scan the dates, compare it to the current date, if within a week, start sending reminders verbally up until the date has past, then it can forget about it. I don't care about times, just dates. Is it possible to scan the file and pull the...
question

New Wifi Adaptor

i found this one think its a good one. what do you guys think.
question

Getservo() Explanation

So I wrote a code to assist in obstacle avoidance when I'm driving my robot, but it doesn't work, so I tried a couple of similar codes in a smaller version to find the culprit. Code #1 below only results in my sensor servo jittering. Code #2 works, but doesn't give me what I need, which is the exact location of the servo so I can know in what...
question

Rgb Animator

I have the "18 RGB LED PCB" from the DIY section of the store. It's easy to operate via the RGB Animator, but I would like to write a script to use on my mobile app. I've looked through the forum but can not find any code examples. Can anyone point me in the direction of a snipet of code showing how to activate the 18 RGB LED PCB. Thanks
question

Calculating Number Of Days Between 2 Dates

Has anyone a piece of script code that will calculate how many days have past since the current date? I need to do the calculation, but I believe the dates are alphanumeric and not numeric and cant figure it out.