Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fortinsylvain/fpgaaudiosynth
https://github.com/fortinsylvain/fpgaaudiosynth
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fortinsylvain/fpgaaudiosynth
- Owner: fortinsylvain
- Created: 2024-01-25T22:44:22.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-25T22:58:25.000Z (10 months ago)
- Last Synced: 2024-01-25T23:53:39.925Z (10 months ago)
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.