Let's Make Robots!

L293

Problems with axe 08m and l293n

HugoPimm's picture

Hi LMR!

I have a teeny problem - I'm playing with stepper motors for my next robot, the plan is to have an 18M2 sending serial packets to a pair of 08M2s which each will control one stepper, to save outputs on the 18.

My problem is this, when I have the 18 running into the L293 driver the motor runs perfectly, but when I use an 08 nothing happens and it gets hot (I fear the magic smoke)...

Introducing my first working arduino robot. Based on an old RC car I bought off my friend ;) It had IR range finder that I burned so I decided to make IR remote … Read more

H-bridge braking with L293(D)

rik's picture

I discovered how much braking power a Solarbotics GM9 can have when you short the terminals. I need that stopping power to make a robot that is suspended from a wire, wound around a spool, powered by a GM9.

But I also need to be able to power the motor in either direction. My platform of choice is the Picaxe 28 project board with a L293D motor driver chip.

How do I tell the L293 to short the terminals of the motor? I tried
high 4 high 5 ' both inputs high
and
low 4 low 5  ' both inputs low
but my motor will not brake.

Navigate arround using 2 IR Leds and an IR receptor
Using a
This is PJBot version 3. The brain of this Bug is an Arduino. Now, it only go rolling and  avoiding obstacles that it detects with 2 led's and 1 IR receptor. Read more
This is a "one day" project- simple robot with two whiskers, who can avoid obstacles. This one is built around motor driver IC L293D, and some transistors and … Read more

Motor driver tested

jip's picture
Today I tested that the motor driver circuit of PICAXE Pete does in fact work. I'm now in the process of writing some code for line following using my standard technique: find out where the line is by taking the mean value of a histogram of the sensor values and using this to calculate a regulation term for each of the two motors.