Description:
There are many ultrasonic ranger module on the market, but sometimes, these kind of sensor needs to work in conditions more than the Lab. This water proof ultrasonic sensor meets this requirement. It has a good performance and almost the same usage of HC-S04 module.
compares to the SR04T module, this module is more easy to install anf waterproofing.
Application
Features:
Documents:
Mikroelectron Code:
#include "Ultrasonic.h"Ultrasonic ultrasonic(12, 13);void setup() {Serial.begin(9600);}void loop() {Serial.println(ultrasonic.Ranging(CM));delay(100);}