I've got two transistors connected to the Arduino, which are used to power on the 6v motors from the 6v battery source. There problem here is, I can't go backwards, how should I reverse the polarity on the motors when I want to go backwards?
Since I've got two 6v battery "holders" I was wondering if it is possible to power the Arduino Duemilanove with 6v? Right now I'm using the USB port. I did see that the "Arduino playground" guide recommended 9v, but 6v would be a lot easier for me. Arduino Playground - 9VBatteryAdapter
The established wisdom is that its 7V minimum into the DC plug.
Yeah pretty much but it depends on what you are doing with the arduino as to whether you can get away with it. The minimum is kinda stated as 7V due to the dropout on the regulator. Anything lower than that and you risk the regulator not supplying the chip with the 5V that it requires. I have used a 6v pack before and for most things you can get away with it but for some things, the ATmega chip needs 5v to do it properly.