Skip to content

beachviking/arduino-sid-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduino-sid-tools

Various SID tools for Arduino(mainly ESP32 and STM32), based off the original ReSID implementation by Dag Lem.

Installation in Arduino

You can download the library as a zip and select Include Library -> zip library in the Arduino IDE. Or you can git clone this project into the Arduino libraries folder e.g. with

cd  ~/Documents/Arduino/libraries
git clone https://github.com/beachviking/arduino-sid-tools.git

I recommend to use git because you can easily update to the latest version just by executing the git pull command in the project folder.

Dependencies

The library and the examples rely on the following libraries to work properly:

As hardware, various confugurations have been used:

  • AI ESP32 Audio Kit V2.2 from AliExpress, which uses I2S to deliver audio signals.
  • STM32 Nucleo G0B1RE with a custom external low pass filter, driven by a PWM signal.

About

A version of ReSID for ESP32

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published