Embedded rust: GPIO digital input and output, buttons, motion sensors and more

Поділитися
Вставка
  • Опубліковано 18 лис 2024

КОМЕНТАРІ • 4

  • @dibyojyotibhattacherjee4279
    @dibyojyotibhattacherjee4279 2 роки тому +3

    Thanks a lot for a new video, pls keep making videos on embedded dev in rust, motivates me to work with rust in embedded field despite, limited support....

  • @glebvlasov9573
    @glebvlasov9573 2 роки тому

    Can you make a video on how to write a driver for stepper motor (for example A4988)?

    • @embedded-rust
      @embedded-rust  2 роки тому +1

      Sure, I will take a look. Will take a bit to get the HW - I see it is under 2$ from AliExpress so I got some as it is interesting, however shipping from china these times is quite slow.

    • @embedded-rust
      @embedded-rust  2 роки тому

      Got the HW and took some time for a basic video: ua-cam.com/video/NSlfc6EN0EM/v-deo.html
      It shows some basic driver logic. For a full driver, this should be cleaned up and likely control for direction would be ideal too. I imagine for a CNC/3d printer one would want an interface to select position and move the motor forward/backwards to such positions.