Another circuitry novice seeking advice. I have been experimenting
with Arduino and a few shields lately, and I am ready to go on this
project. The one question I have is: Would it be possible for me to
connect multiple potentiometers in series? Here is my specific idea: I
want to build the Auduino with a single-turn pot and a SoftPot ribbon
on every param so that I can tweak each with a touch controller, using
the first potentiometer to maintain a constant value when I am not
applying pressure to the ribbons (mainly to avoid writing code to give
the SoftPots positional memory.) Is this possible?
My implementation of this involves a 0-5 variable voltage (controlled
by a potentiometer) going to an analog input. I also add in a point
at which you can plug in an analog source in parallel to this same
input. If there is another 0-5v source going to this input it appears
to have the effect of adding both voltages and dividing by 2.
The result of this may not be what you want since this isn't simply
adding voltage but rather dividing.
A more simple implementation of this would be to just use another
analog input. Since the arduino only has 6 inputs and adding another
analog read into the mix brings about more overhead this may not be
feasible. It's going to be some sort of compromise.
There is of course circuitry for adding voltage but then this would
mean you would have to tweak some of the circuitry in order to
maintain the range of 0 to 5 volts going into an analog arduino input.
Here's a video of my implementation in action:
http://vimeo.com/7863435
http://www.allaboutcircuits.com/vol_6/chpt_3/8.html
Continuing to press on.
Apologies to Auduino. I probably shouldn't promote myself here.
--
You received this message because you are subscribed to the Google Groups "Auduino" group.
To post to this group, send email to aud...@googlegroups.com.
To unsubscribe from this group, send email to auduino+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/auduino?hl=en.