フィルターのクリア

encoder block in simulink for ESP 32

8 ビュー (過去 30 日間)
aakash dewangan
aakash dewangan 2023 年 3 月 9 日
編集済み: aakash dewangan 2023 年 6 月 19 日
Hi,
can you please tell me how can i read/measure the speed of motor using ESP32 in simulink by using any encoder block.

採用された回答

aakash dewangan
aakash dewangan 2023 年 3 月 21 日
編集済み: aakash dewangan 2023 年 6 月 19 日
I have managed to solve the problem.
ESP32 libraries/files were not installed in my computer.
After installing them again, It is working properly, same as Arduino due.
Thanks

その他の回答 (1 件)

Praharshita
Praharshita 2023 年 3 月 13 日
Hi Aakash,
To Read/Measure the speed of motor using ESP32 in simulink by using any encooder block,
  1. Open a new Simulink model and add an Arduino block from the Simulink Library Browser.
  2. Double-click on the Arduino block and select the ESP32 board from the list of supported Arduino hardware.
  3. Add an Encoder block from the Simulink Library Browser and connect its output to a scope block.
  4. Configure the Encoder block by specifying the pin number for the encoder signal input and the encoder resolution in pulses per revolution.
  5. Set the simulation stop time and other simulation parameters as desired.
  6. Run the simulation and observe the output of the scope block to see the speed of the motor in revolutions per minute (RPM).
Hope these steps help resolve the issue.
  1 件のコメント
aakash dewangan
aakash dewangan 2023 年 3 月 18 日
編集済み: aakash dewangan 2023 年 3 月 18 日
can you exactly mention which arduino block you are talking about.
also, first two steps of your suggestions are not visible in simulink.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeArduino Hardware についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by