PumpController

## Content * [Project description](#chapter-0) * [Usage](#chapter-1) * [Hardware](#chapter-2) * [Libraries](#chapter-3) ## Project description Arduino Controller for water pump ## Usage 1. Turn to change lower threshold 2. Hold and turn to change upper threshold 3. Hold to save thresholds to EEPROM 4. Click to display current pressure ### Scheme: [![Scheme](schemes/PumpController.png)]() ## Hardware | Name | Model | |:--------------------- | -------------: | | **Controller** | Arduino Nano ATmega328 | | **Encoder** | EC11 | | **Display** | TM1637 | | **Relay** | SSR-40DA | | **Pressure sensor** | EBOWAN | ## Libraries | Name | Link | |:--------------- | ------------- | | **EncButton** | https://github.com/GyverLibs/GyverTM1637 | | **GyverTM1637** | https://github.com/GyverLibs/EncButton |