You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2024. It is now read-only.
Phil Schatzmann edited this page May 5, 2022
·
23 revisions
It seems that most people are not familiar with their boards.
I2C
I2C channel 0 is usually used to communicate with the audio chip. So if you want to use I2C in your Arduino project you can't use Wire (on channel 0) and have to use Wire1 instead!
SPI
SPI (using VSPI) is used to communicate with the SD Drive. So one way to deal with this is to deactivate the SD in the AudioKitSettings.h. An other possibility is to use another HSPI: see https://www.esp32.com/viewtopic.php?t=20755