20% OFF shipping at www.randa.lt on orders over $79 + up to 10% OFF products
www.randa.lt
home > US-100 Ultrasonic Range Finder > US-100 Ultrasonic Range Finder
download picture
US-100 Ultrasonic Range FinderUS 100 Ultrasonic Range Finder Description: The US 100 Ultrasonic Distance Sensor Module operates from a wide voltage range and provides both digital and serial data output modes. The US 100 features accurate temperature corrected range detection. It can output the distance in millimeters using a serial data output mode. Alternatively, the distance can be calculated by measuring the amount of time that a digital output is held high. This sensor can be
Shopping security

Shopping security

Each payment you make on thelockerguy is secured with strict SSL encryption and PCI DSS data protection protocols

US-100 Ultrasonic Range Finder

Description:

The US-100 Ultrasonic Distance Sensor Module operates from a wide voltage range and provides both digital and serial data output modes.

The US-100 features accurate temperature corrected range detection. It can output the distance in millimeters using a serial data output mode. Alternatively, the distance can be calculated by measuring the amount of time that a digital output is held high.

This sensor can be used with both 3.3V and 5V microcontrollers and only consumes 2mA when idle.

US-100 Features:

40KHz Ultrasonic sonar
2cm – 350cm sensor range (Temperature compensated)
TTL Trigger input
TTL Echo output

Specifications:

Power Input: 3V-5VDC @ 3.5mA typical
Technology: 40KHz Ultrasonic Sonar
Trigger Input: TTL
Echo Output: TTL
PCB Dimensions: 20 x 45 mm

Using the US-100 Ultrasonic Distance Sensor Module:

Connect the VCC and GND pins to a 2.4V-5.5V power supply. The usage of the other pins depends on the operating mode selected. Select the operating mode of the US-100 Ultrasonic Distance Sensor by using the jumper on the back of the module. When the jumper is present, the sensor outputs the distance as binary serial data, otherwise the sensor outputs a single pulse that has a width which represents the distance measured.

Using the US-100 Distance Sensor in Serial Data Mode:

Place the shunt on the operating mode selection jumper to choose serial data mode. Attach the module to a serial port on your microcontroller. The Trig/TX pin connects to your microcontroller's TX serial transmit line. The Echo/RX pin connects to your microcontroller's RX serial receive line. Set the microcontroller's serial port to use 9600 baud at 8-N-1 (eight data bits, no parity, one stop bit).

To start measuring the distance, output a 0x55 over the serial port and read back the two byte distance in high byte, low byte format. The distance returned is measured in millimeters. Use the following formula to obtain the distance as millimeters:

Millimeters = FirstByteRead * 256 + SecondByteRead

This module can also output the temperature when using serial output mode. To read the temperature, output a 0x50 byte over the serial port and read back a single temperature byte. The actual temperature is obtained by using the following formula:

Celsius = ByteRead - 45

Using the US-100 Sensor in Pulse Width Mode:

Select the pulse mode by removing the shunt from the operating mode selection jumper. Connect the Trig/TX pin to a digital output on your microcontroller and the Echo/RX pin to a digital input.

To obtain a distance measurement, set the Trig/TX pin high for at least 50 microseconds then set it low to trigger the measurement. The module will output a high pulse on the Echo/RX line with a width that corresponds to the distance measured. Use your microcontroller to measure the pulse width using microseconds. Use the following formula to calculate the distance:

Millimeters = PulseWidth * 34 / 100 / 2

US-100 Example Sketch:

/*
Hardware:
- VCC     --> +5v
- GND     --> Ground
- Trigger --> Pin 7
- Echo    --> Pin 6
*/

int echoPin = 7;
int triggerPin = 6;

void setup()
{
pinMode(echoPin, INPUT);
pinMode(triggerPin, OUTPUT);
digitalWrite(triggerPin, LOW);

Serial.begin(57600);
}

void loop()
{
int duration;
int distance;

/* Send a 10-uS pulse (at least) to trigger the module */
digitalWrite(triggerPin, HIGH);
delayMicroseconds(20);
digitalWrite(triggerPin, LOW);

/* Measure pulse time and convert to distance */
duration = pulseIn(echoPin, HIGH);     // Measure the HIGH pulse (in microseconds)
distance = duration / 29 / 2;          //Ultrasonic speed is 340 m/s,
// or 29 us/centimeter; divide by 2
// since signal is reflected.
/* Display to serial port */
Serial.print(distance);
Serial.println(" cm");

delay(250);                            // Wait 250mS before next ranging
}

US-100 Ultrasonic Range Finder

Item no : 40878811251
sold recently : Login >>
US$ 10.70
Pay in 4 interest-free payments of $2.67 Learn more
Min. order: 1piece

Shipping Estimate
USA
  • USA
  • CAN

Ships within 48 hours · Estimated delivery Jun 28 - Jul 3

Enjoy 20% off shipping

US$ 10.70

1-11

US$ 9.63

12-35

US$ 7.49

36-59

US$ 6.42

60+

US$40

Get now

Sign up to your membership to get coupons up to

15%

Get now

Opportunity to enjoy order discount up to 15% off

Please add the products
Shipping Notes
  • Free Standard Shipping on $100+ Orders to the USA.
  • Except Preorder products are shipped in 48 hours.
  • Delivery to the USA:
  1. Standard Shipping : 3-10 business days
  • If time is of the essence, please consider selecting expedited delivery for faster service.
Exchange/Return Notes
  • We offer a 30-day return/exchange service after receiving.
  • Final sale items are not eligible for returns or exchanges.
  • To process your return/exchange, please contact us at [email protected]
  • Please click here for more details>>> Return & Exchange Policy

Discover Niche Categories That Outsell

Top-Converting Item to Boost Your Average Order

recommand products

Related Searches