DC Motor Control | Part2 - Arduino using Matlab Simulink

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

ความคิดเห็น • 8

  • @martinjadlovsky7510
    @martinjadlovsky7510 39 นาทีที่ผ่านมา

    Hi, great video love it.
    I have a few questions.
    why do we need RPM ?
    Arduino nano runst at 3.3V How did you cenected those encoder pins to it ? does that encoder runs at 3.3V ?

  • @paranmanjang_
    @paranmanjang_  2 หลายเดือนก่อน +1

    [ 08:18 ] I typed wrong -
    RPM : Revolutions per minute
    PPR : pulse per revolution

  • @joshuaannan2278
    @joshuaannan2278 8 วันที่ผ่านมา +1

    What if you're using Arduino Uno, I'm asking because the Encoder block you used is meant for some versions of Arduino. Been trying to measure the rpm of my dc motor and I'm in a pinch. Any help?

    • @paranmanjang_
      @paranmanjang_  3 วันที่ผ่านมา

      Most encoder lines have two or three signal lines, usually sigA, sigB, direction, or the calculated count number or direction. Therefore, it is recommended to first check the signal output specified in the motor encoder’s data sheet and then bring those signals into the Arduino as input signals to build the system.

    • @paranmanjang_
      @paranmanjang_  3 วันที่ผ่านมา

      Sorry for the late reply. :) i was bit busy these days .

  • @hongsethya4932
    @hongsethya4932 18 วันที่ผ่านมา

    i'm using STM32 nucleo board and it doesn't have encoder block. is there an solution ?

    • @paranmanjang_
      @paranmanjang_  17 วันที่ผ่านมา

      @@hongsethya4932 I think you can make your own. Check your encoder's data sheet first!

    • @paranmanjang_
      @paranmanjang_  17 วันที่ผ่านมา

      @@hongsethya4932 Most encoder lines have two or three signal lines, usually sigA, sigB, direction, or the calculated count number or direction. Therefore, it is recommended to first check the signal output specified in the motor encoder’s data sheet and then bring those signals into the Arduino as input signals to build the system.