|
5 | 5 | [](https://opensource.org/licenses/MIT)
|
6 | 6 | [](https://www.ardu-badge.com/badge/Simple%20FOC.svg)
|
7 | 7 |
|
8 |
| -Proper low cost FOC supporting boards are very hard to find these days and even may not exist. The reason may be that the hobby community has not yet dug into it properly. But even if you would find a hardware which is capable of runing BLDC motors, a good FOC code capable of running on Arduino devices is even harder to find. Therefore this is the attempt to ***demistify the Field Oriented Control (FOC) algorithm*** and make a ***robust but simple implementation*** for ***Arduino hadrware***, as well as to introduce the new [Arduino FOC shield board](#arduino-simple-foc-shield). |
| 8 | +Proper low cost FOC supporting boards are very hard to find these days and even may not exist. The reason may be that the hobby community has not yet dug into it properly. But even if you would find a hardware which is capable of runing BLDC motors, a good FOC code capable of running on Arduino devices is even harder to find. Therefore this is the attempt to ***demistify the Field Oriented Control (FOC) algorithm*** and make a ***robust but simple implementation*** for ***Arduino hadrware***, as well as to introduce the new [Arduino FOC shield board](https://askuric.github.io/simplefoc.html). |
| 9 | + |
| 10 | +<p> <img src="extras/Images/shield_top_v13.png" height="200px"> <img src="extras/Images/shield_v13.png" height="200px"> |
| 11 | + |
| 12 | +### Features |
| 13 | +- Plug and play capability with the Arduino Simple FOC library |
| 14 | +- Price in the range of \$20-\$40 |
| 15 | +- Gerber files and BOM available Open Source |
| 16 | +- Stackable: running at least 2 motors in the same time |
| 17 | + |
| 18 | +##### If you are interested in this board, find more information on this link: [Arduino Simple FOC Shield](https://askuric.github.io/simplefoc.html) |
| 19 | + |
9 | 20 |
|
10 | 21 |
|
11 |
| -## A short YouTube demonstration video |
| 22 | +## A short library YouTube demonstration video |
12 | 23 | [](https://youtu.be/N_fRYf7Z80k)
|
13 | 24 |
|
14 | 25 | This video explains the Simple FOC library basic usage, electronic connections and demonstrates its capabilities.
|
@@ -150,8 +161,7 @@ We already have prototypes of the board and we are in the testing phase. We will
|
150 | 161 | - Gerber files and BOM available Open Source
|
151 | 162 | - Stackable: running at least 2 motors in the same time
|
152 | 163 |
|
153 |
| -***Let me know if you are interested! [email protected]*** |
154 |
| -You can explore the [3D model of the board in the PDF form](extras/ArduinoFOCShieldV12.pdf). |
| 164 | +More information on this link: [Arduino Simple FOC Shield](https://askuric.github.io/simplefoc.html). |
155 | 165 |
|
156 | 166 | <p> <img src="extras/Images/shield_top_v13.png" height="200px"> <img src="extras/Images/shield_v13.png" height="200px">
|
157 | 167 | </p>
|
|
0 commit comments