Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

jaku-jaku/music-synthesizer-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arduino_Music_Piano_Synthesizer

Project for IEEE hackathon

Description

This piano systhesizer is controlled by 8 buttons with 256 combos but only output with one cable.

  • All combos can be programmable with music nodes.
  • Used r2r ladder DAC in order to minimize inputs used (only 1 input), make programming easier and make it possible to detect key pressed without any delay. (No need for shift register nor 8 individual Digital Input but one analog input).

In addition, 2 potentiometers are used for controlling upper and lower frequency bounds. Meanwhile, 2 black buttons(software enabled latch system) function as record and play button. The wireless control module on right side is used for controlling pitch, delay, and MUTE during playing.

Hardwares Used:

    1. nRF24L01+ 2.4GHz wireless module x 2
    1. Gyro. + Acc. module
    1. 2 x Arduino UNO
    1. 1k resistors and other resistors
    1. LEDs
    1. push buttons
    1. wires
    1. speaker
    1. battery packs x 2

##GUI Photos of hardware alt tag alt tag

##WIN 2nd Place for IEEE hackathon alt tag alt tag alt tag

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%