Hello
I`m familiar with arduino.
I bought a motorshield for the arduino and received it today.
When you place this shield on your arduino are you
unavailable to use normal pins of the arduino?
The shield is connected to many of arduinos pins so I was wondering how
to use arduino PINs for diffrent things than motorsheild.
Im planning to control a dc motor with a button, the code and everything else is ready except, I don
t know how to use the PINs from the arduino anymore.
I found this:
What pins are not used on the motor shield?
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.
The following pins are in use only if the DC/Stepper noted is in use:
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)
THIS MEANS I CAN USE PIN 3, 5 AND 6 IF I ONLY USE MOTOR #1
RIGHT???
DO I JUST SOLDER SOME WIRES ON TO THE MOTOR SHIELD?
The following pins are in use if any DC/steppers are used
Digital pin 4, 7, 8 and 12 are used to drive the DC/Stepper motors via the 74HC595 serial-to-parallel latch
I HAVE THIS ONE BY THE WAY:
https://www.google.no/search?q=l293d+motor+shield&espv=2&biw=1097&bih=554&source=lnms&tbm=isch&sa=X&ved=0CAcQ_AUoAWoVChMIysqK_IGdyQIVxicOCh2g9QO_
Best regards