This repository was archived by the owner on Mar 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Sketch bauen
tobiasfaust edited this page Jan 8, 2020
·
11 revisions
Folgende Schritte sind notwendig um den Sketch zu bauen.
Voraussetzungen:
- installierte Arduino IDE >= 1.6.13
- in der IDE installiertes ESP8266 Board über den BoardManager
Folgende Libraries müssen als Zip oder über den LibraryManager installiert werden
| Name Library | URL |
|---|---|
| WiFiManager | https://github.com/tzapu/WiFiManager |
| PubSubClient | https://github.com/knolleary/pubsubclient |
| Arduino Json 5.x | https://arduinojson.org/v5/doc/installation/ |
| OLED SSD1306 Wire | https://github.com/ThingPulse/esp8266-oled-ssd1306 |
| Grove Motor Driver TB6612FNG | https://github.com/tobiasfaust/Grove_Motor_Driver_TB6612FNG |
| PCF8574 | https://github.com/xreef/PCF8574_library |
| i2cDetect | https://github.com/tobiasfaust/i2cdetect |
| Uptime | https://github.com/YiannisBourkelis/Uptime-Library |
- Überblick
- Aufbau der Hardware
- Konfiguration
- Steuerung via MQTT
- Integration in FHEM
- Beispiele zum Aufbau
- Technik