Go to file
Stefan Ostermann 1258a23dc4 Card Reader WIP 2023-06-18 23:58:30 +02:00
.vscode First experiments 2023-05-28 00:32:39 +02:00
src Card Reader WIP 2023-06-18 23:58:30 +02:00
test First experiments 2023-05-28 00:32:39 +02:00
.gitignore First experiments 2023-05-28 00:32:39 +02:00
README.md Card Reader WIP 2023-06-18 23:58:30 +02:00
platformio.ini Card Reader WIP 2023-06-18 23:58:30 +02:00

README.md

HannaBox

Microcontroller

D1 Mini ESP32 Due to mp3 playback it needs a multicore esp 32:

This library only works on multi-core ESP32 chips like the ESP32-S3. It does not work on the ESP32-S2 or the ESP32-C3 warning

Pins

Amplifier:
25 -> DIN
D8 -> BCLK
D4 -> LRC
5V -> Vin
GND -> GND

DAC Channel ESP32 = PIN 25

SD Card:
CS -> D1
MOSI -> D7
CLK -> D5
MISO -> D6

TODOs

  • Card Reader with SPI. Configure hspi, second SPI channel? Or does SD Card + RFID run at the same channel?

https://github.com/earlephilhower/ESP8266Audio

Running two SPI devices at once