Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| setup_arduino_ide_for_esp8266 [10.03.2018 04:40] – created Pascal Suter | setup_arduino_ide_for_esp8266 [10.03.2018 05:16] (current) – Pascal Suter | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| - start your arduino IDE and go to '' | - start your arduino IDE and go to '' | ||
| - select OK and go to '' | - select OK and go to '' | ||
| + | - for generic ESP boards verify your settings under Tools are like these: < | ||
| + | Board: " | ||
| + | Flash Mode: " | ||
| + | Flash Size: "1M (no SPIFFS)" | ||
| + | Debug Port: " | ||
| + | Debug Level: " | ||
| + | LwIP Variant: "v1.4 Prebuilt" | ||
| + | Reset Method: " | ||
| + | Crystal Frequency: "26 MHz" | ||
| + | Flash Frequency: " | ||
| + | Upload Using: " | ||
| + | CPU Frequency: "80 MHz" | ||
| + | Upload Speed: " | ||
| + | Port: Your COM port connected to sonoff | ||
| + | </ | ||
| + | - for the Wimos D1 mini boards I used these settings (despite mine was called D1 mini and there is also a board setting for the mini, but it didn't upload the sketch when it got bigger than a very small size): < | ||
| + | Board: "Wemos D1 R2" | ||
| + | Flash Size: "4M (1M SPIFFS)" | ||
| + | </ | ||