Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
projekte:fabfarmer [2017-05-31 18:47] thirsch |
projekte:fabfarmer [2018-05-15 08:34] (aktuell) stegro |
||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
======= FabFarmer ====== | ======= FabFarmer ====== | ||
- | folgt... | + | ** Kontakt:** |
+ | [[mailto:jan.lacher@fablab-bayreuth.de|Jan Thomas Lacher]], | ||
+ | [[mailto:thomas.hirsch@fablab-bayreuth.de|Thomas A. Hirsch]] | ||
+ | |||
+ | |||
+ | Foto | ||
+ | |||
+ | ===== Software ===== | ||
+ | |||
+ | Github-Repository: [[https://github.com/fablab-bayreuth/fabfarmer]] \\ | ||
+ | Download: [[https://github.com/fablab-bayreuth/fabfarmer/archive/master.zip]] | ||
+ | |||
+ | Arduino-IDE: [[https://www.arduino.cc/en/Main/Software]]\\ | ||
+ | Arduino core for ESP8266 WiFi chip: [[https://github.com/esp8266/Arduino]] (Boards-Manager URL: http://arduino.esp8266.com/stable/package_esp8266com_index.json)\\ | ||
+ | Thinger.io Library: [[http://docs.thinger.io/arduino/]]\\ | ||
+ | Com-Port-Treiber (CH340): | ||
+ | * Windows <10: {{ :projekte:arduino-gamer:ch341ser.zip |}} | ||
+ | * Windows 10: {{ :projekte:arduino-gamer:ch340_win10.zip |}} | ||
+ | * macOS 10.12: [[https://github.com/adrianmihalko/ch340g-ch34g-ch34x-mac-os-x-driver]] | ||
+ | * Mac OS X (bis 10.12): [[http://www.wch.cn/download/CH341SER_MAC_ZIP.html]] | ||
+ | |||
+ | |||
+ | ===== Bauanleitung ===== | ||
+ | |||
+ | fehlt noch... | ||
+ | |||
+ | ===== Hardware ===== | ||
+ | |||
+ | * WEMOS D1 mini | ||
+ | * fehlt... | ||
+ | |||
+ | ===== Firmware kompilieren und flashen ===== | ||
+ | |||
+ | 1. Klone den Quelltext aus dem Repository von github. | ||
+ | |||
+ | git clone https://github.com/fablab-bayreuth/fabfarmer.git | ||
+ | |||
+ | 2. Installiere den Core für den ESP8266 wie auf https://github.com/esp8266/arduino beschrieben, damit du in der Arduino IDE auch für den ESP8266 kompilieren kannst. | ||
+ | |||
+ | 3. Installiere die Bibliothek "thinger" über die Bibliotheksverwaltung der Arduino IDE. | ||
+ | |||
+ | 4. Öffne fabfarmer.ino, wähle als Board "Wemos D1 mini lite", kompiliere und lade die frische Firmware auf den Fabfarmer. | ||
+ | |||
+ | |||
+ | |||
+ |