Hi,
im trying to run the Ladyada Motorshield on my Arduino Mega 2560 without sucsess.
I solderd the shield and everything looks ok for me.
For the power supply I added an 12V 2AMP DC Powersupply and the Green LED (LED1) indicated that everythink is ok.
Then I tried to power up all DC Motors (just for testing)
The setSpeed() function sets up the speed that will be used when you use the run() function. You never call the run() function, so of course the motors don't run (and the pins reflect that).
I messured the Motor enable pins after starting the Programm an everything is LOW .... Bulling the pins to 1 with an pice of wire diddend change anythink on the L293DNF Output ...
so I think there is an Problem with the PWM also .... :-/
I don't suppose that you have another Arduino (non-Mega) sitting around, do you? I wonder of the shield is compatible with the Mega, or if there is something in the library that isn't compatible?