Getting started with the D1 Mini and the Arduino IDE

Before you can begin programming the D1 mini from within the Arduino IDE it must first be installed. Follow these easy steps to get started:

  1. Load the Arduino IDE
  2. Navigate to the preferences, File Preferences
  3. Under Additional Boards Manager URLs enter: http://arduino.esp8266.com/stable/package_esp8266com_index.json

    Preferences.png

  4. Navigate to Tools > Board > Boards Manager
  5. Search for esp8266 and click Install, then click close

    Boards Manager.png

  6. Under Tools > Board select the LOLIN(WEMOS) D1 R2 & mini
  7. Connect your D1 mini via USB and allow windows to automatically install the drivers
  8. Select the correct serial port under ToolsPort
  9. You should now be able to upload and test your sketches!