hardware ready

This commit is contained in:
Stefan Ostermann 2023-07-23 22:19:08 +02:00
parent 9b462b7eaf
commit 0697ad90be
3 changed files with 11 additions and 1 deletions

View File

@ -30,6 +30,14 @@ MISO -> 19 (D6)
### RFID Reader
```
SOA -> 32
SCK -> 18
MOSI -> 23
MISO -> 19
IRQ -> NC
GND -> GND
RST -> 33
3.3V -> 3.3V
```
@ -89,6 +97,8 @@ See https://arduino.stackexchange.com/a/76285 and https://github.com/miguelbalbo
```
Start / Stop -> 17 and GND
Wake up / Next -> 04 and GND
Previous -> 16 and GND
```

BIN
images/sd-card-reader.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -59,7 +59,7 @@ bool asyncStop = false;
bool asyncStart = false;
std::map<String, String> rfid_map{{"67 152 204 14", "bob_dylan-Forrest_Gump_Soundtrack,_Disc_1.mp3"},
std::map<String, String> rfid_map{{"67 152 204 14", "01-The_Box_Tops-The_Letter.mp3"},
{"67 175 148 160","068-Der_Schatz_im_Bergsee"}};
void activateSD()