BLDC sensor-less control - how to ?

Wassim wrote 01/03/2019 at 10:42 0 points

Edit : Thanks for all those who provided valuable references and comments, I realized that sensor-less is not a good idea for my application, as it is low speed and as sensors are becoming more available with reasonable integration effort.

____________________________________________________________________

Hi all, I would like to develop a #Self standing balancing robot , I selected BLDCs with low KV and not servomotors or steppers so that it is as fluent as cameras gimbals control. Wrote a pseudo sine flow control https://github.com/nRFMesh/nRF52_Mesh/blob/master/drivers/bldc.c



Now I'm not sure if that would work in open loop? If possible to have torque control (limited breaking force) ?



How to know what is the maximum current that can go through the coils without damaging them (wire of 0.15 mm) ?



Any hints or links for BLDC sensor-less position control, BLDC based balancing robots, or just ideas or comments would be appreciated.



Note that I'll be 3d printing the robot, so position sensors or encoders would greatly complicate the conception.