Using Stepper Motor with Arduino

Поділитися
Вставка
  • Опубліковано 5 вер 2024
  • Link to download the codes shown in the video:
    disk.yandex.co...

КОМЕНТАРІ • 3

  • @Eduardo_Espinoza
    @Eduardo_Espinoza Рік тому +1

    Why are the cables crossed to the motor? 0:02

  • @CarolaGomez-c9l
    @CarolaGomez-c9l 27 днів тому

    Hii! is it possible to connect 3 motors with one arduino ?

  • @moloculase
    @moloculase Рік тому

    managed to get it working by replacing
    X113647Stepper myStepper(STEPS_PER_REVOLUTION, 2, 3, 4, 5);
    with
    tardate::X113647Stepper myStepper(STEPS_PER_REVOLUTION, 2, 3, 4, 5);