L293D no power on output
hi, got l293d, connected here http://feikebrouwer.macuser.nl/l293d.png 1 dc motor.
this test code
i checked output voltage on output 1 , output 2 there power
i have 2 of l293d chips on second chip got same problem
this test code
code: [select]
void setup() {
pinmode(5, output);
pinmode(6, output);
}
void loop() {
digitalwrite(5, high);
digitalwrite(6, low);
}
i checked output voltage on output 1 , output 2 there power
i have 2 of l293d chips on second chip got same problem
the pic has arduino outputs on 5, 6, 9 , 10.... if have wired should using 5 & 6 or 9 & 10, not 11 & 12.
Arduino Forum > Using Arduino > Motors, Mechanics, and Power (Moderator: fabioc84) > L293D no power on output
arduino
Comments
Post a Comment