Skip to content

Commit 091a98d

Browse files
committed
readme prepare for v2.2.3
1 parent f4687c6 commit 091a98d

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

README.md

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,31 @@ Therefore this is an attempt to:
2424
- *Medium-power* BLDC driver (<30Amps): [Arduino <span class="simple">Simple<b>FOC</b>PowerShield</span> ](https://github.com/simplefoc/Arduino-SimpleFOC-PowerShield).
2525
- See also [@byDagor](https://github.com/byDagor)'s *fully-integrated* ESP32 based board: [Dagor Brushless Controller](https://github.com/byDagor/Dagor-Brushless-Controller)
2626

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
32-
</p>
33-
34-
> FUTURE RELEASE : <span class="simple">Simple<span class="foc">FOC</span>library</span> v2.2.3
27+
> NEW RELEASE 📢 : <span class="simple">Simple<span class="foc">FOC</span>library</span> v2.2.3
3528
> - stm32 low-side current sensing
3629
> - g4 supported
37-
> - thoroughly tested f1/f4/g4
30+
> - thoroughly tested f1/f4/g4 - [#187](https://github.com/simplefoc/Arduino-FOC/issues/187)
31+
> - bg431b: added support for VBAT and TEMPERATURE readings [#222](https://github.com/simplefoc/Arduino-FOC/pull/222)
3832
> - bugfixing
3933
> - leonardo
40-
> - mega2560
41-
> - inline current sense without driver #188
42-
> - `initFOC` fails if current sense not initialised
43-
> - driver and cs have to be well initialised for `initFOC` to start
44-
> - `cs.init()` and `driver.init()` return `1` if well initialised and `0` if failed
45-
## Arduino *SimpleFOClibrary* v2.2.2
34+
> - mega2560 [#190](https://github.com/simplefoc/Arduino-FOC/issues/190)
35+
> - inline current sense without driver [#188](https://github.com/simplefoc/Arduino-FOC/issues/188)
36+
> - bg431b support current sense fix [#210](https://github.com/simplefoc/Arduino-FOC/pull/210)
37+
> - StepperDriver4PWM wrong init [#182](https://github.com/simplefoc/Arduino-FOC/issues/182)
38+
> - open loop back-emf vlotage issue [#219](https://github.com/simplefoc/Arduino-FOC/issues/219)
39+
> - SAMD51 compile issue [#217](https://github.com/simplefoc/Arduino-FOC/issues/217)
40+
> - ESP32-S3 compile issue [#198](https://github.com/simplefoc/Arduino-FOC/issues/198)
41+
> - ESP32 compile issue [#208](https://github.com/simplefoc/Arduino-FOC/issues/208), [#207](https://github.com/simplefoc/Arduino-FOC/issues/207)
42+
> - magnetic sensor direction finding more robust [#173](https://github.com/simplefoc/Arduino-FOC/issues/173), [#164](https://github.com/simplefoc/Arduino-FOC/pull/164)
43+
> - `StepDirListener` improved timing [#169](https://github.com/simplefoc/Arduino-FOC/issues/169), [#209](https://github.com/simplefoc/Arduino-FOC/pull/209)
44+
> - API changes
45+
> - `setPhaseVoltage` is now public function
46+
> - `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
51+
## Arduino *SimpleFOClibrary* v2.2.3
4652

4753
<p align="">
4854
<a href="https://youtu.be/Y5kLeqTc6Zk">

0 commit comments

Comments
 (0)