Use a single current sensor?

I am working on a project with stepper motors. I am using an ACS Hall effect sensor for current sensing. I was planning on two sensors inline with the motor coils.

Could I just put a single sensor inline with the driver power supply? There would be some extra code to calculate actual winding current (if necessary), but would there be other disadvantages?

Thanks!

I believe SimpleFOC supports only two or three inline current sensors. The two current estimation is not as good as three, but the estimation algorithm it’s built into the library.

Doing one inline sensor with the driver motor voltage input (high side I assume???) is probably possible (doubtful ???) but you need to re-write the algorithm yourself.

Some good discussion here:

Cheers,
Valentine