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
@@ -28,21 +29,27 @@ Therefore this is an attempt to:
28
29
- For official driver boards see [<spanclass="simple">Simple<spanclass="foc">FOC</span>Boards</span>](https://docs.simplefoc.com/boards)
29
30
- Many many more boards developed by the community members, see [<spanclass="simple">Simple<spanclass="foc">FOC</span>Community</span>](https://community.simplefoc.com/)
30
31
31
-
> NEW RELEASE 📢 : <spanclass="simple">Simple<spanclass="foc">FOC</span>library</span> v2.3.3
32
-
> - Teensy4
33
-
> - support for low-side current sensing [#392](https://github.com/simplefoc/Arduino-FOC/pull/392)
34
-
> - support for center aligned 6pwm and 3pwm (optional) [#392](https://github.com/simplefoc/Arduino-FOC/pull/392)
35
-
> - stm32
36
-
> - support for center aligned pwm (even across multiple timers and motors/drivers) [#374](https://github.com/simplefoc/Arduino-FOC/pull/374), [#388](https://github.com/simplefoc/Arduino-FOC/pull/388)
37
-
> - support for DMA based low-side current sensing: [#383](https://github.com/simplefoc/Arduino-FOC/pull/383),[#378](https://github.com/simplefoc/Arduino-FOC/pull/378)
38
-
> - support for f7 architecture [#388](https://github.com/simplefoc/Arduino-FOC/pull/388),[#394](https://github.com/simplefoc/Arduino-FOC/pull/394)
> - Much more performant Space Vector PWM calculation [#340](https://github.com/simplefoc/Arduino-FOC/pull/340)
41
-
> - And much more:
42
-
> - See the complete list of bugfixes and new features of v2.3.3 [fixes and PRs](https://github.com/simplefoc/Arduino-FOC/milestone/10?closed=1)
43
-
44
-
45
-
## Arduino *SimpleFOClibrary* v2.3.3
32
+
> NEXT RELEASE 📢 : <spanclass="simple">Simple<spanclass="foc">FOC</span>library</span> v2.3.4
33
+
> - ESP32 MCUs extended support [#414](https://github.com/simplefoc/Arduino-FOC/pull/414)
34
+
> - Transition to the arduino-esp32 version v3.x (ESP-IDF v5.x) [#387](https://github.com/espressif/arduino-esp32/releases)
35
+
> - New support for MCPWM driver
36
+
> - New support for LEDC drivers - center-aligned PWM and 6PWM available
37
+
> - Rewritten and simplified the fast ADC driver code (`adcRead`) - for low-side and inline current sensing.
38
+
> - Stepper motors current sensing support [#421](https://github.com/simplefoc/Arduino-FOC/pull/421)
39
+
> - Support for current sensing (low-side and inline) - [see in docs](https://docs.simplefoc.com/current_sense)
40
+
> - Support for true FOC control - `foc_current` torque control - [see in docs](https://docs.simplefoc.com/motion_control)
41
+
> - New current sense alignment procedure [#422](https://github.com/simplefoc/Arduino-FOC/pull/422) - [see in docs](https://docs.simplefoc.com/current_sense_align)
42
+
> - Support for steppers
43
+
> - Much more robust and reliable
44
+
> - More verbose and informative
45
+
> - Support for HallSensors without interrupts [#424](https://docs.simplefoc.com/https://github.com/simplefoc/Arduino-FOC/pull/424) - [see in docs](hall_sensors)
46
+
> - Docs
47
+
> - A short guide to debugging of common issues
48
+
> - A short guide to the units in the library - [see in docs](https://docs.simplefoc.com/library_units)
49
+
> - See the complete list of bugfixes and new features of v2.3.4 [fixes and PRs](https://github.com/simplefoc/Arduino-FOC/milestone/11)
Copy file name to clipboardExpand all lines: examples/hardware_specific_examples/Bluepill_examples/encoder/bluepill_position_control/bluepill_position_control.ino
Copy file name to clipboardExpand all lines: examples/hardware_specific_examples/Bluepill_examples/magnetic_sensor/bluepill_position_control/bluepill_position_control.ino
Copy file name to clipboardExpand all lines: examples/hardware_specific_examples/DRV8302_driver/3pwm_example/encoder/full_control_serial/full_control_serial.ino
Copy file name to clipboardExpand all lines: examples/hardware_specific_examples/DRV8302_driver/6pwm_example/encoder/full_control_serial/full_control_serial.ino
Copy file name to clipboardExpand all lines: examples/hardware_specific_examples/DRV8302_driver/esp32_current_control_low_side/esp32_current_control_low_side.ino
Copy file name to clipboardExpand all lines: examples/hardware_specific_examples/DRV8302_driver/stm32_current_control_low_side/stm32_current_control_low_side.ino
Copy file name to clipboardExpand all lines: examples/hardware_specific_examples/DRV8302_driver/teensy4_current_control_low_side/teensy4_current_control_low_side.ino
Copy file name to clipboardExpand all lines: examples/hardware_specific_examples/ESP32/magnetic_sensor/esp32_position_control/esp32_position_control.ino
Copy file name to clipboardExpand all lines: examples/hardware_specific_examples/SAMD_examples/nano33IoT/nano33IoT_velocity_control/nano33IoT_velocity_control.ino
0 commit comments