2016-08-03 22:18:51 +03:00
.. Copyright 2014-present PlatformIO <contact@platformio.org>
2015-11-18 17:33:46 +02:00
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
2016-09-03 19:35:40 +03:00
.. _platform_espressif8266:
2015-04-11 19:49:18 +03:00
2016-09-03 19:35:40 +03:00
Platform `` espressif8266 ``
==========================
2015-04-11 19:49:18 +03:00
Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.
For more detailed information please visit `vendor site <https://espressif.com/> `_ .
.. contents ::
Packages
--------
.. list-table ::
:header-rows: 1
* - Name
- Contents
2016-09-03 19:35:40 +03:00
* - `` framework-arduinoespressif8266 ``
2016-09-03 16:26:52 +03:00
- `Arduino Wiring-based Framework (ESP8266 Core) <https://github.com/esp8266/Arduino> `_
2015-04-11 19:49:18 +03:00
2016-04-28 16:27:53 +03:00
* - `` framework-simba ``
- `Simba Framework <https://github.com/eerimoq/simba> `_
2016-09-03 16:26:52 +03:00
* - `` sdk-esp8266 ``
- `ESP8266 SDK <http://bbs.espressif.com> `_
2015-04-11 19:49:18 +03:00
* - `` tool-esptool ``
- `esptool-ck <https://github.com/igrr/esptool-ck> `_
2015-12-28 01:15:06 +02:00
* - `` tool-mkspiffs ``
- `Tool to build and unpack SPIFFS images <https://github.com/igrr/mkspiffs> `_
2016-09-03 16:26:52 +03:00
* - `` tool-scons ``
- `SCons software construction tool <http://www.scons.org> `_
2015-04-11 19:49:18 +03:00
2016-09-03 16:26:52 +03:00
* - `` toolchain-xtensa ``
- `xtensa-gcc <https://github.com/jcmvbkbc/gcc-xtensa> `_ , `GDB <http://www.gnu.org/software/gdb/> `_
2015-04-11 19:49:18 +03:00
.. warning ::
**Linux Users:** Don't forget to install "udev" rules file
`99-platformio-udev.rules <https://github.com/platformio/platformio/blob/develop/scripts/99-platformio-udev.rules> `_ (an instruction is located in the file).
2016-03-16 22:17:14 +02:00
**Windows Users:** Please check that you have correctly installed USB
driver from board manufacturer
2015-07-07 23:33:25 +03:00
2015-04-11 19:49:18 +03:00
Frameworks
----------
.. list-table ::
:header-rows: 1
* - Name
- Description
* - :ref: `framework_arduino`
2016-03-04 19:49:30 +02:00
- Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences.
2015-04-11 19:49:18 +03:00
2016-04-28 16:27:53 +03:00
* - :ref: `framework_simba`
- Simba is an RTOS and build framework. It aims to make embedded programming easy and portable.
2015-04-11 19:49:18 +03:00
Boards
------
.. note ::
* You can list pre-configured boards by :ref: `cmd_boards` command or
2016-03-12 21:32:13 +02:00
`PlatformIO Boards Explorer <http://platformio.org/boards> `_
2015-04-11 19:49:18 +03:00
* For more detailed `` board `` information please scroll tables below by
horizontal.
2015-12-18 21:01:56 +02:00
Adafruit
~~~~~~~~
2015-04-11 19:49:18 +03:00
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
2015-12-18 21:01:56 +02:00
* - `` huzzah ``
- `Adafruit HUZZAH ESP8266 <https://www.adafruit.com/products/2471> `_
2015-12-17 20:16:17 +02:00
- ESP8266
- 80 MHz
2015-12-21 20:39:45 +02:00
- 4096 Kb
2015-12-17 20:16:17 +02:00
- 80 Kb
2016-02-11 00:16:43 +02:00
Doit
~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
* - `` espduino ``
- `ESPDuino (ESP-13 Module) <https://www.tindie.com/products/doit/espduinowifi-uno-r3/> `_
- ESP8266
- 80 MHz
- 4096 Kb
- 80 Kb
2016-03-22 19:14:32 +02:00
ESPert
~~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
* - `` espresso_lite_v1 ``
- `ESPresso Lite 1.0 <http://www.espert.co> `_
- ESP8266
- 80 MHz
- 4096 Kb
- 80 Kb
* - `` espresso_lite_v2 ``
- `ESPresso Lite 2.0 <http://www.espert.co> `_
- ESP8266
- 80 MHz
- 4096 Kb
- 80 Kb
2015-12-18 21:01:56 +02:00
ESPino
~~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
* - `` espino ``
- `ESPino <http://www.espino.io> `_
2015-12-17 20:16:17 +02:00
- ESP8266
- 80 MHz
2015-12-21 20:39:45 +02:00
- 4096 Kb
2015-12-17 20:16:17 +02:00
- 80 Kb
2015-12-18 21:01:56 +02:00
Espressif
~~~~~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
2015-04-11 19:49:18 +03:00
* - `` esp01 ``
2015-12-21 20:39:45 +02:00
- `Espressif Generic ESP8266 ESP-01 512k <http://www.esp8266.com/wiki/doku.php?id=esp8266-module-family> `_
2015-04-11 19:49:18 +03:00
- ESP8266
2015-12-11 15:31:36 +02:00
- 80 MHz
2015-04-11 19:49:18 +03:00
- 512 Kb
2015-12-17 20:16:17 +02:00
- 80 Kb
2015-11-18 17:33:46 +02:00
2015-12-21 20:39:45 +02:00
* - `` esp01_1m ``
- `Espressif Generic ESP8266 ESP-01 1M <http://www.esp8266.com/wiki/doku.php?id=esp8266-module-family> `_
2015-11-18 17:33:46 +02:00
- ESP8266
- 80 MHz
2015-12-17 20:16:17 +02:00
- 1024 Kb
- 80 Kb
2016-03-04 19:49:30 +02:00
* - `` esp07 ``
- `Espressif Generic ESP8266 ESP-07 <http://www.esp8266.com/wiki/doku.php?id=esp8266-module-family#esp-07> `_
- ESP8266
- 80 MHz
- 4096 Kb
- 80 Kb
2015-12-21 20:39:45 +02:00
* - `` esp12e ``
- `Espressif ESP8266 ESP-12E <http://www.esp8266.com/wiki/doku.php?id=esp8266-module-family> `_
- ESP8266
- 80 MHz
- 4096 Kb
- 80 Kb
2016-07-05 00:11:48 +03:00
* - `` esp8285 ``
- `Generic ESP8285 Module <http://www.esp8266.com/wiki/doku.php?id=esp8266-module-family> `_
- ESP8266
- 80 MHz
- 448 Kb
- 80 Kb
2016-02-11 00:16:43 +02:00
* - `` esp_wroom_02 ``
- `ESP-WROOM-02 <http://www.esp8266.com/wiki/doku.php?id=esp8266-module-family> `_
- ESP8266
- 80 MHz
- 4096 Kb
- 50 Kb
2016-07-05 00:11:48 +03:00
* - `` phoenix_v1 ``
- `Phoenix 1.0 <http://www.esp8266.com/wiki/doku.php?id=esp8266-module-family> `_
- ESP8266
- 80 MHz
- 1024 Kb
- 80 Kb
* - `` phoenix_v2 ``
- `Phoenix 2.0 <http://www.esp8266.com/wiki/doku.php?id=esp8266-module-family> `_
- ESP8266
- 80 MHz
- 1024 Kb
- 80 Kb
* - `` wifinfo ``
- `WifInfo <http://www.esp8266.com/wiki/doku.php?id=esp8266-module-family> `_
- ESP8266
- 80 MHz
- 448 Kb
- 80 Kb
2015-12-18 21:01:56 +02:00
NodeMCU
~~~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
* - `` nodemcu ``
2016-02-11 00:16:43 +02:00
- `NodeMCU 0.9 (ESP-12 Module) <http://www.nodemcu.com/> `_
- ESP8266
- 80 MHz
- 4096 Kb
- 80 Kb
* - `` nodemcuv2 ``
- `NodeMCU 1.0 (ESP-12E Module) <http://www.nodemcu.com/> `_
2015-12-17 20:16:17 +02:00
- ESP8266
- 80 MHz
2015-12-21 20:39:45 +02:00
- 4096 Kb
2015-12-17 20:16:17 +02:00
- 80 Kb
2015-12-18 21:01:56 +02:00
Olimex
~~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
* - `` modwifi ``
- `Olimex MOD-WIFI-ESP8266(-DEV) <https://www.olimex.com/Products/IoT/MOD-WIFI-ESP8266-DEV/open-source-hardware> `_
2015-12-17 20:16:17 +02:00
- ESP8266
- 80 MHz
2015-12-21 20:39:45 +02:00
- 2048 Kb
2015-12-17 20:16:17 +02:00
- 80 Kb
2015-12-18 21:01:56 +02:00
SparkFun
~~~~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
* - `` thing ``
- `SparkFun ESP8266 Thing <https://www.sparkfun.com/products/13231> `_
2015-12-17 20:16:17 +02:00
- ESP8266
- 80 MHz
2015-12-18 21:01:56 +02:00
- 512 Kb
2015-12-17 20:16:17 +02:00
- 80 Kb
2016-02-11 00:16:43 +02:00
* - `` thingdev ``
- `SparkFun ESP8266 Thing Dev <https://www.sparkfun.com/products/13231> `_
- ESP8266
- 80 MHz
- 512 Kb
- 80 Kb
2015-12-18 21:01:56 +02:00
SweetPea
~~~~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
* - `` esp210 ``
- `SweetPea ESP-210 <http://wiki.sweetpeas.se/index.php?title=ESP-210> `_
2015-12-17 20:16:17 +02:00
- ESP8266
- 80 MHz
2015-12-21 20:39:45 +02:00
- 4096 Kb
2015-12-17 20:16:17 +02:00
- 80 Kb
2016-02-11 00:16:43 +02:00
ThaiEasyElec
~~~~~~~~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
* - `` espinotee ``
- `ThaiEasyElec ESPino <http://www.thaieasyelec.com/products/wireless-modules/wifi-modules/espino-wifi-development-board-detail.html> `_
- ESP8266
- 80 MHz
- 4096 Kb
- 80 Kb
2015-12-18 21:01:56 +02:00
WeMos
~~~~~
.. list-table ::
:header-rows: 1
* - Type `` board ``
- Name
- Microcontroller
- Frequency
- Flash
- RAM
* - `` d1 ``
2016-02-11 00:16:43 +02:00
- `WeMos D1(Retired) <http://www.wemos.cc/wiki/doku.php?id=en:d1> `_
2015-12-17 20:16:17 +02:00
- ESP8266
- 80 MHz
2015-12-21 20:39:45 +02:00
- 4096 Kb
2015-12-17 20:16:17 +02:00
- 80 Kb
2015-12-18 21:01:56 +02:00
* - `` d1_mini ``
2016-02-11 00:16:43 +02:00
- `WeMos D1 R2 & mini <http://www.wemos.cc/wiki/doku.php?id=en:d1_mini> `_
2015-12-17 20:16:17 +02:00
- ESP8266
- 80 MHz
2015-12-21 20:39:45 +02:00
- 4096 Kb
2015-12-17 20:16:17 +02:00
- 80 Kb
2015-12-18 18:06:20 +02:00
2016-09-03 19:35:40 +03:00
.. include :: espressif8266_extra.rst