I am a teacher with no experience with Arduino. Our school introduces a new vocabulary word each week. We would like to hack toys to create a number of eye catching gizmos to accomplish this goal effectively. I have the Arduino board, prototyping breadboard, and the motor shield assembled.
We want our motors to activate with a motion detector (nightlight component). I have successfully programmed a motor to run in one direction but reverse is still a mystery.
Ideally, we should have a dozen or more of these contraptions. Does this mean we will have to buy a board for each or can the board program the chip and then the chip function as a stand alone?
You may be able to use multiple L293D chips to control more motors but I don't think it would fit on a shield
You would probably need a much bigger PCB or a large breadboard for the additional L293Ds and possibly a board with more pins than the arduino
Power would be an issue too, if you have too many motors you may need much more power than the arduino voltage regulator can handle, so you may need a large external regulated power supply
I have the motor shield. Does this mean I simply write some code that will run a motor x seconds in one direction, x seconds in the other and then stop to reset? Appreciate your help.