Hi guys,
The v2.4 is out and it’s a big one!
NEW RELEASE
: SimpleFOClibrary v2.4.0 see release
-
STM32
- Added support for ADC reads in addition to Lowside current sense #506 - see in docs
- Added support for multiple motors low-side CS (one per ADC) with ADC current sensing #503
- BG341 low-side current sense sync was lost in v2.3.5 - fixed #482
-
ESP32
-
Others
- Teensy4 support for phase state setting #498 by @Ragiton
- Added support for Arduino Nano Matter board by @silabs-szabog : #485
-
Major New features
- Add current and voltage feed forward terms to motor classes by @Copper280z in #454
- Velocity Calculation rework by @Copper280z in #45
- Motion control - docs
- Added
custommotion control mode - see in docs and in examples - Added
angle_nocascadecontrol mode for position control without velocity cascade - see in docs - #384 - Now all the closed and open loop modes can be used with any torque control modes (voltage and current)
- Ex.
velocity_openloopwithfoc_currenttorque control
- Ex.
- Added
- Torque control - docs
- Added
estimated_currenttorque control mode for model-based current estimation without current sensing - see in docs - Now we can easily switch between voltage and estimated current control
- Added
-
Docs updates - see docs
- Write the code page updated - see docs
- Better step-by-step setup guides - see docs
- New motion control documentation - see docs
- New torque/FOC control documentation - see docs
- Theory corner updated and extended - see docs
- Library source updated and extended - see docs
- Practical guides updated and extended - see docs
-
Examples
align_current_sense.inoexample added to theexamples/utils/current_sense_testallowing to verify the alignment between the driver and the current sense phases
-
Changelog
- See the release notes for more details: see release
- See the milestones: v2.3.6 (unreleased) and v2.4.0
Thanks everyone for your contributions in code, discussions and issues!
Antun