Go to file
Fabian Schlenz c99871bbe2 Another try in getting the recording stuff to work... 2019-11-13 20:13:52 +01:00
.vscode Internal changes. 2019-11-13 06:50:29 +01:00
include Another try in getting the recording stuff to work... 2019-11-13 20:13:52 +01:00
lib Fixed LIST command of FTP server. It now returns something akin to 'ls -la'. 2019-08-21 20:50:27 +02:00
src Another try in getting the recording stuff to work... 2019-11-13 20:13:52 +01:00
test Initial commit. 2019-08-02 23:48:36 +02:00
.gitignore Initial commit. 2019-08-02 23:48:36 +02:00
.travis.yml Initial commit. 2019-08-02 23:48:36 +02:00
README.md Changed from ESP8266 to ESP32. Works much better. 2019-11-11 05:32:41 +01:00
build_version.sh Modified build_version.sh to also include date and time of the build. 2019-11-12 19:29:03 +01:00
platformio.ini Changed from ESP8266 to ESP32. Works much better. 2019-11-11 05:32:41 +01:00

README.md

Ports

Device Port Connected to
VS1053 CS 16
VS1053 MISO 19
VS1053 MOSI 23
VS1053 SCK 18
VS1053 XCS 4
VS1053 XRESET 0
VS1053 XDCS 2
VS1053 DREQ 15
RC522 SDA 17
RC522 SCK 18
RC522 MOSI 23
RC522 MISO 19
AMP_L SD 27
AMP_R SD 26
BTN_PREV 22
BTN_NEXT 33
BTN_VOL_UP 21
BTN_VOL_DOWN 32

Buttons pull to GND if pushed -> Internal Pull-Up needed!