https://github.com/platformio/platform-espressif8266
Espressif 8266: development platform for PlatformIO
https://github.com/platformio/platform-espressif8266
arduino embedded esp8266 firmware iot platformio platformio-platform
Last synced: about 1 month ago
JSON representation
Espressif 8266: development platform for PlatformIO
- Host: GitHub
- URL: https://github.com/platformio/platform-espressif8266
- Owner: platformio
- License: apache-2.0
- Created: 2016-05-27T13:26:08.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-15T14:33:08.000Z (about 1 year ago)
- Last Synced: 2025-03-28T13:08:53.675Z (about 2 months ago)
- Topics: arduino, embedded, esp8266, firmware, iot, platformio, platformio-platform
- Language: Python
- Homepage: https://registry.platformio.org/platforms/platformio/espressif8266
- Size: 291 KB
- Stars: 339
- Watchers: 20
- Forks: 223
- Open Issues: 89
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Espressif 8266: development platform for [PlatformIO](https://platformio.org)
[](https://github.com/platformio/platform-espressif8266/actions)
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](https://registry.platformio.org/platforms/platformio/espressif8266) (home page in the PlatformIO Registry)
* [Documentation](https://docs.platformio.org/page/platforms/espressif8266.html) (advanced usage, packages, boards, frameworks, etc.)# Usage
1. [Install PlatformIO](https://platformio.org)
2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:## Stable version
```ini
[env:stable]
platform = espressif8266
board = ...
...
```## Development version
```ini
[env:development]
platform = https://github.com/platformio/platform-espressif8266.git
board = ...
...
```# Configuration
Please navigate to [documentation](https://docs.platformio.org/page/platforms/espressif8266.html).