Read Digital icon Read Digital Read TTL digital input from an ARC I/O port; real-time red/green status for low (0V) or high (+3.3/5V), selectable board/port and read interval. Try it →

All Community Content

ARC Pro
Learn More
Upgrade to ARC Pro
Get access to the latest features and updates before they're released. You'll have everything that's needed to unleash your robot's potential!
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
EZ-B Settings by EZ-Robot
Featured
EZ-B Settings

Configures and pushes WiFi SSID, password, system name and channel to EZ-Robot EZ-B v4 from ARC; saves settings with project for quick redeploy.

Scraps by Wolfie
Featured
Robot By Wolfie

Custom electronics project assembled from many parts, progress photos show intricate wiring and assembly; more parts and wire connectors planned.

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

Screen Display Chopped Off On Top

All of a sudden when I open my project file the top part of the screen display is missing. The vertical slider bar can not bring it into view. However if I click on an older file it comes up OK. I have restarted ARC and Windows 7 to no avail. I just downloaded the latest ARC version and it was working fine until just now. Any suggestions?
question

Can The Ezb Read Frequency

looking to get a sensor with a frequency output,i guess its sonar echo pin and how would i read it
question

If Statement With And

If I define $Day and $Hour in your example: $Day = 2 $Hour = 3 If ($Day = 2 AND $Hour = 3) Print("Hello") EndIf I get an error message: Invalid token in expression [AND] Am I doing something wrong?
question

Roomba Movements With Recorder?

First of all Thanks to EZ-Robot for the very fast delivery of the complete kit ordered directly from EZ-robot. I odered it Fri Jan 04 and rec. it Mon Jan 07? Has anyone used the Recorder and Roomba movements? If I start the recorder and move Roomba forward, then reverse, stop recorder. On playback > I get a very slight surge forward, then ok...
question
Sabertooth 2X60

Sabertooth 2X60

Hello all. I am new to EZ-B. I am trying to set up a tank drive using a sabertooth 2x60 as my motor controller. I cannot figure out what configuration i need to control the motors. I have...
question
Getadc

Getadc

I'm playing with the voltage monitor for my bot and using the GetADC(ADC Port) script command but having some slight issues with the values returned. At first I thought it could be my code so I wrote a script...
question

Program System Requirements And Mini Ez Board?

There is no info on what the program needs to run smoothly. Im geting a mother board that I can mount on the robot it's a pico it'd with a 1.6 atom dual core and 1 gig of ram that will have windows 7 and the ez software and that's it. I want to use this board because its super smal and only uses 8w of power. Also I saw a video with a mini ez board...
question

Savox Servo

I'm looking into to buying a more powerful servo. I used the standard servos that came with the kit, but they weren't powerful enough for me. Anyways, my question: Can I simply hook the Savox Servo right up to the board and call it (communicate with it via Visual Basic) like I did with the standard servos? Currently I use a line of code found in a...
question

Continuous Servo Control

Hi everyone. Since a continuous servo's position cannot be specified like a standard servo, is there a way to control its rotation? For example, can I specify that the servo turns for two seconds and then stop?
question

Speeck Recognition

Hi i want buy a complete kit for make one robot. I have one simply question: For make a speeck recoglition without pc i require an external microphone? And can add this microphone one EZ board? Where i can buy? microphone, speackers and ecc... for make a autonomus robot? Thanks
question

Voice-Command Tracking Color?

I have my first robot going. It has voice control and on command it homes on a switchable RGB LED target. I intend to make individual Red, Green, and Blue LED targets to distribute around the room and demonstrate that the robot can home on the voice-commanded target color. Presently I have to manually switch the color in ARC's Camera Control. I...
question
Release(D*)

Release(D*)

I am continuing to test my new Kit and servos with various commands. Servo(D*) (=whatever port chosen) works fine, ServoRandom(D) works great, ReleaseAll() works well.....but.......Release(D*) comes...