Umbrella: Unterschied zwischen den Versionen
more details for flashing ESP |
|||
Zeile 81: | Zeile 81: | ||
* Install [https://www.arduino.cc/en/Main/Software Arduino IDE] | * Install [https://www.arduino.cc/en/Main/Software Arduino IDE] | ||
* Install [http://esp8266.github.io/Arduino/versions/2.0.0/doc/installing.html ESP 8266 extensions] | * Install [http://esp8266.github.io/Arduino/versions/2.0.0/doc/installing.html ESP 8266 extensions] | ||
* Choose | * Choose generic ESP8266 Board under Tools->Board | ||
* Settings for ESP8266: [[File:Umbrella_address.png|300px|right]] | * Settings for ESP8266: [[File:Umbrella_address.png|300px|right]] | ||
** GENERIC ESP8266 Module | ** GENERIC ESP8266 Module | ||
Zeile 93: | Zeile 93: | ||
** Upload Speed: 115200 or more | ** Upload Speed: 115200 or more | ||
* U need a USB-to-UART-board (set to 3.3V) | |||
* Connect GND to GND; RX to TX(!) and TX to RX(!); DO NOT CONNECT 3.3V! | |||
* Set JUMPER on board to boot into flash mode. (Important! Has to be set before power is connected, so board gets into flashing mode.) | |||
* Supply power via VCC & GND (12V should be adequate) | |||
The code to flash can be found in the [https://github.com/overflo23/H801_ARTnet github repo]. | |||
If you want to flash exactly this code (and what else would you flash in the main room), you will need these libraries: | |||
* [https://github.com/rstephan/ArtnetWifi ArtnetWifi] (Has to be installed via git clone to ~/Arduino/libraries) | |||
* [https://github.com/tzapu/WiFiManager WifiManager] | |||
* [https://arduinojson.org/ ArduinoJson] (Version 5.13.3) | |||
==Who== | ==Who== |