DHT11 Temp & Humidity Sensor icon DHT11 Temp & Humidity Sensor Read DHT11 temperature and humidity on Arduino (signal pin 4) using EZ-Genuino_DTH11_Uno firmware; exposes $Temp and $Humid variables. Try it →

Robot Building Questions

ARC Pro
Learn More
Upgrade to ARC Pro
Stay at the forefront of robot programming innovation with ARC Pro, ensuring your robot is always equipped with the latest advancements.
Synthiam Credit
Log In
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.
Loading...
Remote control robots or add telepresence capabilities with Exosphere
Movement Joystick by Synthiam
Featured
Movement Joystick

Analog joystick UI to control any ARC movement panel via mouse/touch-configurable dead zone, max speed, center-reset for smooth robot motion

Hulkbuster Ironman Suite , Lighting, Sound Effects And Motorization by jstarne1
Featured
Robot By Jstarne1

Custom Hulkbuster Iron Man suit with servo helmet lift, glowing repulsors, sound effects, 3D fit measurements and EZ-Robot electronics control

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

Monitoring EZ-B V4 Info Index

I have a question regarding the ARC Robot Skill called "EZ-B v4 Info." I assume that since I can't select a specific EZB index to monitor, only the EZB at index 0 is able to be monitored with this Robot Skill. Is that correct?
question

Improving IR Sensor Efficiency Javascript

Hi @Athena, I am working on repeatedly pulsing a Sharp IR sensor using JavaScript within my ARC project. Here's a snippet of my current script: javascript var increment = 3; var irValue = 50; var lowIR = ADC.get(2); sleep(10); // IR THRESHOLD FOR A HIT if (lowIR <= irValue) { missCount = 0; cycleCount++; kick = false; if (scanDir == 0) { negHit...
question
Intermittent EZ-B Controllers Disconnect Issue

Intermittent EZ-B Controllers Disconnect Issue

I'm experiencing an intermittent issue with ARC where two out of my three EZ-B controllers lose their connection. * I'm using...
question

ESP32 Tank Track AI Control

Hello, I have an ESP32 running tank tracks and a waist swivel, but I'm having trouble getting the autonomous AI to control them. Can anyone help?
question

ADC Skill Resource Usage Inquiry

I understand that constantly running the ADC Robot Skill in an ARC project, especially when assigned to an EZB ADC port, can consume significant resources. Additionally, increasing the polling frequency for an EZB ADC port further intensifies resource usage. However, I'm curious, if this same ADC Robot Skill is installed and assigned to an EZB...
question

Arduino Firmware Modifications For OV3660

Hello , what modifications to the Arduino firmware are necessary to utilize the OV3660 camera in place of the OV2640 camera? I haven't attempted this change on my own, as I believe you might have the answer since the OV3660 camera is employed in the ESP32 Cam EZ-B firmware. This inquiry specifically pertains to the ESP32 Cam UART Firmware and is...
question
Alternative To Ezrobot Ezb For Robot Head Project

Alternative To Ezrobot Ezb For Robot Head Project

My course has primarily focused on robotics projects using the EZ-B controller and a camera for real-time interfacing....
question

Iotiny LED Blinking Issue

I have an IoTiny that begins with a fast, continuous blue blinking LED and does not display the initial aqua blue color. Additionally, there is no startup sound, and the reset button seems unresponsive. The power supply has been verified as stable, and I also connected another IoTiny with the same power supply, which functioned normally. Therefore,...
question
Language Setting For Tts

Language Setting For Tts

I want to program jd humanoid via ez-script so he will speak the words i want him to say , in the dutch language. How do i  do that ?.
question

DSSERVO 3225 Servo Compatibility Inquiry

Hi @Athena, I am curious about the compatibility of a 25 kg DSSERVO 3225 digital servo, which operates at 4.8 to 6.8 volts DC, with my EZBv4. Additionally, I'm considering placing a 10F capacitor between the positive and negative wires. Would this assist or interfere with the servo's operation when using the EZBv4? Thank you, Jack
question

ARC Event Notification Capabilities

Does ARC have the capability to notify me when a specific event occurs, such as sending a text message, an email through Gmail, or a Facebook Messenger notification? For instance, I currently have a script in ARC that runs in a loop every 30 seconds to check its connection to the EZ-Robot EZ-B controllers. It would be beneficial if ARC could notify...
question

Managing Servo Commands Without TCP Server

How can I manage ports that exceed 23 using ARC @Athena? My ESP module currently supports ports higher than 23 with the integration of two PCA9685 PWM controllers, each controlling a set of servos. All connected ports have servos attached. My aim is to creatively utilize existing ARC skills and script commands to facilitate communication with the...