You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- See also [@byDagor](https://github.com/byDagor)'s *fully-integrated* ESP32 based board: [Dagor Brushless Controller](https://github.com/byDagor/Dagor-Brushless-Controller)
18
18
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
0 commit comments