ESP32-SIDView
This project is an attempt to provide a visual dimension to chiptune music while browsing the High Voltage SID Collection using an C64-themed UI.
The Waveform viewer is heavily inspired by SIDWizPlus.
Features:
- HVSC compliant SID music player: can play SID Files / subsongs in SID files / playlists.
- File browser: with dircache and playlist cache generation on first access.
- Waveform viewer: using SID information (this is not analog capture!).
- HVSC Archive downloader: because dowloading and unzipping manually is so 2020.
- SD-Updatable: so the SD Card can host other loadable binaries (e.g. WiFi configurator, MIDI relay, etc).
Demos:
Bill of materials:
Library Requirements:
Usage:
- Build yourself a SID6581 to ESP32 PCB (see the /pcb folder or hwpit's stereo implementation
- Flash your ESP32 with the sketch
- Deploy the HVSC archive on the SD Card by either:
- Letting the ESP32-SIDViewer download and unzip it (this can take up to 4 hours and may require to setup the WiFi SSID/PASS in
config.h
)
- Manually copying the
MUSICIANS
, GAMES
and DEMO
folders from the HVSC archive into the /sid
folder and the Songlengths.md5
file into the /md5
folder.
- Let the ESP32 do the indexing of the MD5 file, this is only a one time operation.
Credits: