Abstract: The water level indicator project utilizes an Arduino Uno microcontroller, an LCD display, and a Bluetooth module to provide an efficient solution for monitoring water levels and controlling ...
This library allows you to make the ESP32 act as a Bluetooth Keyboard and control what it does. The BleKeyboard interface is almost identical to the Keyboard ...
int led = 13; // the pin that the LED is atteched to int sensor = 2; // the pin that the sensor is atteched to int state = LOW; // by default, no motion detected int val = 0; // variable to store the ...