readme added
This commit is contained in:
parent
78349df70b
commit
d5a772f36b
27
README.md
Normal file
27
README.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# Arduino pH Controller
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Ein Python-basiertes GUI zur Steuerung eines Arduino pH-Controllers mit Schlauchpumpe.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Echtzeit-pH-Messung
|
||||||
|
- Pumpensteuerung
|
||||||
|
- Schlauchauswahl für Durchflusskontrolle
|
||||||
|
- pH-Kalibrierung (4 und 7)
|
||||||
|
- Automatische Dosierung
|
||||||
|
|
||||||
|
## Hardware
|
||||||
|
|
||||||
|
- Arduino UNO
|
||||||
|
- pH-Sensor
|
||||||
|
- Schlauchpumpe
|
||||||
|
- LCD Keypad Shield
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
1. Arduino-Code auf das Board flashen
|
||||||
|
```bash
|
||||||
|
cd src/arduino/ph_controller
|
||||||
|
# Mit Arduino IDE öffnen und hochladen
|
||||||
Loading…
Reference in New Issue
Block a user