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
Copy file name to clipboardExpand all lines: README.md
+39-20
Original file line number
Diff line number
Diff line change
@@ -19,27 +19,46 @@ Therefore this is an attempt to:
19
19
- See also [@byDagor](https://github.com/byDagor)'s *fully-integrated* ESP32 based board: [Dagor Brushless Controller](https://github.com/byDagor/Dagor-Brushless-Controller)
20
20
21
21
22
-
> NEXT RELEASE 📢: <spanclass="simple">Simple<spanclass="foc">FOC</span>library</span> v2.2.2
23
-
> - GenericCurrentSense bugfix and testing
24
-
> - bugfix leonardo #170
25
-
> - bugfix - no index search after specifying natural direction
26
-
> - Odrive example code see `examples/hardware_specific/odrive_example`
27
-
> - Low level API restructuring
28
-
> - Driver API
29
-
> - Current sense API
30
-
> - New debugging interface
31
-
> - Static class SimpleFOCDebug
32
-
> - Low-side current sensing
33
-
> - ESP32 generic support for multiple motors
34
-
> - Added low-side current sensing support for stm32 - only one motor
35
-
> - f1 family
36
-
> - f4 family
37
-
> - g4 family
38
-
> - New handling of current limit using voltage
39
-
> - Support for motor KV rating - back emf estimation
<li>bugfix - no index search after specifying natural direction</li>
29
+
<li>Low level API restructuring
30
+
<ul dir="auto">
31
+
<li>Driver API</li>
32
+
<li>Current sense API</li>
33
+
</ul>
34
+
</li>
35
+
<li>New debugging interface - <a href="https://docs.simplefoc.com/debugging">see in docs</a>
36
+
<ul dir="auto">
37
+
<li>Static class SimpleFOCDebug</li>
38
+
</ul>
39
+
</li>
40
+
<li>CurrentSense API change - added method <code class="highlighter-rouge">linkDriver()</code> - <a href="https://docs.simplefoc.com/current_sense">see in docs</a></li>
41
+
<li>Low-side current sensing - <a href="https://docs.simplefoc.com/low_side_current_sense">see in docs</a>
42
+
<ul dir="auto">
43
+
<li>ESP32 generic support for multiple motors</li>
44
+
<li>Added low-side current sensing support for stm32 - only one motor
45
+
<ul dir="auto">
46
+
<li>f1 family</li>
47
+
<li>f4 family</li>
48
+
<li>g4 family</li>
49
+
</ul>
50
+
</li>
51
+
</ul>
52
+
</li>
53
+
<li>New appraoch for current estimation for torque control using voltage - <a href="https://docs.simplefoc.com/voltage_torque_mode">see in docs </a>
54
+
<ul dir="auto">
55
+
<li>Support for motor KV rating - back emf estimation</li>
56
+
<li>Using motor phase resistance</li>
57
+
</ul>
58
+
</li>
59
+
<li>KV rating and phase resistance used for open-loop current limiting as well - <a href="https://docs.simplefoc.com/open_loop_motion_control">see in docs </a> </li>
0 commit comments