Controlling a DC Motor with Rust: The Easy Way

Поділитися
Вставка
  • Опубліковано 29 гру 2024
  • In this complete guide, we'll show you how to control a DC motor using Rust programming language with PWM. Perfect for those interested in embedded Rust and motor control!
    1:40 The Simplest way to control a DC Motor With Rust
    4:02 How to create a PWM control with Rust and a Raspberry PI
    5:08 Visualizing a PWM controller written in Rust
    #rustlang #embeddedprojects #raspberrypi #pwm

КОМЕНТАРІ • 15

  • @kuqmua755
    @kuqmua755 7 місяців тому +2

    "You were the chosen one! It was said that you would destroy the Sith, not join them!" - about using c library in rust

    • @dario.lencina
      @dario.lencina  7 місяців тому

      XD I know I feel bad too!! Is just that the underlying infra of Linux is all C 😭😭

    • @dario.lencina
      @dario.lencina  7 місяців тому

      Btw I’ll make a video about this, where I built a POC of gpio purely in rust

    • @dario.lencina
      @dario.lencina  7 місяців тому +1

      You are inspiring me 🤗🤗

    • @kenzo3477
      @kenzo3477 7 місяців тому +1

      ​@@dario.lencina Are you an embedded engineer or electrical engineer?

    • @dario.lencina
      @dario.lencina  7 місяців тому +2

      @kenzo3477 embedded electrical turbo chad engineer 🤗🤗🤗😹😹😹

  • @ckpioo
    @ckpioo 6 місяців тому +1

    thanks, im programming my own flight control system but with a twist (basically it can work in herds or as i like to call it an array, currently i call it AVA (Autonomous Vehicles Array) and its super awesome, the idea is that there will be infrared lights which other ava drones in the airspace can detect for real time data on where other ava drones are present, all the drones can either be connected with a leader model or a main ground commander)

    • @dario.lencina
      @dario.lencina  6 місяців тому

      😱😱😱Whoa!! This sounds like an awesome project!! Are you documenting it?? I would love to follow along!!

  • @dioalif1563
    @dioalif1563 7 місяців тому +1

    Nice video bruh this is very interesting to be my holiday project

    • @dario.lencina
      @dario.lencina  7 місяців тому

      Yaaaas!! I am so happy, you made my day with your comment 🤗🤗

  • @miguelravelo4523
    @miguelravelo4523 3 місяці тому +1

    Hi Dario, this an awesome video. What is that gpio pin out mounted on your breadboard called? Is it just used for comfort to move all of the gpio connections closer to the breadboard?

    • @dario.lencina
      @dario.lencina  3 місяці тому

      Thanks bro! It’s this part: a.co/d/eK8G1t2

  • @dario.lencina
    @dario.lencina  7 місяців тому

    Here's the code: github.com/security-union/rust-projects-to-inspire-you/tree/v1.0.1