-
Notifications
You must be signed in to change notification settings - Fork 15
/
README
41 lines (30 loc) · 974 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
This software underlies the terms of GPLv3. See COPYING for the
license.
Description:
============
This is a side project of Open-BLDC (http://open-bldc.esden.net) for
creating an open source (Free with a non propriatary license)
alternative Firmware for Mikrokopter (http://www.mikrokopter.de)
Brushless DC Motor Controllers. The goal is also to make a clean,
maintainable and easy to understand codebase for experimentation.
Goals:
======
* Clean well structured code.
* Find out what concepts can be implemented on the MK ESC
* Adaptive timing
* Active breaking (probably not possible)
* Speed controller
* Current controller
Status:
=======
As of 2009-02-16:
~~~~~~~~~~~~~~~~~
What works:
-----------
* Motor start routine works.
* Comparator based commutation detection based commutation works.
Known problems:
---------------
* Motor start routine is not 100% reliable.
* In low speeds the commutation detection based commutation skipps
sometimes.