README.md 3.6 KB
Newer Older
M
me-no-dev 已提交
1 2
# Arduino core for the ESP32
[![Build Status](https://travis-ci.org/espressif/arduino-esp32.svg?branch=master)](https://travis-ci.org/espressif/arduino-esp32) ![](https://github.com/espressif/arduino-esp32/workflows/ESP32%20Arduino%20CI/badge.svg)
M
Me No Dev 已提交
3

4
### Need help or have a question? Join the chat at [![https://gitter.im/espressif/arduino-esp32](https://badges.gitter.im/espressif/arduino-esp32.svg)](https://gitter.im/espressif/arduino-esp32?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
T
The Gitter Badger 已提交
5

6
## Contents
7
- [ESP32-S2 and ESP32-C3 Support](#esp32-s2-and-esp32-c3-support)
M
me-no-dev 已提交
8
- [Development Status](#development-status)
9 10 11
- [Installation Instructions](#installation-instructions)
- [Decoding Exceptions](#decoding-exceptions)
- [Issue/Bug report template](#issuebug-report-template)
12
- [ESP32Dev Board PINMAP](#esp32dev-board-pinmap)
13

14 15
### ESP32-S2 and ESP32-C3 Support
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` and install the latest 2.0.0 version.
M
Me No Dev 已提交
16

M
me-no-dev 已提交
17 18
### Development Status

S
Saptarsi Saha 已提交
19 20
Latest Stable Release  [![Release Version](https://img.shields.io/github/release/espressif/arduino-esp32.svg?style=plastic)](https://github.com/espressif/arduino-esp32/releases/latest/) [![Release Date](https://img.shields.io/github/release-date/espressif/arduino-esp32.svg?style=plastic)](https://github.com/espressif/arduino-esp32/releases/latest/) [![Downloads](https://img.shields.io/github/downloads/espressif/arduino-esp32/latest/total.svg?style=plastic)](https://github.com/espressif/arduino-esp32/releases/latest/)

M
Me No Dev 已提交
21
Latest Development Release  [![Release Version](https://img.shields.io/github/release/espressif/arduino-esp32/all.svg?style=plastic)](https://github.com/espressif/arduino-esp32/releases/latest/) [![Release Date](https://img.shields.io/github/release-date-pre/espressif/arduino-esp32.svg?style=plastic)](https://github.com/espressif/arduino-esp32/releases/latest/) [![Downloads](https://img.shields.io/github/downloads-pre/espressif/arduino-esp32/latest/total.svg?style=plastic)](https://github.com/espressif/arduino-esp32/releases/latest/)
S
Saptarsi Saha 已提交
22

M
me-no-dev 已提交
23 24

### Installation Instructions
25 26 27
- Using Arduino IDE Boards Manager (preferred)
  + [Instructions for Boards Manager](docs/arduino-ide/boards_manager.md)
- Using Arduino IDE with the development repository
28 29 30 31
  + [Instructions for Windows](docs/arduino-ide/windows.md)
  + [Instructions for Mac](docs/arduino-ide/mac.md)
  + [Instructions for Debian/Ubuntu Linux](docs/arduino-ide/debian_ubuntu.md)
  + [Instructions for Fedora](docs/arduino-ide/fedora.md)
32
  + [Instructions for openSUSE](docs/arduino-ide/opensuse.md)
33 34 35
- [Using PlatformIO](docs/platformio.md)
- [Building with make](docs/make.md)
- [Using as ESP-IDF component](docs/esp-idf_component.md)
K
Karan Sharma 已提交
36
- [Using OTAWebUpdater](docs/OTAWebUpdate/OTAWebUpdate.md)
F
Fabian Affolter 已提交
37

M
me-no-dev 已提交
38
### Decoding exceptions
M
Me No Dev 已提交
39 40 41

You can use [EspExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder) to get meaningful call trace.

M
me-no-dev 已提交
42
### Issue/Bug report template
43
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).
44

T
TechieZee 已提交
45
Finally, if you are sure no one else had the issue, follow the [ISSUE_TEMPLATE](docs/ISSUE_TEMPLATE.md) while reporting any issue.
46

M
me-no-dev 已提交
47
### ESP32Dev Board PINMAP
48

49
![Pin Functions](docs/esp32_pinmap.png)
I
Ion 已提交
50

L
lbernstone 已提交
51 52
![ESP32S2_Pinmap](docs/esp32s2_pinmap.png)

T
TechieZee 已提交
53
### Tip
I
Ion 已提交
54 55

Sometimes to program ESP32 via serial you must keep GPIO0 LOW during the programming process