« Return to Previous Page

Ultrasonic Range Detector

£4.00

Availability: 5 in stock

An extremely easy to use ultrasonic sensor that can accurately determine the distance to an object. When connected to a MicroMite, just one command will give you an accurate measurement.



Category: .
  • Description

    Product Description

    The HC-SR04 ultrasonic sensor uses sonar to determine distance to an object. It offers excellent non-contact range detection with high accuracy and stable readings in an easy-to-use package. Operating range is from 2cm to 400 cm (1” to 13 feet). Its operation is not affected by sunlight or black material (although acoustically soft materials like cloth can be difficult to detect). It comes complete with ultrasonic transmitter and receiver transducers; and connects easily to a MicroMite with just four wires.

  • Reviews (0)

    Reviews

    There are no reviews yet, would you like to submit yours?

    Be the first to review “Ultrasonic Range Detector”

  • Example Code
    The following creates a basic Digital Tape Measure:
    'This code is for a 28-pin MicroMite using 5v tolerant I/Os
    trig = 14 ' replace with appropriate MicroMite pin number that the UltraSonic Trig signal is connected to
    echo = 15 ' replace with appropriate MicroMite pin number that the Ultrasonic Echo signal is connected to
    do
    Print Distance(trig, echo)
    pause 200
    loop
0

Your Cart