Home
Softono

Platform Espressif8266

Open source Apache-2.0 Python
355
Stars
221
Forks
94
Issues
16
Watchers
11 months
Last Commit

 About Platform Espressif8266

Espressif 8266: development platform for PlatformIO

Platforms

Web Self-hosted

Languages

Python

Need Help Installing Platform Espressif8266?

We provide expert installation service for this software. Our team will install, configure, and secure Platform Espressif8266 on your server. plans start at just $30.

Platform Espressif8266

View on GitHub

Espressif 8266: development platform for PlatformIO

Build Status

ESP8266 is a cost-effective and highly integrated Wi-Fi MCU with built-in TCP/IP networking software for IoT applications. ESP8266 integrates an enhanced version of Tensilica’s L106 Diamond series 32-bit processor and on-chip SRAM.

  • Home (home page in the PlatformIO Registry)
  • Documentation (advanced usage, packages, boards, frameworks, etc.)

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = espressif8266
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-espressif8266.git
board = ...
...

Configuration

Please navigate to documentation.