From LedHed's Wiki
(Created page with "https://wiki.wemos.cc/products:d1:d1_mini_lite Category:Tasmota") |
|||
Line 1: | Line 1: | ||
https://wiki.wemos.cc/products:d1:d1_mini_lite | https://wiki.wemos.cc/products:d1:d1_mini_lite | ||
+ | |||
+ | == Specs == | ||
+ | Chipset: ESP-8285<br> | ||
+ | CPU: 80MHz<br> | ||
+ | Flash: 1M<br> | ||
+ | USB/Serial: CH340<br> | ||
+ | Voltage: 3.3v<br> | ||
+ | |||
+ | |||
+ | == Arduino IDE Setup == | ||
+ | # Download and install the Arduino IDE | ||
+ | # Tools->Board->Board Manager | ||
+ | # Install ESP8266 | ||
+ | # Download Tasmota | ||
+ | # Copy the contents of the lib\ directory to %PROGRAMFILES(X86)%\libraries\ | ||
+ | # Copy the arduino\version 2.4.2\platform.txt %USERPROFILE%\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.4.2\ | ||
+ | # Launch the Arduino IDE | ||
+ | # Tools->Board->'LOLIN(WEMOS) D1 mini Lite' | ||
+ | # Open sonoff\sonoff.ino | ||
+ | # Go to the user_config.h | ||
+ | # Change WIFI_CONFIG_NO_SSID from WIFI_WPSCONFIG to WIFI_MANAGER (This step is optional, but causes the WEMOS to go into AP mode so you can connect to it with your phone and configure your WiFi settings) | ||
+ | # Save your changes [CTRL+S] of File->Save | ||
+ | # Upload the sketch [CTRL+U] or Sketch->Upload | ||
[[Category:Tasmota]] | [[Category:Tasmota]] |
Revision as of 01:56, 23 October 2018
https://wiki.wemos.cc/products:d1:d1_mini_lite
Specs
Chipset: ESP-8285
CPU: 80MHz
Flash: 1M
USB/Serial: CH340
Voltage: 3.3v
Arduino IDE Setup
- Download and install the Arduino IDE
- Tools->Board->Board Manager
- Install ESP8266
- Download Tasmota
- Copy the contents of the lib\ directory to %PROGRAMFILES(X86)%\libraries\
- Copy the arduino\version 2.4.2\platform.txt %USERPROFILE%\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.4.2\
- Launch the Arduino IDE
- Tools->Board->'LOLIN(WEMOS) D1 mini Lite'
- Open sonoff\sonoff.ino
- Go to the user_config.h
- Change WIFI_CONFIG_NO_SSID from WIFI_WPSCONFIG to WIFI_MANAGER (This step is optional, but causes the WEMOS to go into AP mode so you can connect to it with your phone and configure your WiFi settings)
- Save your changes [CTRL+S] of File->Save
- Upload the sketch [CTRL+U] or Sketch->Upload