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
Proper low cost FOC supporting board is very hard to find these days even may not exist. The reason may be that the hobby/open source community has not yet dug into it properly. Therefore this is the attempt to demistify the Field Oriented Control (FOC) algorithm and make a robust but simple implementation for usage with Arduino hadrware.
8
+
9
+
#### This project aims to close the gap in the areas:
10
+
- Low cost applications <50$
11
+
- Low current operation < 5A
12
+
- Simple usage and scalability (Arduino)
13
+
and demistify FOC control in a simple way.
14
+
6
15
This project is based on widely used in Hobby world brushless gimbal controller HMBGC V2.2.
7
16
<p>
8
17
<img src="extras/Images/ebay.jpg" height="400px">
@@ -12,18 +21,14 @@ This project is based on widely used in Hobby world brushless gimbal controller
12
21
Proper low cost FOC supporting board is very hard to find these days even may not exist. The reason may be that the hobby community has not yet dug into it properly.
13
22
14
23
### The closest you can get to FOC support and low cost (I was able to find) is:
0 commit comments