db-synth

A MIDI-controlled mono-voice digital synthesizer built on top of the AVR DB microcontroller series.

Build From Sources

To build the firmware from sources, we need an AVR toolchain with support for the AVR DB series. Linux users can download it from https://github.com/rafaelmartins/avr-toolchain/releases/latest. Just extract it somewhere and add the full avr/bin folder path to your PATH variable. cmake is also required.

$ git clone https://github.com/rafaelmartins/db-synth.git
$ mkdir -p db-synth/build
$ cd db-synth/build
$ cmake -DCMAKE_BUILD_TYPE=Release ../firmware
$ make

This will create the db-synth.elf, db-synth.hex and db-synth-fuse.hex files.

© 2022-2023 Rafael G. Martins. Project released under a BSD-3-Clause (Software) and CERN-OHL-S-2.0 (Hardware). Impressum/Imprint
Website powered by: blogc 0.20.1.21-f35e | Built in 926us (2024-01-10 01:12:37 GMT), using 2.125MB.