Skip to content

bhackel/water-softener-automation

Repository files navigation

Water Softener Automation

IMG_3203

This is a preliminary readme to inform about the tools used in this project. More will be added in the future.

To run, use the following command

make run

Libraries

  • wiringPi

    • Usage: Provides GPIO, PWM, and I2C functions for the Raspberry Pi.
    • Install: sudo apt-get install wiringpi
  • SQLite3

    • Usage: Stores TDS and Temperature values over time
    • Install: sudo apt-get install libsqlite3-dev
  • GNU libmicrohttpd

    • Usage: Hosts a web server to show the stored TDS and Temperature values.
    • Install: sudo apt-get install libmicrohttpd-dev

Install everything:

sudo apt-get update
sudo apt-get install wiringpi libsqlite3-dev libmicrohttpd-dev build-essential

About

Automation of Water Softener Regeneration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published