Skip to content

Commit 6e9b467

Browse files
committed
UPDATE restructuring
1 parent 916cb4d commit 6e9b467

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 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 [link](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.

0 commit comments

Comments
 (0)