2019-09-24 23:23:42 +03:00
# Arduino core for the ESP32
2021-07-19 11:37:26 +01:00
[](https://travis-ci.org/espressif/arduino-esp32)  [](https://docs.espressif.com/projects/arduino-esp32/en/latest/?badge=latest)
2017-01-28 14:15:42 +02:00
2017-08-17 18:44:01 +05:30
### Need help or have a question? Join the chat at [](https://gitter.im/espressif/arduino-esp32?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2016-12-13 04:12:44 -06:00
2017-08-17 18:44:01 +05:30
## Contents
2021-07-19 11:37:26 +01:00
2021-04-21 17:55:58 +02:00
- [ESP32-S2 and ESP32-C3 Support ](#esp32-s2-and-esp32-c3-support )
2019-09-24 23:32:13 +03:00
- [Development Status ](#development-status )
2017-08-17 18:44:01 +05:30
- [Decoding Exceptions ](#decoding-exceptions )
- [Issue/Bug report template ](#issuebug-report-template )
2016-12-10 18:28:24 +02:00
2021-04-21 17:55:58 +02:00
### ESP32-S2 and ESP32-C3 Support
2021-07-19 11:37:26 +01:00
If you want to test ESP32-S2 and/or ESP32-C3 through the board manager, please use the development release link:
```
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json
```
Now you can install the latest 2.0.0 version from the boards manager.
2021-04-17 15:48:13 +03:00
2019-09-24 23:32:13 +03:00
### Development Status
2020-10-14 16:56:41 +05:30
Latest Stable Release [](https://github.com/espressif/arduino-esp32/releases/latest/) [](https://github.com/espressif/arduino-esp32/releases/latest/) [](https://github.com/espressif/arduino-esp32/releases/latest/)
2020-11-06 17:21:12 +02:00
Latest Development Release [](https://github.com/espressif/arduino-esp32/releases/latest/) [](https://github.com/espressif/arduino-esp32/releases/latest/) [](https://github.com/espressif/arduino-esp32/releases/latest/)
2020-10-14 16:56:41 +05:30
2021-07-19 11:37:26 +01:00
### Documentation
2019-09-24 23:32:13 +03:00
2021-07-19 11:37:26 +01:00
You can use [Arduino-ESP32 Online Documentation ](https://docs.espressif.com/projects/arduino-esp32/en/docs-initial_version/index.html ) to get all information about this project.
* [Getting Started ](https://docs.espressif.com/projects/arduino-esp32/en/docs-initial_version/getting_started.html )
* [Installing (Windows, Linux and macOS) ](https://docs.espressif.com/projects/arduino-esp32/en/docs-initial_version/installing.html )
* [Libraries ](https://docs.espressif.com/projects/arduino-esp32/en/docs-initial_version/libraries.html )
* [ESP-IDF as Component ](https://docs.espressif.com/projects/arduino-esp32/en/docs-initial_version/esp-idf_component.html )
* [FAQ ](https://docs.espressif.com/projects/arduino-esp32/en/docs-initial_version/faq.html )
* [Troubleshooting ](https://docs.espressif.com/projects/arduino-esp32/en/docs-initial_version/troubleshooting.html )
2017-06-02 18:21:54 +02:00
2019-09-24 23:32:13 +03:00
### Decoding exceptions
2017-01-05 17:59:20 +02:00
You can use [EspExceptionDecoder ](https://github.com/me-no-dev/EspExceptionDecoder ) to get meaningful call trace.
2019-09-24 23:32:13 +03:00
### Issue/Bug report template
2017-08-17 18:44:01 +05:30
Before reporting an issue, make sure you've searched for similar one that was already created. Also make sure to go through all the issues labelled as [for reference ](https://github.com/espressif/arduino-esp32/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3A%22for%20reference%22%20 ).
2017-01-28 17:11:17 +01:00
2021-07-19 11:37:26 +01:00
Finally, if you are sure no one else had the issue, follow the [issue template ](docs/ISSUE_TEMPLATE.md ) while reporting any issue.
2021-04-05 07:54:40 -06:00
2021-07-19 11:37:26 +01:00
### Contributing
2021-05-18 11:33:57 +01:00
2021-07-19 11:37:26 +01:00
We welcome contributions to the Arduino ESP32 project!
2017-02-05 14:48:13 +02:00
2021-07-19 11:37:26 +01:00
See [contributing ](https://docs.espressif.com/projects/arduino-esp32/en/docs-initial_version/contributing.html ) in the documentation for more information on how to contribute to the project.