74. STM32CubeIDE ULN2003 A & Stepper Motor with STM32F103C8T6

Поделиться
HTML-код
  • Опубликовано: 13 окт 2024
  • STM32 Blue Pill for beginners
    Code and diagram are at www.micropeta....

Комментарии • 15

  • @Alexcymantrene
    @Alexcymantrene 4 дня назад

    Thank you Dear friend!

  • @chandibenthara8539
    @chandibenthara8539 4 месяца назад

    I used I2C1 Communication, to get the color sensor data with timer interrupt and same timer for the LCD .Its works.
    Then i implement stepper motor with GPIO Pin 4567 to get the angle. Without combine its work ok.
    But when connect together ,no errors, but sensor data showing 225, when comment out below code it work again.
    //Configure GPIO pins : PA4 PA5 PA6 PA7
    GPIO_InitStruct.Pin = GPIO_PIN_4|GPIO_PIN_5|GPIO_PIN_6|GPIO_PIN_7;
    GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP;
    GPIO_InitStruct.Pull = GPIO_NOPULL;
    GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW;
    HAL_GPIO_Init(GPIOA, &GPIO_InitStruct);
    Any way to sort out or use less gpio pins ,if you can give me a reply to it would be really appreciated.

  • @wkphoong2346
    @wkphoong2346 2 года назад +1

    nice video, can u do the step motor & L298n motor driver with STM32f446RE next time? Thank you!!

  • @thad0905
    @thad0905 Год назад

    Can we make a start point angle? At the beginning, it will be at that point and after rotating it will return to that point.

  • @talgtalga3767
    @talgtalga3767 2 года назад +1

    Salam aleikum.perfect..i want to use nema 34 but want to loop in code and also can control by touchscreen nextion also manually clicking by buttons on screen..Any chance to that video will be greatfull help and interesting also control some sensor ... will be just super sure if it possible:-(

    • @NizarMohideen
      @NizarMohideen  2 года назад +1

      Aleikum salam. Thanks. I am sorry to say that I don’t have nextion setup with me at the moment. Besides, I am currently doing simple demos.

  • @정채린-o8q
    @정채린-o8q Год назад

    thank you!!

  • @hlee9135
    @hlee9135 Год назад

    How to make it stop after one turn in the while loop?

  • @vinodkinoni4863
    @vinodkinoni4863 2 года назад +1

    nice

  • @user-te3zx4bw7k
    @user-te3zx4bw7k 2 года назад

    Thank you very much, Nizar
    Want to do us send and receive (rnf)

    • @NizarMohideen
      @NizarMohideen  2 года назад

      Thanks. What does rnf mean

    • @user-te3zx4bw7k
      @user-te3zx4bw7k 2 года назад

      @@NizarMohideen Excuse me
      NRF24L01

    • @NizarMohideen
      @NizarMohideen  2 года назад

      Sure. I have already placed purchase order for NRF24L01 from overseas. It may take few months to arrive. Thanks

    • @user-te3zx4bw7k
      @user-te3zx4bw7k 2 года назад

      @@NizarMohideen thank you very much