encoder block in simulink for ESP 32

14 visualizzazioni (ultimi 30 giorni)
Hi,
can you please tell me how can i read/measure the speed of motor using ESP32 in simulink by using any encoder block.

Risposta accettata

aakash dewangan
aakash dewangan il 21 Mar 2023
Modificato: aakash dewangan il 19 Giu 2023
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

Più risposte (1)

Praharshita
Praharshita il 13 Mar 2023
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 Commento
aakash dewangan
aakash dewangan il 18 Mar 2023
Modificato: aakash dewangan il 18 Mar 2023
can you exactly mention which arduino block you are talking about.
also, first two steps of your suggestions are not visible in simulink.

Accedi per commentare.

Categorie

Scopri di più su Arduino Hardware in Help Center e File Exchange

Prodotti


Release

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by