Ultrasonic Ranger Data Sheet

Title

Ultrasonic Ranger

TI Item Name

STEMKT/AC/E

Description

Non-contact measurement module that reads distance from sensor in meters.

Category

Motion and Distance Sensors

Hub Connection

4-Pin Cable to any of these ports: IN 1, IN 2

Assembly Instructions

Not Applicable

Precautions

Sold separately, not included in the I/O Modules Pack

Specifications

Operating voltage: 3.3~5V

Operating current: 15mA

Ultrasonic frequency: 42kHz

Measuring range: 3-400m

Resolution: 1m, Output: PWM

 

HUB Commands

 

Sketch Object

RANGER

Command Syntax

Send("READ RANGER n")

Get(R)

Code
Sample:

Desired Action

Code Sample

Configure the program to use RANGER on port IN 1

Send("CONNECT RANGER 1 TO IN 1")

Read the Ultrasonic Ranger

Send("READ RANGER 1")

Get(R)