 
  
  
  
  
  
  
    | Picaxe Stepper Motor | 
 | 
To gain access to revision questions, please sign up and log in.
This driver is suitable for small stepper motors with four separate coils. The H-Bridge driver is better for bipolar stepper motors.

start:
    movw    0x01
    movwr   portb
    call    wait100ms
    call    wait100ms
    call    wait100ms
    movw    0x02
    movwr   portb
    call    wait100ms
    call    wait100ms
    call    wait100ms
    movw    0x04
    movwr   portb
    call    wait100ms
    call    wait100ms
    call    wait100ms
    movw    0x08
    movwr   portb
    call    wait100ms
    call    wait100ms
    call    wait100ms
    jmp     start 

reviseOmatic V3 Contacts, ©, Cookies, Data Protection and Disclaimers Hosted at linode.com, London