Skip to Main Content

EZ Robot: General Guide

Ultrasonic Sensor

The EZ - Robots developer kits come with ultrasonic sensors, these sensors can be attached to the robot's IoT device. 

 

They can be implemented by either loading the ultrasonic sensor controls/skills in the project tab.

 

The controls/skills have to configured so that the "Trigger Port" and the "Echo Port" match the digital port that the ultrasonic sensor is attached to on the IoT device. 

 

The ultrasonic sonic sensors can also be implemented in the code. For example in the Blockly code attaching the code block "Get Ping" and matching the "Trigger Port" and the "Echo Port" to the digital port that the ultrasonic sensor is attached to on the IoT device.