Hey guys,
SimpleFOClibrary v2.2.3 is out!
The aren’t any huge changes, it’s mostly a more stable (a lot of bugfixes
) and improved version of v2.2.2.
Main features:
- stm32 low-side current sensing
- bugfixing
- leonardo
- mega2560 #190
- inline current sense without driver #188
- bg431b support current sense fix #210
StepperDriver4PWMwrong init #182- open loop back-emf voltage issue #219
- SAMD51 compile issue #217
- ESP32-S3 compile issue #198
- ESP32 compile issue #208, #207
- magnetic sensor direction finding more robust #173, #164
StepDirListenerimproved timing #169, #209HallSensorvelocity calculation fix #192
- API changes
setPhaseVoltageis now public functiongetVelocitycan now be called as many times as necessary - see in docs- it recalculates the velocity if the time between calls is longer then
min_elapsed_time- default 0.1ms
- it recalculates the velocity if the time between calls is longer then
HallSensorvelocity calculation outlier removal using max expected velocityvelocity_max- see in docs- BG431 board can be used only with
LowsideCurrentSenseclass! - see in docs initFOCfails if current sense not initialised - see in docs- driver and current sense have to be well initialised for
initFOCto start - see in docs cs.init()anddriver.init()return1if well initialised and0if failed
- driver and current sense have to be well initialised for
I just wanted to thank all of you guys once again for your support with all the bug fixing and signaling!