dkirtley:
The Ardumoto has a separate voltage in for the motors and is also connected to Vin and 5V on the Arduino and a soldered connection on board from 5V to V-Logic on PCB.
In general, all the power on the board is all tied together in the same circuit as shipped. With only the motor voltage input connected to 12V, the circuit also feeds power back to the Arduino board at 12V.
It appears to me, from the [schematic, that power enters the system through the Vin connection on the Ardumoto near the motor connectors, then passes down through the “Vin” pin to the Arduino. The Arduino’s regulator produces 5 V from that and supplies it, through the “5V” pin to the logic on the Ardumoto.
dkirtley:
The logical choices would be to disconnect one or some combination of: the soldered V Logic connection, the 5V, or the Vin on the Ardumoto PCB to isolate the motor voltage from the logic control and the Arduino. I figured I would take my time and ask if someone already knew which to disconnect instead of trial and error and magic smoke releases.
I’m a bit confused, as I thought I answered this question in my first posting in this thread. If you remove the “Vin” pin from the Ardumoto board, then the Arduino will not be fed the motor voltage. If you don’t want to cut the pin, you could try bending it so it fails to connect with the Arduino. Alternatively, you could de-solder that group of pins and replace the pins you need (appear to be 5V and GND) with individual pins.
I do not believe that removing the “5V” pin or the solder jumper would isolate the Arduino from the power fed to the Ardumoto. Removing the “5V” pin or the solder jumper would, it appears, deprive the Ardumoto of the logic power it needs.
You will need to provide some other power source to the Arduino. The USB connection should work, as should providing 7 to 9 V through the Arduino’s power jack.
If you leave the “5V” pin intact, the Arduino’s regulator should continue to provide the logic power for the Ardumoto.
If you’re feeling adventurous and want a single-power-supply configuration, it appears you could (instead of what I’ve suggested above):
- Cut the Vin trace on the Ardumoto board near the “Vin” pin that connects to the Arduino. (If you can leave enough of the trace to use as a solder pad for connecting a jumper wire to the pin, that would be helpful.)
- Put a [[suitable regulator](http://www.sparkfun.com/commerce/product_info.php?products_id=527) and its external components to provide 7 to 9 V for the logic on the prototyping area of the Ardumoto.
- Install Vin,moto and Gnd wires from the holes next to the Ardumoto power input connection to the inputs of the regulator.
- Install a Vin,duino wire between the output of the regulator and the "Vin" pin that connects to the Arduino. (This is where the ability to use some of the trace as a solder pad is of use.)That should provide suitable reduction of the voltage between what you're feeding to the Ardumoto board and what's fed to the Arduino power input.
I hope that’s a more helpful response,
Eric](http://www.sparkfun.com/commerce/product_info.php?products_id=527)](http://www.sparkfun.com/datasheets/DevTools/Arduino/Ardumoto_v13.pdf)