Water Sensor Reader is a simple Flipper Zero application that reads an analog water sensor connected to a GPIO pin and displays its values in real-time. The app shows both the raw ADC value and the corresponding voltage in millivolts, along with a visual progress bar.
- Reads analog input from a water sensor on a selected GPIO pin.
- Displays RAW ADC values (0–4095 for 12-bit ADC).
- Converts raw values to millivolts (mV).
- Shows a progress bar to visualize the sensor level.
- Supports back button to exit the app.
- Simple GUI using Flipper Zero viewport.