27 lines
523 B
Markdown
27 lines
523 B
Markdown
# 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 |