Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Sketch bauen

tobiasfaust edited this page Nov 26, 2019 · 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/Seeed-Studio/Grove_Motor_Driver_TB6612FNG
PCF8574 https://github.com/xreef/PCF8574_library
i2cDetect https://github.com/tobiasfaust/i2cdetect
Uptime https://github.com/tobiasfaust/uptime

Clone this wiki locally