Releases: simplefoc/Arduino-FOC
Releases · simplefoc/Arduino-FOC
v1.3.0
v1.2.0
Simple FOC Arduino library v1.2.0
- PI controller restructuring
- Added velocity filter
- Added PI tuning examples
- Implemented AS5047/48 sensor SPI intrface
- A lot of testing:
- 14 and 11 pole pair motors
- encoder 2048 and 8192 ppr
- Arudino UNO + HMGBC
- Restructuring the readme
- Ready for release of SimpleFOC shield
v1.1.2
Simple FOC stable release v1.1.2
- Sine wave approximation using an array
- Index pin interrupt handling
- major bugfix
- Enabled all Arduino UNO pwm pins to run with the library
- Restructured the doucmentation (README) and added more content
- Added voltage ramping feature
- Refactoring for easier use
- thouroughly tested all the examples and library features
v1.1.0
Simple FOC release v1.1.0
- Implemented encoder index support - constant velocity
- removed unipolar/bipolar support (not necessary)
- BLDCMotor class serial debug added
- Encoder quadrature mode enable/disable feature
- PI/P controller refactoring
- Default values refactoring