MusicBox is a music instrument simulator using Arduino Uno and Altera FPGA.
- Linux Distro
- SDL2 & SDL2_mixer C libraries
- Arduino (with firmware.io code)
- DE2I-150 Altera (with driver/altera_driver.c PCI driver)
enter in the project folder and run (you will need super user permission):
cd driver
make
./init_driver.sh
cd ..
make
sudo ./app
the creators of this project are the following Computer Engineering students:
- Matheus Ferreira (email: mfbs@cin.ufpe.br)
- Gabriela Leal (email: gmfl@cin.ufpe.br)
- Beatiz Alves (email: babs@cin.ufpe.br)
- Marcos Monteiro (email: mmmb@cin.ufpe.br)