Skip to content

AI Thinker Audiokit V 2.2 with a 2974 A1S #299

Answered by pschatzmann
gerthalberg asked this question in Q&A
Discussion options

You must be logged in to vote

The SD pins are the same across all boards.
Here is a SDMMC example that is working for me w/o changing any code
https://github.com/pschatzmann/arduino-audio-tools/tree/main/examples/examples-audiokit/player-sdmmc-audiokit

ps. you can't define AUDIOKIT_SETUP_SD in your sketch, but you would need to change this in the AudioConfig.h. Therefore I prefer to use the logic that you find in the example:
The cfg.sd_active = false is deactivating the spi sd setup. This is however not absolutely necessary because it would work even w/o this.

For SDMMC make sure that the pins are set to on, on, on, on, on

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants