Set Digital icon Set Digital Toggle a digital I/O port between TTL low (0V) and high (3.3V/5V) in ARC; select board and port, simple on/off control-signal only. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Unleash your creativity with the power of easy robot programming using Synthiam ARC Pro
Synthiam Credit
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.
Log In to Earn Credit
Synthiam Swag
See All Swag
Robot Sticker

Robot Sticker

People know your robot is capable when they see it is powered by Synthiam. These stickers are heavy...
View Product
Vader Sentiment Analysis by Synthiam
Featured
Vader Sentiment Analysis

VADER sentiment analyzer for ARC returns positive, neutral, negative percents and a compound score from text; enables emotion-driven behaviors.

Jd Humanoid Controlled By Microsoft Kinect by DJ Sures
Featured
Robot By DJ Sures

Control Kinect with Synthiam ARC using Kinect plugins for EZ-Builder-simple setup plugin and a highly configurable PTP plugin.

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
Speech Recognition - Language Issue

Speech Recognition - Language Issue

Hello everyone, I've recently been experimenting with different languages for my robot. English and Mandarin are working fine and amazing, but I'm...
question

How To Write The EZ-Command In Python

Hi, Can I know, how to write the ("Speech Recognition", "PauseOff") command in python? Thanks in advance!
question

Invert Direction With A Script

What is the script to Invert direction pragmatically for V1 and have it change the checkbox in Setting for the V1 port at the same time?
question

How To Create Robot Skills?

Using an external API to generate Speech-to-Text (STT) as a robot skill. I don't know how to create an external skill even if I click on 'Create External Skill.' I want to input code to fetch data from an external API and apply it to the robot. "How do I apply an external API to the robot by entering code?"
question

4 Pin Ultrasonic Sensor Iotiny

Hello can you use a 4 pin ultrasonic  sensor, like the SR-04, with the iotiny and if so how would it wire up? I'm guessing it would use 2 digital ports on the iotiny. Thank you
question

How To Write The Audio.Say In Python

How to write the code in Python for "audio.say" to instead "print(text)"? import time import random def SayWait(text, wait_time): print(text) time.sleep(wait_time) # Story 1 def story1(): SayWait("Once upon a time, there was a dear little girl...", 1) # Story 2 def story2(): SayWait("What a tender young...
question

Monitor The Serial Communications Between ARC And An Arduino Board

Is there a way to monitor the serial communications between ARC and an Arduino connected by USB?
question

Can See Camera On The Wifi But Not The Actual Board

I have an Ez-B Tiny. On the wifi the 'camera' shows up but not the board - although it did previously. Why?
question
What Do You Think Of The New Look?

What Do You Think Of The New Look?

We've been busy! Now that kits are flying out of our lab, we've had some time to tick off items on the to-do list. I personally like the change to the...
question

Multiple Xbox Wireless Joysticks

I'd like to request to have the ability to have multiple xbox wireless joysticks in ARC. I realize the that the first one would have movement panel associated with it but the next ones could have all of the other buttons available and for the potentiometer it could just send out to the variables direction and speed and let us manipulate the data as...
question

Myfunc In Blockly

Could you explain how myfunc and return are used in Blockly. Can you give me a few examples of how they are being used in Blockly scripts. I would like to use them to oversee certain scenarios in the script, and if it does happen do something to correct it. Can you show me how to do this?
question

I2C Color Code Freezes EZB

Dear robot friends, I have noticed the following issue. When BlinkM I2C is connected, the code works: I2CWrite(0,0x09,"o") and I2CWrite(0,0x09,"c",0x00,0x00,0x00). No problem at all. However, if the BlinkM is not connected and this code is started via EZ-Script, the EZB freezes. This happens with every single EZB. Therefore, if...