Skip to content

Commit cea723f

Browse files
authored
Update README.md
1 parent 76e9932 commit cea723f

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
# Arduino based Field Oriented Control (FOC) for gimbal motors
1+
# ArduinoFOC library
2+
### Simple Field Oriented Control (FOC) for gimbal BLDC motors
23

34
![Library Compile](https://github.com/askuric/Arduino-FOC/workflows/Library%20Compile/badge.svg)
45
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
56

7+
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+
615
This project is based on widely used in Hobby world brushless gimbal controller HMBGC V2.2.
716
<p>
817
<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
1221
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.
1322

1423
### The closest you can get to FOC support and low cost (I was able to find) is:
15-
- [Odrive ![](https://static1.squarespace.com/static/58aff26de4fcb53b5efd2f02/t/5c2c766921c67c143049cbd3/1546417803031/?format=1200w)](https://odriverobotics.com/)
16-
- [Trinamic ![](http://i3.ytimg.com/vi/g2BHEdvW9bU/maxresdefault.jpg)](https://www.youtube.com/watch?v=g2BHEdvW9bU)
24+
<a href="https://odriverobotics.com/" >Odroid</a> | <a href="https://www.youtube.com/watch?v=g2BHEdvW9bU">Trinamic</a>
25+
------------ | -------------
26+
<img src="https://static1.squarespace.com/static/58aff26de4fcb53b5efd2f02/t/5c2c766921c67c143049cbd3/1546417803031/?format=1200w" width="400px"> | <img src="http://i3.ytimg.com/vi/g2BHEdvW9bU/maxresdefault.jpg" width="400px">
1727

1828
### There are two main probelms with these kinds of borads:
19-
- Both of them cost more than 100$.
20-
- Both of them are oriented to high current operations.
29+
- They cost more than 100$.
30+
- They are oriented to high current operations.
2131

22-
## This porject aims to close the gap in the areas:
23-
- Low cost applications <50$
24-
- Low current operation < 5A
25-
- Simple usage and scalability (Arduino)
26-
and demistify FOC control in a simple way.
2732

2833
## All you need for this project is (an exaple in brackets):
2934
- Brushless motor - 3 pahse (IPower GBM4198H-120T [Ebay](https://www.ebay.com/itm/iPower-Gimbal-Brushless-Motor-GBM4108H-120T-for-5N-7N-GH2-ILDC-Aerial-photo-FPV/252025852824?hash=item3aade95398:g:q94AAOSwPcVVo571:rk:2:pf:1&frcectupt=true))

0 commit comments

Comments
 (0)