Skip to content

Commit 02d4e12

Browse files
committed
Merge branch 'dev'
2 parents 81dfc57 + 68896f4 commit 02d4e12

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,21 @@
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
66
[![arduino-library-badge](https://www.ardu-badge.com/badge/Simple%20FOC.svg?)](https://www.ardu-badge.com/badge/Simple%20FOC.svg)
77

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+
920

1021

11-
## A short YouTube demonstration video
22+
## A short library YouTube demonstration video
1223
[![](https://img.youtube.com/vi/N_fRYf7Z80k/0.jpg)](https://youtu.be/N_fRYf7Z80k)
1324

1425
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
150161
- Gerber files and BOM available Open Source
151162
- Stackable: running at least 2 motors in the same time
152163

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).
155165

156166
<p> <img src="extras/Images/shield_top_v13.png" height="200px"> <img src="extras/Images/shield_v13.png" height="200px">
157167
</p>

0 commit comments

Comments
 (0)