You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proper low-cost and low-power FOC supporting boards are very hard to find these days and even may not exist. Even harder to find is a stable and simple FOC algorithm code capable of running on Arduino devices.
9
8
Therefore this is an attempt to:
10
-
- Demistify FOC algorithm and make a robust but simple Arduino library: [Arduino SimpleFOC library](https://askuric.github.io/Arduino-FOC/arduino_simplefoc_library_showcase)
11
-
- Develop a modular BLDCdriver boards: [Arduino SimpleFOC shield](https://askuric.github.io/Arduino-FOC/arduino_simplefoc_shield_showcase).
9
+
- Demystify FOC algorithm and make a robust but simple Arduino library: [Arduino SimpleFOC library](https://askuric.github.io/Arduino-FOC/arduino_simplefoc_library_showcase)
10
+
- Develop a modular BLDC driver board: [Arduino SimpleFOC shield](https://askuric.github.io/Arduino-FOC/arduino_simplefoc_shield_showcase).
##### If you are interested in this board, preorder your version on this link: [Arduino Simple FOC Shield](https://askuric.github.io/simplefoc_shield_product)
Depending on if you want to use this library as the plug and play Arduino library or you want to get insight in the algorithm and make changes there are two ways to install this code.
42
55
43
56
- Full library installation [Docs](https://askuric.github.io/Arduino-FOC/library_download)
- Reopen Arduino IDE and you should have the library examples in `File > Examples > Simple FOC`.
66
79
67
-
### SimpleFOC library minimal scketch example
80
+
### SimpleFOC library minimal sketch example
68
81
69
82
For those willing to experiment and to modify the code I suggest using the [minimal version](https://github.com/askuric/Arduino-FOC/tree/minimal) of the code.
70
-
> This code is completely indepenedet and you can run it as any other Arduino Schetch without the need for any libraries.
83
+
> This code is completely independent and you can run it as any other Arduino Sketch without the need for any libraries.
71
84
72
-
#### Github webiste downlaod
85
+
#### Github website download
73
86
- Go to [minimal branch](https://github.com/askuric/Arduino-FOC/tree/minimal)
74
-
-Downlaod the code by clicking on the `Clone or Download > Download ZIP`.
75
-
- Unzip it and open the schetch in Arduino IDE.
87
+
-Download the code by clicking on the `Clone or Download > Download ZIP`.
88
+
- Unzip it and open the sketch in Arduino IDE.
76
89
77
90
#### Using terminal
78
91
- Open the terminal:
@@ -90,5 +103,5 @@ Find out more information about the Arduino SimpleFOC project in [docs website](
90
103
Branch | Description | Status
91
104
------------ | ------------- | ------------
92
105
[master](https://github.com/askuric/Arduino-FOC) | Stable and tested library version | 
93
-
[dev](https://github.com/askuric/Arduino-FOC/tree/dev) | Developement library version | 
106
+
[dev](https://github.com/askuric/Arduino-FOC/tree/dev) | Development library version | 
94
107
[minimal](https://github.com/askuric/Arduino-FOC/tree/minimal) | Minimal Arduino example with integrated library | 
0 commit comments