Arduino-FOC icon indicating copy to clipboard operation
Arduino-FOC copied to clipboard

Possible to implement using an IMU for feedback?

Open frippe75 opened this issue 4 years ago • 2 comments

Instead of rotary encoders and so on...

frippe75 avatar Nov 22 '21 16:11 frippe75

Hey @frippe75 It would be possible to implement the IMU, so far we did not do it though. It has been in some of our previous plans but nothing too concrete was done. However it would really not be complicated to do so. You basically need to implement only one functions getSensorAnlgle(). Here is a tutorial from the docs, how to create your own sensor class: https://docs.simplefoc.com/sensor_support

askuric avatar Nov 23 '21 08:11 askuric

Back in old tracks. I guess this is the way forward?

https://docs.simplefoc.com/generic_sensor

frippe75 avatar Jul 17 '22 07:07 frippe75