Computer not recognize arduino uno when connected to motor drive sheild

Arduino uno not power up while placing L293D motor drive shield.
Observation.

  1. Arduino UNO working properly without connection of L293D motor drive shield.
  2. <AFMotor.h> Library already upload in IDE program.
  3. While connection of external single source power supply (9V or 5.5V) to L293D motor driver shield with jumper Auridon not power On.
  4. Checked 2 power source option with removing of jumper on L293D motor driver shield however Arduino not power on.

Your post was MOVED to its current location as it is more suitable.

Could you also take a few moments to Learn How To Use The Forum.

Other general help and troubleshooting advice can be found here.

It will help you get the best out of the forum in the future.

Can you provide a drawing of your complete circuit - we cannot guess this.

BTW small 9V batteries cannot produce much current - motors need lots of current, its a common mistake to underestimate power requirements for motors.

1 Like

Hmmm, with the Arduino powered from USB the Motor shield 5V should be coming from the Arduino, not the motor supply - its unclear whether that shield has its own 5V regulator (datasheet for the shield is important imformation).

I suspect the problem is somehow a lot of current is being pulled from the Arduino 5V pin causing the computer USB power chip to panic and shut down.

L293's and L298's have the woeful behaviour of internal phantom powering of the motor rail from the 5V rail if 5V is applied and Vm isn't present - this will lead to excessive current draw and possible damage to the chip even.

So you have to ensure Vm is present before 5V is applied to prevent this internal phantom powering happening.

If Vm was to come from a small 9V alkaline battery this is incapable of powering 4 motors and would immediate overload and drop below 5V, causing the internal phantom powering mode and then perhaps overloading the USB?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.