Skip to content

Commit 0194f14

Browse files
committed
README update intro
1 parent a149c52 commit 0194f14

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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 usage with Arduino hadrware, as well as to offer you a simple [Arduino FOC shield board](#arduino-simple-foc-shield). :D
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).
99

1010

1111
## A short YouTube demonstration video
@@ -16,9 +16,10 @@ This video explains the Simple FOC library basic usage, electronic connections a
1616
### This project aims to close the gap in the areas:
1717
- Low cost applications <50$
1818
- Low current operation < 5A
19-
- Simple usage and scalability (Arduino)
20-
and demistify FOC control in a simple way.
21-
19+
- Simple usage and scalability (Arduino)
20+
- Plug and play arduino library for beginers
21+
- Arudino minimal code for easy integration and customisation for different advanced projects
22+
- Introducing [Arduino FOC shield board](#arduino-simple-foc-shield)
2223

2324
#### The closest you can get to FOC support and low cost (I was able to find) is:
2425

0 commit comments

Comments
 (0)