I got my hands on a broken CASIO DG20 I’m currently “MIDIBOXING”
The rubber fretboard conducts electricity and resistance varies proportionaly to distance between 2 probes!!
So it looks like I’ve got a Ribbon controller here!!
Here is the problem so far:
I’m using the AIN_VALUE_7BIT function to define a lader for the notes but in 7bit, the resolution is too small, thus causing fret to play neighboor notes randomly.
Is there a method to convert the AIN reading into a 0–>255 resolution rather than 0–>127 or possibly even higher?
I could monitor the readings on an lcd and therefore have a more precise design!
Thanks for any help as I’m still beginning PIC MATHS!