Difference between revisions of "Ultrasonic ranging"

From Mech
Jump to navigationJump to search
Line 1: Line 1:
== Original Assignment ==
== Original Assignment ==


In this project you will demonstrate that you can measure distances using an ultrasonic transmitter and receiver, at distances up to a few meters. While you could build from components (see, for example, [http://www.micro-examples.com/public/microex-navig/doc/090-ultrasonic-ranger.html this website]), in this project you will use [https://www.parallax.com/Store/Sensors/ObjectDetection/tabid/176/CategoryID/51/List/0/Level/a/ProductID/92/Default.aspx?SortField=ProductName%2cProductName this pre-packaged PING))) ultrasonic sensor]. Your results can be displayed on an LCD screen (see, e.g., [[C_Example:_Serial_LCD]] or [[C_Example:_Parallel_Interfacing_with_LCDs]]).
In this project you will demonstrate that you can measure distances using an ultrasonic transmitter and receiver, at distances up to a few meters. While you could build from components (see, for example, [http://www.micro-examples.com/public/microex-navig/doc/090-ultrasonic-ranger.html this website]), in this project you will use [https://www.parallax.com/Store/Sensors/ObjectDetection/tabid/176/CategoryID/51/List/0/Level/a/ProductID/92/Default.aspx?SortField=ProductName%2cProductName this pre-packaged PING))) ultrasonic sensor]. Your results can be displayed on an LCD screen (see, e.g., [[C Example: Serial LCD]] or [[C Example: Parallel Interfacing with LCDs]]) or on a PC using the USB/RS-232 cable (see [[PIC RS232]]).


== Overview ==
== Overview ==

Revision as of 23:55, 26 January 2009

Original Assignment

In this project you will demonstrate that you can measure distances using an ultrasonic transmitter and receiver, at distances up to a few meters. While you could build from components (see, for example, this website), in this project you will use this pre-packaged PING))) ultrasonic sensor. Your results can be displayed on an LCD screen (see, e.g., C Example: Serial LCD or C Example: Parallel Interfacing with LCDs) or on a PC using the USB/RS-232 cable (see PIC RS232).

Overview

Circuit

Code