Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fortinsylvain/fpgaaudiosynth

Audio synthesizer implemented with an FPGA
https://github.com/fortinsylvain/fpgaaudiosynth

8031 assembly-language dac fpga keyboard lut midi sample ttl xilinx

Last synced: 2 days ago
JSON representation

Audio synthesizer implemented with an FPGA

Awesome Lists containing this project

README

        

This project is a audio synthesiser using a midi interface. It is implemented using a Xilinx FPGA XC4005XL.
![](FpgaAudioSynth_Picture1.jpg)

The FPGA was developed using the Xilinx Foundation Series Software. A schematic was created to generate the bitstream to be stored in an external serial EEPROM.
A 8051 micro-controller is used to scan a 61 key keyboard and send the command to play notes to the fpga using a serial wire.

Sadly the design files of this project were lost. I may have some paper documentation and will post it here as soon as i find it.