Code Monkey home page Code Monkey logo

esp32-sidview's Introduction

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:

esp32-sidview's People

Contributors

tobozo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

ices-dev

esp32-sidview's Issues

undefined reference to `SIDView::SIDExplorer::SIDExplorer(MD5FileConfig*)

After fixing the SID6581 issue everything seems to compile quite nicely until the last part where the linker should create the firmware. Have you seen this before?

Linking build/esp32dev/firmware.elf
/root/.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: build/esp32dev/src/main.cpp.o:(.literal._Z5setupv+0x8): undefined reference to `SIDView::SIDExplorer::SIDExplorer(MD5FileConfig*)'
/root/.platformio/packages/toolchain-xtensa-esp32/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: build/esp32dev/src/main.cpp.o: in function `setup()':
/root/Development/pi-pico/ESP32-SIDView/src/main.cpp:6: undefined reference to `SIDView::SIDExplorer::SIDExplorer(MD5FileConfig*)'
collect2: error: ld returned 1 exit status
*** [build/esp32dev/firmware.elf] Error 1

'Deepsid' does not name a type

Hi, first, great project!

I'm trying to compile your project but am running into an issue.
The error I get is:

SIDCacheManager.hpp:68:7: error: 'Deepsid' does not name a type; did you mean **'setsid'?**

At first I thought it was PlatformIO, but I get the same error in native Arduino IDE.

Any ideas?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.