kanni1303
Full Member level 3
- Joined
- Jun 29, 2012
- Messages
- 164
- Helped
- 12
- Reputation
- 24
- Reaction score
- 11
- Trophy points
- 1,298
- Location
- Chennai, Tamil Nadu, India
- Activity points
- 2,719
I am using 293d for bipolar stepper motor drive and it is not working why i dont know... the coding i used is
i tried by changing delay but no use...
i found the winding and formulated as per the winding but still not wrkng... it steps for few steps and stops there but not rotating i dont know what is the mistake...
Code:
PORTB=0x05;
DelayMs(50);
PORTB=0x09;
DelayMs(50);
PORTB=0x0A;
DelayMs(50);
PORTB=0x06;
DelayMs(50);
i found the winding and formulated as per the winding but still not wrkng... it steps for few steps and stops there but not rotating i dont know what is the mistake...