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

2 次查看(过去 30 天)
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.

回答(1 个)

Shashank
Shashank 2018-2-15
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 个评论
Shima
Shima 2018-2-15
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?

请先登录,再进行评论。

社区

更多回答在  Power Electronics Control

类别

Help CenterFile Exchange 中查找有关 Raspberry Pi Hardware 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by