I am trying to use matlab support package for raspberry pi to control a motor board

2 visualizaciones (últimos 30 días)
I am trying to control a motor card using Raspberry Pi support package. Has anyone done this before? I am using the mdd10a control board which requires a PWM signal as well as a left vs right boolean signal. Any help would be appreciated.

Respuestas (1)

Shashank
Shashank el 15 de Feb. de 2018
Hi Shima,
To do this, you can use 2 GPIO pins on the raspberry pi. Please refer to the following link for the overall workflow:
1. All the pins support PWM, configure a pin for PWM using configurePin
2. Write Duty cycle and frequency to that pin. Refer to the example here:
On the other pin, you can write the boolean flag you want using writeDigitalPin
Hope this helps
  1 comentario
Shima
Shima el 15 de Feb. de 2018
Hello! Thank you for your note. I am using Simulink and I was able to use pins 17 and 22 for PWM and DIR (direction) to control the motor. The issue I am encountering is that despite changing the available settings on the PWM generator block, the motor moves at a steady state. In another words, varying the duty cycle does change the speed of the motor but does not slow it down as much as needed. any ideas?

Iniciar sesión para comentar.

Comunidades de usuarios

Más respuestas en  Power Electronics Control

Categorías

Más información sobre Raspberry Pi Hardware en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by