ACEBOTT
ACEBOTT Water Level Sensor Droplet Detection Module Easy-Plug Compatible with ESP32/Arduino
- SKU:
- QB092
- Shipping:
- Calculated at Checkout
Frequently bought together:
Description
The ACEBOTT Water Level Sensor is an instrument that can convert the water level parameters of the measured point into the corresponding electric signal in real time. Its working principle is to use the trace of its parallel wire to measure the amount of water and thus judge the water level. The analog value output by the water sensor can be directly read by the controller board, which can be used for the function of water level alarm in practical applications.

Sample Code:
void setup() {
pinMode(32,INPUT);//Set pin 32 to input mode
Serial.begin(115200);//Set baud rate to 115200
}
void loop() {
Serial.println(analogRead(32));//Read the state of pin 32 and print it to the serial monitor
delay(1000);
}
Features:
- Converts water level to real-time electric signal.
- Uses parallel wire trace to measure water amount.
- Analog output for easy connection to controller boards.
- Ideal for water level alarm applications.
- Operating voltage: 3.3V to 5V.
- Wide operating temperature range: -20°C to +80°C
Package Include:
1 x ACEBOTT Water Level Sensor Droplet Detection Module

