-
-
Notifications
You must be signed in to change notification settings - Fork 248
Supported Architectures
Phil Schatzmann edited this page Mar 7, 2022
·
21 revisions
Unfortunately Arduino does not provide an I2S functionality which is standardized across the different processors. There is only an official documentation for SAMD21 processors. The full functionality of the library is currently only available on the ESP32:
Processor | I2S-in | I2S-out | ADC | DAC | A2DP | URLStream | PWM | Other |
---|---|---|---|---|---|---|---|---|
ESP32 | + | + | + | + | + | + | * | + |
ESP32-S2 | * | * | + | * | + | |||
ESP32-C2 | * | * | + | * | + | |||
ESP8266 | * | * | * | * | * | + | ||
SAMD21 | * | * | + | |||||
Raspberry Pico | + | + | + | |||||
Nano BLE(MBED) | * | * | * | + |
Legend:
- supported +
- supported but not tested *