|
1 | 1 | Arduino-compatible IDE with ESP8266 support
|
2 | 2 | ===========================================
|
3 | 3 |
|
| 4 | + |
| 5 | + |
4 | 6 | 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 | |
9 |
| -| --- | ------------ | -------------- | --------------- | |
10 |
| -| 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 x64. |
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). |
14 | 16 |
|
15 |
| -### Building from source ### |
| 17 | +### Building latest version from source ### |
16 | 18 | ```
|
17 | 19 | $ git clone https://github.com/esp8266/Arduino.git
|
18 | 20 | $ cd Arduino/build
|
19 | 21 | $ ant dist
|
20 | 22 | ```
|
21 | 23 |
|
22 | 24 | ### Supported boards ###
|
23 |
| -- [Wifio](http://wifio.cc) |
24 | 25 | - Generic esp8266 modules (without auto-reset support)
|
| 26 | +- NodeMCU |
| 27 | +- Olimex MOD-WIFI-ESP8266 |
25 | 28 |
|
26 | 29 | ### Things that work ###
|
27 | 30 |
|
|
0 commit comments