Sighthound Cloud API icon Sighthound Cloud API Cloud-based detection of people and faces in robot camera video; returns locations, gender, age, pose, emotion, plus 68-point facial landmarks. 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
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
Gaming Mouse Pad

Gaming Mouse Pad

While programming your robot, these 9x7 inch personalized mouse pads deliver a smooth experience...
View Product
Wavefront by rz90208
Featured
Wavefront

Wavefront grid planner computes collision-free, deterministic paths from start to goal using known occupancy maps for indoor robots.

3d printing again 7/18/2021 - Detecting a sound file by a color - Mr. Metal - simple eye - navigation -  many other topics on this thread like voice commands by EzAng
Featured
Robot By Ezang

Mr. Metal returns - audio may be low; increase volume and leave a comment for EzAng.

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

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...
question

Troubleshooting Rovers IR Sensor Issue

Hi @Athena, I need some assistance troubleshooting an issue I've encountered with my robot. The setup involves a rover powered by four stepper motors, each controlled by a motor driver board connected to an Arduino Mega 2560. The Arduino handles motor control using PWM, while an EZ-B v4 is tasked with executing scripts to synchronize an IR sensor...