Hi Folks!
I'm looking for a simple sketch to test a Deek Robot model 8106 motor shield. I couldn't find one here but I am probably not looking in the right place. Any guidance would be appreciated. Thanks.
Brian
Hi Kingbf,
I googled "Deek Robot model 8106 motor shield"
The first hit was to a questions from 2014 here, where some forum members helped point out how to connect.
The second hit was to a github entry with sample sketches for one and two motors.
Take a look through the google results and see if any of that helps.
Deek makes at least two motor shields. One uses the L293D
https://www.ebay.com/itm/L293D-Motor-Shield-Stepper-Driver-Board-Control-Module-for-Arduino-Mega-2560/113398475895?hash=item1a67136c77:g:UbIAAOSwqnlcBRzY:rk:30:pf:0
the other uses the L298P.
The L298P shield is a clone of the Arduino Motor Shield V3 https://store.arduino.cc/usa/arduino-motor-shield-rev3
Search for "Arduino Motor Shield V3" code, etc.
Hi Folks!
Thanks for all the advice. After much gnashing of teeth and firm diligence, I finally got the motor shield to operate the way I needed. Why are such simple issues so complicated? Anyway, I managed to review all the information I had available and go point by point until I arrived at a suitable solution. Again, thanks for the help.
Brian