diff --git a/README.md b/README.md index ee58690..49c340e 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/images/sd-card-reader.png b/images/sd-card-reader.png new file mode 100644 index 0000000..32e541e Binary files /dev/null and b/images/sd-card-reader.png differ diff --git a/src/main.cpp b/src/main.cpp index 96011cd..26449ff 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -59,7 +59,7 @@ bool asyncStop = false; bool asyncStart = false; -std::map rfid_map{{"67 152 204 14", "bob_dylan-Forrest_Gump_Soundtrack,_Disc_1.mp3"}, +std::map rfid_map{{"67 152 204 14", "01-The_Box_Tops-The_Letter.mp3"}, {"67 175 148 160","068-Der_Schatz_im_Bergsee"}}; void activateSD()