is not for the motor shield per se. The second pack is meant to be power for the motors and it will indeed connect in some way to the motor shield. I would also guess that rather than alkalines as you are considering, the packs were meant for rechargeables as they are rated at 1.2v. So, 6x1.2 = 7.2 and 5x1.2=6 which fits better with the specs I have seen on what the motors seem to be.
9v to the arduino’s voltage regulator would cause it to have to disipate more power than if you were to use rechargeable cells and only feed the arduino 7.2v.
Hey Rabeeh. Your Arduino will power the motorsheild. The battery pack you hook to the motorsheild only provides power to the H-bridges on the motorsheild (as long at the EXT_PWR jumper is open). Think of it as you turning on a light switch. You dont actually power the light, you just turn the switch on. You were the Arduino and the light switch was the motorsheild. The H-bridges on the motorsheild will provide voltage to the motors you wire to it. As long as the battery voltage and current is within tolerances of the L293D H-bridges you will be fine. Each L293D can only handle spikes of 600 mA of current. Doing a little bit of Ohms law will help figure out what your motors will draw but based on your small motors you should be ok. Check out my robot as it may give you an idea of how to wire it. Just plug your servo on the top of the motorsheild on the header that says servo. Here are some of the pin configurations:
All 6 analog input pins are available. They can also be used as digital pins (pins #14 thru 19)
Digital pin 2, and 13 are not used.
Digital pin 11: DC Motor #1 / Stepper #1 (activation/speed control) Digital pin 3: DC Motor #2 / Stepper #1 (activation/speed control) Digital pin 5: DC Motor #3 / Stepper #2 (activation/speed control) Digital pin 6: DC Motor #4 / Stepper #2 (activation/speed control) These pins are in use only if the DC/Stepper noted is in use
Digital pin 4, 7, 8 and 12 are used to drive the DC/Stepper motors via the 74HC595 serial-to-parallel latch These pins are in use if any DC/steppers are used
Digitals pin 9: Servo #1 control Digital pin 10: Servo #2 control These pins are used only if that particular servo is in use