Difference between revisions of "STM32 Electronic speed controller (ESC)"

From Stm32World Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
[[Category:STM32 Projects]] [[Category:Work in progress]]
 
[[Category:STM32 Projects]] [[Category:Work in progress]]
 
[[Electronic speed control]] ([[ESC]]) is a device which can control a [[Brushless DC electric motor]].  This page is meant as a place to write down research notes and it is most definitely a [[:Category:Work in progress|work in progress]].
 
[[Electronic speed control]] ([[ESC]]) is a device which can control a [[Brushless DC electric motor]].  This page is meant as a place to write down research notes and it is most definitely a [[:Category:Work in progress|work in progress]].
 +
 +
== Control ==
 +
 +
The first [[ESC]]s were typically controlled by applying a [[PWM]] signal to a pin.  Since then many other both analogue and digital approaches have been developed.  This section list some of these along with benefits and drawbacks.
 +
 +
=== Pulse width modulation (PWM) ===
 +
 +
  
 
== Miscellaneous documentation ==
 
== Miscellaneous documentation ==
  
 
* [https://en.wikipedia.org/wiki/Electronic_speed_control Wikipedia article on Electronic speed control ]
 
* [https://en.wikipedia.org/wiki/Electronic_speed_control Wikipedia article on Electronic speed control ]

Revision as of 04:20, 2 December 2020

Electronic speed control (ESC) is a device which can control a Brushless DC electric motor. This page is meant as a place to write down research notes and it is most definitely a work in progress.

Control

The first ESCs were typically controlled by applying a PWM signal to a pin. Since then many other both analogue and digital approaches have been developed. This section list some of these along with benefits and drawbacks.

Pulse width modulation (PWM)

Miscellaneous documentation