Search results

  1. J

    X27 Stepper guidance

    PR is online, for anyone to use. https://github.com/clearwater/SwitecX25/pull/33
  2. J

    X27 Stepper guidance

    Solved. The test setup and code was correct. Turns out, it is not possible to use the SwitecX25 lib for the X27 because of the different pin states. My solution was to steal the code from the SwitecX25 class and change the stateMap[] to // State 3 2 1 0 Value // 0 1 0 0 1 0x9 // 1...
  3. J

    Max current for multiple steppers

    Thx, i will use an external power supply for the motors. I ended up using an L293D, but i have not tested it yet.
  4. J

    X27 Stepper guidance

    Hi, i am building a Project with multiple X27 steppers (datasheet) and im having trouble controling the steppers. The problem is, that the stepper i am testing with is loosing steps and sometimes not reacting at all. Wiring of the test rig: Code of the test: #include <SwitecX25.h> #include...
  5. J

    Max current for multiple steppers

    Hi, im building a project with 4 X27 steppers (datasheet) and a Teensy 4.1 Multiple online examples for the X27 stepper just connect it directly to Arduino pins, but I am not sure if that works with the Teensy 4.1 regarding the max output of the digital output pins (4mA specified here). My...
Back
Top