-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Esp32 s3 support #6341
Esp32 s3 support #6341
Conversation
Just so we can compile and test! Some things might/will not work. SPI and UART baud detect need to be looked at.
When passing the PR to this branch, it seems that the change to this line was forgotten.
Basic version of Arduino's I2S library. We currently support only 16bps + 16000 Hz sampling frequency. Other bitrates and sample rates will print warning and continue to operate, however the resulting audio quality may be poor. There will be further effort to fix these issues.
took me a while
It's |
* [Docs] Added/Updated Lib builder docs * [Docs] Fixes according to the PR review * [Docs] Fixes according to the PR review
ESP32-S3 SDMMC support
Rainmaker - CmakeList.txt + src files edit
Requires manual reboot back into the new firmware after flashing has finished
Includes support for SDMMC, LCD, LEDs, Buttons, Power and USB Switch
* feather esp32-s3 hardware definition and bootloader * fix bootloader addr (!?) * fix esp32s2 bootloader to latest version with right url and favvvvvicon * add qt py, simplify menus by removing flash size (fixed 8mb), psram (disabled) and upload (usb mode only) * add qtpy variant * remove flash interface type (upload dio, boot qio) * finish qtpy s3 definition
Have you really tested your code? I tested almost all examples, they could not pass compiling process. I tried Arduino IDE 1.8 and 2.0 separately with latest arduino ESP32 core 2.07 and 2.04. |
I don't see how this code can possibly work with the ESP32-S3. You need to specify I2S pins for the S3 since there are no defaults. You can use almost any pin you want for I2S on an ESP32-S3. |
No description provided.