Go to file
Stefan Ostermann 18fbc91859 wip rfid 2023-06-25 00:17:11 +02:00
.vscode First experiments 2023-05-28 00:32:39 +02:00
src wip rfid 2023-06-25 00:17:11 +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 wip rfid 2023-06-24 14:16: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

26 -> DIN
27 -> BCLK
25 -> LRC
5V -> Vin
GND -> GND

SD Card

CS -> 22 (D1)
MOSI -> 23 (D7)
CLK -> 18 (D5)
MISO -> 19 (D6)

Buttons

Start / Stop -> 17 and GND

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