Openai Dall-E Image icon Openai Dall-E Image Generate or edit images with OpenAI GPT Image from text or camera frames, with save and programmatic control commands. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
ARC Pro is more than a tool; it's a creative playground for robot enthusiasts, where you can turn your wildest ideas into reality.
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
OpenAI Dall-e Image by OpenAI
Featured
Openai Dall-E Image

Generate or edit images with OpenAI GPT Image from text or camera frames, with save and programmatic control commands.

Omnibot 5402 Project - Code Name: Minion 8 by herg62123
Featured
Robot By Herg62123

Convert a 30-year OmniBot into Minion 8-integrate a laptop, keyboard tray, eye projector and ez-b kit for a Windows 8 portable PC robot

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
ARC To ARC Connection

ARC To ARC Connection

Have been trying to connect two ARCs Together. The unit that see the EZ-B V4 is 192.168.1.250 and it can Control The EZ-B v4. EZ-B V4 is board 0 and is served as port 6666 in the...
question

Text To Speech Voices Revisited

I need some help with getting the Ivona voices to work with ARC. I've downloaded and install the voice pack. Then I visited 'ease of access/text to speech' and made the new Ivona voice the default voice (default was anna). I tested the voice outside of ARC and it works as default. In ARC, I add 'speech synth' and the 'speech settings'. The Ivona...
question

Trying To Get A Pir Working

I feel like a blind man wandering around in the bush at night hoping to find my way home! So here's where I'm at with this project, I've put some comments in so you can see what I'm trying to accomplish. Any and all help will be appreciated. :loop #timer to power down $x = 0 RepeatUntil($x = 30) $x++ Sleep(1000) EndRepeatUntil repeatUntil(1=2)...
question

ARC Freezes And Disconnects

i got latest version,and when i use a vertikel servo it freezes and disconect the ezb4 any idea ?
question
Nasa Posts Free Space Sounds

Nasa Posts Free Space Sounds

This might be super useful to you all NASA Posts a Huge Library of Space Sounds, And You’re Free To Use Them And SoundCloud is now a place you can find sounds from...
question

Adc Disconnecting Ezb

would appreciate assistance please included a short set of instructions that reads a potentiometer on a motor shaft and then moves a motor forward & reverse but for some reason it crashes my EZB after a few moves script :one set(d22, on) ADC_Wait(ADC7, lower, 120) set(d22, off) sleep(900) set(d23, on) ADC_Wait(ADC7, higher, 180) set(d23, off)...
question

Update On Wifi Adapters

Hi eone Just wanted to provide some additional feedback; installing the TPLink wifi adapter thetechguy suggested worked perfectly! Computers that could not connect to bots in ad hoc mode connect successfully using this adapter. If you use this adapter, you might find it useful to install the configuration utility as well as the drivers. This...
question
Great Uart Can Now Rx 0 To 255 But

Great Uart Can Now Rx 0 To 255 But

Thanks DJ can now RX all integers from 0 to 255. The only issue remaining is TX 34,40 and 92. Thanks
question

Bug Report For ARC

I have found a bug in the windows program, it seems every time that i attempt to stop a script in the middle it becomes unresponsive and attempts to complete the script anyway, i have found any attempt to stop the robot using the stop button or to start a new command like calibrate causes the whole program to become unresponsive and requires me to...
question

Demo Question

the current demo seems to cut short and its hard to hear the final sentence, i just wanted to confirm its ment to stop half way through the song..? thank you Richard
question
Ultimate Wall-E On Ebay $135.00

Ultimate Wall-E On Ebay $135.00

the auction ends in an hour or so. currently at 135.00 that's a GREAT price. one of the arms is a little buster, but who cares right? im at work so I cant add...
question

Trying To Use An Adc Port For Pir

I am trying to use an ADC port to get the signal from a PIR sensor. I have in my script: $PIR = GetADC(A7) and I get this error message; Error on line 26: Missing String Quotes or Invalid Expression: A Is it possible to use this port for this purpose? If so, what is the proper syntax to use it? Thanks