Skip to content

Commit eed0387

Browse files
committed
prepare readme for 2.1.1
1 parent ee2dfde commit eed0387

File tree

2 files changed

+5
-35
lines changed

2 files changed

+5
-35
lines changed

README.md

Lines changed: 4 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -16,40 +16,10 @@ Therefore this is an attempt to:
1616
- ***NEW*** 📢: *Medium-power* BLDC driver (<30Amps): [Arduino <span class="simple">Simple<b>FOC</b>PowerShield</span> ](https://github.com/simplefoc/Arduino-SimpleFOC-PowerShield).
1717
- See also [@byDagor](https://github.com/byDagor)'s *fully-integrated* ESP32 based board: [Dagor Brushless Controller](https://github.com/byDagor/Dagor-Brushless-Controller)
1818

19-
##### <b> NEW RELEASE 📢:</b> <i>Simple<b>FOC</b>library v2.1
20-
> - **Initial current sensing support**🎉
21-
> - Inline current sensors
22-
> - adaptive zero finding and shunt direction
23-
> - **Implemented real torque control**
24-
> - using voltage
25-
> - using current magnitude (one current)
26-
> - using FOC currents ( d-q currents ) - real foc control
27-
> - SVPWM full implementation d+q axis
28-
> - **Simplified sensor implementation**📢
29-
> - For new sensor implementation only one function necessary `getAngle()`
30-
> - Upgrade of the HallSensor implementation by [@owennewo](https://github.com/owennewo)
31-
> - Support for Arduino DUE - everything except the 6PWM mode
32-
> - Support for ATMega328pb
33-
> - bugfix for the Teensy boards ( setting 3pwm )
34-
> - extended support for 2PWM stepper drivers - by [@zjor](https://github.com/zjor)
35-
> - included F macro for shrinking string memory usage - moved to programming memory
36-
> - disable phase support for 3pwm driver
37-
> - not yet for 6pwm
38-
> - rewritten `initFOC()`
39-
> - can be skipped and outputs much more info
40-
> - align sensor: direction + zero offset + pole pair check
41-
> - align current sense
42-
> - sensor offset supported (`motor.sensor_offset`)
43-
> - **refactored motor commands interface**
44-
> - much more flexible and easy to extend
45-
> - very easy to add new commands and function callbacks
46-
> - implemented motor+pid+lpf commands of-the-shelf
47-
> - Added **step/dir interface**
48-
> - integrated as an optional communication channel
49-
>
50-
> BEWARE 📢 slight API changes included
51-
> - `ControlType` renamed into `MotionControlType`
52-
> - `ControlType::voltage` does not exist any more now - `MotionControlType::torque`
19+
##### <b> Next release will be:</b> <i>Simple<b>FOC</b>library v2.1.1
20+
> - bugfixes commander
21+
> - bugfix `voltage_limit` when provided `phase_resistance`
22+
> - bugfix `hall_sensor` examples
5323
5424

5525
## Arduino *SimpleFOCShield* v2.0.3

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Simple FOC
2-
version=2.1
2+
version=2.1.1
33
author=Simplefoc <[email protected]>
44
maintainer=Simplefoc <[email protected]>
55
sentence=A library demistifying FOC for BLDC motors

0 commit comments

Comments
 (0)