Component: Ultrasonic (HCSR04) (Audio)
Author | Matrix TSL |
Version | 1.0 (Release) |
Category | Audio |
Contents
Ultrasonic (HCSR04) component
This board has both an ultrasonic transmitter and receiver. When the Trig pin is set high for 10uS, the transmitter sends eight 40KHz pulses. The Echo pin goes high about 2ms later. The duration of the Echo pin is measure when it goes high, and a distance is then calculated based on the high duration. The distance of objects in a range of around 3cm to 2.75m can be determined.
Examples
HC-SR04 Distance Sensor Demo.fcfx
Downloadable macro reference
GetDistance
Sends a pulse and processes the echo.
Returns a object distance in cm
Parameters
- This macro has no parameters
Return value
Simulation macro reference
This component does not contain any simulation macros
Property reference
OutputTrig Pin
This property is of type Single digital pin and can be referenced with the variable name OPP.
Pin used for controlling the output pulse
Input Echo Pin
This property is of type Single digital pin and can be referenced with the variable name ECHO.
ADC channel used to monitor the echo