Commit Graph

15 Commits

Author SHA1 Message Date
e1842cdd12 Small fix. 2019-11-17 14:25:22 +01:00
efb45f1a16 Increased the SD card speed from 4 MHz to 25 MHz for faster directory reading. 2019-11-17 00:35:55 +01:00
7c3eb2f605 Massive changes. Added a quite nice webinterface with live data using WebSockets. Removed the FTP server (wasn't that useful anyways). JSON creating using ArduinoJson instead of String concatenation. Ans, and, and. 2019-11-16 23:03:13 +01:00
0cddfaf0d9 Changed the playing code to use Playlists managed by a PlaylistManager. This allows you to have randomized playlists and stuff. Also, you can now access special functions via the contents of RFID tags. See the README for a list of available modes. 2019-11-14 20:42:02 +01:00
d799448c97 Changed from ESP8266 to ESP32. Works much better.
HTTP server is disabled (for now).
2019-11-11 05:32:41 +01:00
2ea2ec479a Changed from MCP23S17 to MCP23017. Lots of changes.
Doesn't really work because of timing stuff.
2019-11-10 14:45:33 +01:00
231b8a2bce Added MQTT client, better speaker handling, fixed bug in FTP server, ... 2019-08-14 21:01:01 +02:00
1de12c16ed Added FTP server and automatic version generation. 2019-08-13 19:39:03 +02:00
f91266b628 Format changes. 2019-08-13 06:16:08 +02:00
651a4e8510 Added sleep mode for VS1053, HTTP server, tar upload, JSON status, RFID card removal debouncing, ... 2019-08-12 20:15:00 +02:00
55826823fc Added MCP23S17 support as well as changed some pins and added more de-bouncing for the buttons. 2019-08-11 17:15:22 +02:00
ebd9a9f24f You can now have INFO output, but not DEBUG output. Added support for commands via Serial. 2019-08-09 06:27:33 +02:00
b8d4d6bb92 Playing and controlling MP3s works great. \o/ 2019-08-06 20:50:11 +02:00
2a7dd5d8a1 Intermediary commit. Nothing's working, everything is broken. Let's start over now... 2019-08-04 13:42:07 +02:00
128d76cebc Initial commit. 2019-08-02 23:48:36 +02:00