Skip to content

HoFaLab Wassermelder (water alarm). Documentation and firmware for a small hardware project created at HoFaLab

Notifications You must be signed in to change notification settings

HoFaLab/wassermelder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HoFaLab Wassermelder

A simple water alarm using a float switch and a Raspberry Pi Pico W with practically infinite standby battery life.

TODO: add part number of used float switch. Picture of the built project on a perfboard

About this repository

This repository has two main parts.

path description
hardware A KiCAD project describing the hardware
firmware Micropython files as the firmware

The firmware uses submodules, so you need to clone recursively

git clone --recursive https://github.com/HoFaLab/wassermelder.git

Project description

The goal of this project was a water alarm at a sump in a basement. The main focus was on simplicity and long battery life.

The microcontroller is completely disconnected form the battery until the float switch is triggered by the water. This ensures basically unlimited battery life.

Acknowledgements

This project was completed using some great resources:

resource source
KiCAD symbol and component for Raspberry Pi Pico W https://github.com/bdubs-astro/Raspberry_Pi_Pico_W_Kicad_Files
.gitignore file for KiCAD https://github.com/github/gitignore/blob/main/KiCad.gitignore
utelegram library for micropython https://github.com/jordiprats/micropython-utelegram

About

HoFaLab Wassermelder (water alarm). Documentation and firmware for a small hardware project created at HoFaLab

Topics

Resources

Stars

Watchers

Forks