vsulako / AFFBWheel

Arduino based racing wheel controller with force feedback
MIT License
102 stars 20 forks source link

Using SimpleFOC to control the motor #65

Open jairov96 opened 2 months ago

jairov96 commented 2 months ago

Hello,

I'm going to embark in the challenge of using a small BLDC motor and the SimpleFoc library to create a little desktop FFB controller ( https://www.youtube.com/watch?v=7g6O4G1OXd4 like this, but with FFB).

By any chance are you familiar with the simpleFoc library? I am trying to make some sense of your project in order to figure out where exactly do I need to initiate the driver and how to exactly do the wiring, as simplefoc wants 3 PWM signals in order to control the motor poles.

In any case, I wanted to thank you for this project. I already got it up and working for controlling the in-game steering and pedals, just missing how to adapt the FFB to work.

Thanks