WARNING
Using the arduino uno, we can have a buzzer on the pin 9 or 10 for PWM, unfortunately Adeept put it on the pin 8 so we are using a pin bridge on the pin 8 and 9)
This needs to be done in order to make the harp sound !
Using the laser harp from Adeept, we wanted to expand the features the harp has. So the final stable version we're aiming for is :
- Have the 7 lasers pin playing simulteanous tones.
- Switch between 3 modes : PWMc (strings), Square wave with delay, Staccato square wave
- Switch between presetted scales
- Switch octave up or down
- Add an arpeggiator mode
We are using the Timer1 library so we can use the PWM duty cycle inside an interuption to generate a wave on the pin 9.
WARNING
Using the arduino uno, we can have a buzzer on the pin 9 or 10 for PWM, unfortunately Adeept put it on the pin 8 so we are using a pin bridge on the pin 8 and 9)
This needs to be done in order to make the harp sound !