Search results

  1. C

    Absolute encoder programming

    Hello everyone, Currently, I'm trying to program PICAXE-28X2 BASE SHIELD to detect an angular position of the motor using an absolute encoder, you can find below my program that I used. #picaxe 28X2 #terminal 115200 ;symbol Miso = pinC.5; define input switch symbol Sclk = C.0; define output pin...
  2. C

    Controlling stepper motor

    Hello, I need some help for programming the stepper motor "https://docs.rs-online.com/9cd2/0900766b813f0a12.pdf" with PICAXE-28X2 SHIELD BASE "https://picaxe.com/docs/axe401.pdf", the driver that I'm using is STEPPER 4 CLICK...
Top