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)
26
26
27
-
<h3>NEWS 📢: SimpleFOClibrary has been published in the Journal of Open Source Software</h3>
28
-
<p>
29
-
<b>SimpleFOC</b>: A Field Oriented Control (FOC) Library for Controlling Brushless Direct Current (BLDC) and Stepper Motors.<br>
30
-
A. Skuric, HS. Bank, R. Unger, O. Williams, D. González-Reyes<br>
31
-
Journal of Open Source Software, 7(74), 4232, https://doi.org/10.21105/joss.04232
> - magnetic sensor direction finding more robust [#173](https://github.com/simplefoc/Arduino-FOC/issues/173), [#164](https://github.com/simplefoc/Arduino-FOC/pull/164)
> -`getVelocity` can now be called as many times as necessary (it recalculates the velocity if the time between calls is longer then `minDeltaT` - default 0.1ms)
47
+
> - BG431 board can be used only with `LowsideCurrentSense` class!
48
+
> -`initFOC` fails if current sense not initialised
49
+
> - driver and curent sense have to be well initialised for `initFOC` to start
50
+
> -`cs.init()` and `driver.init()` return `1` if well initialised and `0` if failed
0 commit comments