This repository provides the Windows drivers and setup instructions for the Wemos D1 board, including how to configure the Arduino IDE.
- Download the driver from the drivers/windows folder.
- Extract the ZIP file and run the installer (
CH341SER.exe
). - Follow the on-screen instructions to complete the installation.
- Open the Arduino IDE.
- Go to File > Preferences.
- In the "Additional Boards Manager URLs" field, add the following URL:
https://arduino.esp8266.com/stable/package_esp8266com_index.json
- Click OK to save.
- Go to Tools > Board > Boards Manager.
- Search for "esp8266" and install the package.
- Go to Tools > Board > ESP8266 Boards.
- Select Wemos D1 R1 or Wemos D1 R2, depending on your board.
- Configure the correct COM port under Tools > Port.
- Connect the Wemos D1 to your PC via USB.
- Open File > Examples > Basic > Blink.
- Upload the sketch and verify the LED blinks.