Arduino Environment and Esp8266

From Tuxamito
Revision as of 09:23, 26 April 2016 by Daniel (talk | contribs) (Created page with "== Installation == Arduino IDE 1.6.x or newer is needed (I tried it on version 1.6.8). # Go to "File -> Preferences" and in the field "Additional Boards Manager URLs" introdu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Installation

Arduino IDE 1.6.x or newer is needed (I tried it on version 1.6.8).

  1. Go to "File -> Preferences" and in the field "Additional Boards Manager URLs" introduce http://arduino.esp8266.com/stable/package_esp8266com_index.json and click OK.
  2. Then go to "Tools -> Boards -> Boards Manager" and in the box "Type" select “Contributed”. Select the “esp8266 by ESP8266 Community” package and click the “Install” button.
  3. Now you can select the board for developing from "Tools -> Boards->ESP8266 Modules" and choose the board you want to program.