I'm using l293d for my stepper driver
link for circuit:
(using 2 pin controller)
and using Gcodesender for my software.
link for gcodesender:
the problem is when i key in some code, the stepper would have sound but no moving. this happen when i not using power supply(12v) to my driver. it could be not enough current. But, when i connect the power supply to driver. the massage " A device attached to the system is not functioning" appear and stepper not function at all.
Yeah, L293s are only rated for 600mA current loads, which means small
steppers motors.
Also, where exactly does this message appear, "A device attached to the system
is not functioning"? This sounds like a PC problem, not stepper problem. The
stepper control circuit is simple open-loop, so I don't see how the Arduino software
could even know the stepper is not functioning.
oric_dan(333):
Also, where exactly does this message appear, "A device attached to the system
is not functioning"? This sounds like a PC problem, not stepper problem.
At a guess, either the operating system or the Gcodesender application are complaining that the Arduino has provoked an error on the USB interface. Without a wiring diagram it's pointless trying to guess why connecting the power supply would cause that.
how does the two pin configuration work for the l293d? i'm trying to build a simillar project with three of these chips and using a 4 pin configurations leaves me with almost no pins left on my arduino.
If you want to drive some sort of CNC device you should use proper stepper motor driver boards such as the Pololu A4988. They only need 2 connections to the Arduino and have many other benefits.
Hello
I want to make a cnc with arduino but I have a problem with L293D.
When 3 motors are rotating ,they lost speed and power.
Could you help me please.
I'm using 3 steppers motors 350Am 12v, 3 L293d , arduino mega 2560,power supply ATX 800w 30A pc
thanks