@@ -9,53 +9,53 @@ Supported Peripherals
99
1010Currently, the Arduino ESP32 supports the following peripherals with Arduino APIs.
1111
12- +---------------+---------------+---------------+---------------+-------------------------------+
13- | Peripheral | ESP32 | ESP32-S2 | ESP32-C3 | Comments |
14- +===============+===============+===============+===============+===============================+
15- | ADC | Yes | Yes | Yes | |
16- +---------------+---------------+---------------+---------------+-------------------------------+
17- | Bluetooth | Yes | Not Supported | Not Supported | Bluetooth Classic |
18- +---------------+---------------+---------------+---------------+-------------------------------+
19- | BLE | Yes | Not Supported | Yes | |
20- +---------------+---------------+---------------+---------------+-------------------------------+
21- | DAC | Yes | Yes | Not Supported | |
22- +---------------+---------------+---------------+---------------+-------------------------------+
23- | Ethernet | Yes | Not Supported | Not Supported | (*) |
24- +---------------+---------------+---------------+---------------+-------------------------------+
25- | GPIO | Yes | Yes | Yes | |
26- +---------------+---------------+---------------+---------------+-------------------------------+
27- | Hall Sensor | Yes | Not Supported | Not Supported | |
28- +---------------+---------------+---------------+---------------+-------------------------------+
29- | I2C | Yes | Yes | Yes | |
30- +---------------+---------------+---------------+---------------+-------------------------------+
31- | I2S | Yes | No | No | WIP |
32- +---------------+---------------+---------------+---------------+-------------------------------+
33- | LEDC | Yes | Yes | Yes | |
34- +---------------+---------------+---------------+---------------+-------------------------------+
35- | Motor PWM | No | Not Supported | Not Supported | |
36- +---------------+---------------+---------------+---------------+-------------------------------+
37- | Pulse Counter | No | No | No | |
38- +---------------+---------------+---------------+---------------+-------------------------------+
39- | RMT | Yes | Yes | Yes | |
40- +---------------+---------------+---------------+---------------+-------------------------------+
41- | SDIO | No | No | No | |
42- +---------------+---------------+---------------+---------------+-------------------------------+
43- | SPI | Yes | Yes | Yes | |
44- +---------------+---------------+---------------+---------------+-------------------------------+
45- | Timer | Yes | Yes | Yes | |
46- +---------------+---------------+---------------+---------------+-------------------------------+
47- | Temp. Sensor | Not Supported | Yes | Yes | |
48- +---------------+---------------+---------------+---------------+-------------------------------+
49- | Touch | Yes | Yes | Not Supported | |
50- +---------------+---------------+---------------+---------------+-------------------------------+
51- | TWAI | No | No | No | |
52- +---------------+---------------+---------------+---------------+-------------------------------+
53- | UART | Yes | Yes | Yes | |
54- +---------------+---------------+---------------+---------------+-------------------------------+
55- | USB | Not Supported | Yes | Yes | ESP32-C3 only CDC/JTAG |
56- +---------------+---------------+---------------+---------------+-------------------------------+
57- | Wi-Fi | Yes | Yes | Yes | |
58- +---------------+---------------+---------------+---------------+-------------------------------+
12+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
13+ | Peripheral | ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 | | Comments |
14+ +===============+===============+===============+===============+===============+=====+======== ================+
15+ | ADC | Yes | Yes | Yes | Yes | | |
16+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
17+ | Bluetooth | Yes | Not Supported | Not Supported | Not Supported | | Bluetooth Classic |
18+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
19+ | BLE | Yes | Not Supported | Yes | Yes | | |
20+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
21+ | DAC | Yes | Yes | Not Supported | Not Supported | | |
22+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
23+ | Ethernet | Yes | Not Supported | Not Supported | Not Supported | | (*) |
24+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
25+ | GPIO | Yes | Yes | Yes | Yes | | |
26+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
27+ | Hall Sensor | Yes | Not Supported | Not Supported | Not Supported | | |
28+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
29+ | I2C | Yes | Yes | Yes | Yes | | |
30+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
31+ | I2S | Yes | Yes | Yes | Yes | | |
32+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
33+ | LEDC | Yes | Yes | Yes | Yes | | |
34+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
35+ | Motor PWM | No | Not Supported | Not Supported | Not Supported | | |
36+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
37+ | Pulse Counter | No | No | No | No | | |
38+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
39+ | RMT | Yes | Yes | Yes | Yes | | |
40+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
41+ | SDIO | No | No | No | No | | |
42+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
43+ | SDMMC | Yes | Not Supported | Not Supported | Yes | | |
44+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
45+ | Timer | Yes | Yes | Yes | Yes | | |
46+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
47+ | Temp. Sensor | Not Supported | Yes | Yes | Yes | | |
48+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
49+ | Touch | Yes | Yes | Not Supported | Yes | | |
50+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
51+ | TWAI | No | No | No | No | | |
52+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
53+ | UART | Yes | Yes | Yes | Yes | | |
54+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
55+ | USB | Not Supported | Yes | Yes | Yes | | ESP32-C3 only CDC/JTAG |
56+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
57+ | Wi-Fi | Yes | Yes | Yes | Yes | | |
58+ +---------------+---------------+---------------+---------------+---------------+-----+-------- ----------------+
5959
6060Notes
6161^^^^^
0 commit comments