SD Card handling

This commit is contained in:
2024-09-10 22:35:06 +02:00
parent 2326cd7eab
commit dfea791a2f
2 changed files with 37 additions and 10 deletions

View File

@@ -2,6 +2,16 @@
The HannaBox is a Wifi enabled music player for toddlers and small children. It features an sd card reader, three buttons, a speaker up to 3 watts and an RFID reader. It is powered by a ESP32 microcontroller module.
## Preparation
The library https://github.com/schreibfaul1/ESP32-audioI2S is not available for Platformio in a working version. It is linked into the `lib` folder as a git submodule.
Init and pull the submodule before continuing:
```
git submodule update --init
```
## Microcontroller
We are using an ESP-WROOM-32 module. For the mp3 decoding we need a multicore CPU, be careful, there are some ESP32 with only one core.