I have a project that I need some help with...
We have a signal that ranges from 0 to about 100mV. We need to translate that to a tone that gets louder as the voltage goes up.
I have an Arduino Uno board and have written a quick Scratch program (using ScratchX) that reads A0 and set's the volume of a tone based on that value.
But, I think that this will only work for 0 to 5V signals.
Is there a way to increase the sensitivity of the analog inputs?
Thanks in advance!!
Greg