Skip to content

Arduino Code

Skickar edited this page Oct 2, 2021 · 3 revisions

To get started with Arduino IDE, download and install Arduino IDE.

Once you've done that, you'll need to click on the "Arduino" or "File" drop-down menu, then select "Preferences" from the menu that appears.

Next, click the dual-window icon next to the Additional Boards Manager URLs field, then paste the following URL: http://arduino.esp8266.com/stable/package_esp8266com_index.json

Once that's complete, click "OK" to save, then "OK" again to close the menu.

Open the Boards Manager. Go to Tools > Board > Boards Manager, then search for ESP8266 and press the install button for the “ESP8266 by ESP8266 Community“ package. When compiling, select the “D1 R2 & Mini” board.

Current Arduino Files for the Wi-Fi Nugget:

Clone this wiki locally