fremond WROTE:1st) my project need to use arduino duemilanove board to connect to potentiometer which is connected to the shaft of my motor. So where will my arduino board connected to in order for me to read the value from potentiometer and feedback to my motor to command it to be stop?..can u roughly teach me how to connect?
Not really familiar with Arduino, anyway hope I can help. connect 1 pin (site) of potentiometer to 5V on arduino, another site pin to GND of arduino and center pin to Analog input of arduino. and your motor shaft should be connected to the knob of potentiometer.
2nd) im using two driver motor so does that mean i will have to use two power source (two 12V Sealed Lead-Acid battery) for each??
Not necessary, it depends on the condition, if 1 power source is sufficient to drive 2 motor, you can share it.
3rd? will the arduino board require power source as well?
Yes, Arduino definitely require power, the question you should ask is, can arduino share the power? Again, it depends, anyway you can try to share the power 1st.