You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project brings support for ESP8266 chip to the Arduino environment. ESP8266WiFi library bundled with this project has the same interface as the WiFi Shield library, making it easy to re-use existing code and libraries.
5
7
6
-
### Downloads ###
8
+
### Installing with Boards Manager ###
7
9
8
-
| OS | Build status | Latest release | Alpha Version |
| Linux |[](https://travis-ci.org/igrr/Arduino)|[arduino-1.6.1-linux64.tar.xz](../../releases/download/1.6.1-esp8266-1/arduino-1.6.1-linux64.tar.xz)||
11
-
| Windows |[](https://ci.appveyor.com/project/igrr/Arduino)|[arduino-1.6.1-p1-windows.zip](https://github.com/igrr/Arduino/releases/download/1.6.1-esp8266-1/arduino-1.6.1-p1-windows.zip)|[appveyor 64Bit Build](https://ci.appveyor.com/project/igrr/Arduino/build/artifacts)|
12
-
| OS X ||[arduino-1.6.1-macosx-java-latest-signed.zip](../../releases/download/1.6.1-esp8266-1/arduino-1.6.1-macosx-java-latest-signed.zip)||
10
+
Starting with 1.6.4, Arduino allows installation of third-party platform packages using Boards Manager. We have packages available for Windows, Mac OS, and Linux (32 and 64 bit).
13
11
12
+
- Install Arduino 1.6.4 from the [Arduino website](http://www.arduino.cc/en/main/software).
13
+
- Start Arduino and open Perferences window.
14
+
- Enter ```http://arduino.esp8266.com/package_esp8266com_index.json``` into *Additional Board Manager URLs* field. You can add multiple URLs, separating them with commas.
15
+
- Open Boards Manager from Tools > Board menu and install *esp8266* platform (and don't forget to select your ESP8266 board from Tools > Board menu after installation).
0 commit comments