2022-05-27 17:27:53 +03:00
# Espressif 32: development platform for [PlatformIO](https://platformio.org)
2020-05-25 11:55:29 +03:00
2021-02-24 21:51:09 +02:00
[](https://github.com/platformio/platform-espressif32/actions)
2016-10-22 02:20:57 +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.
2022-03-31 14:23:26 +03:00
* [Home ](https://registry.platformio.org/platforms/platformio/espressif32 ) (home page in the PlatformIO Registry)
* [Documentation ](https://docs.platformio.org/page/platforms/espressif32.html ) (advanced usage, packages, boards, frameworks, etc.)
2016-10-22 02:20:57 +03:00
# Usage
2022-05-27 17:27:53 +03:00
1. [Install PlatformIO ](https://platformio.org )
2022-03-31 14:23:26 +03:00
2. Create PlatformIO project and configure a platform option in [platformio.ini ](https://docs.platformio.org/page/projectconf.html ) file:
2018-01-10 14:13:33 +02:00
## Stable version
``` ini
[env:stable]
platform = espressif32
board = ...
...
2016-10-22 02:20:57 +03:00
```
2018-01-10 14:13:33 +02:00
## Development version
``` ini
[env:development]
platform = https://github.com/platformio/platform-espressif32.git
board = ...
...
```
# Configuration
2022-03-31 14:23:26 +03:00
Please navigate to [documentation ](https://docs.platformio.org/page/platforms/espressif32.html ).