Skip to content

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.

Notifications You must be signed in to change notification settings

MatveyStrelov/flipper-water-sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Water Sensor Reader for Flipper Zero v1.0

USE C0 PIN

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.


Features

  • 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.

Made by Matvey Strelov

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages