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
Copy file name to clipboardExpand all lines: README.md
+28-20Lines changed: 28 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -7,35 +7,39 @@
7
7
8
8
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
9
Therefore this is an attempt to:
10
-
- Demystify 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 BLDC driver board: [Arduino SimpleFOC shield](https://askuric.github.io/Arduino-FOC/arduino_simplefoc_shield_showcase).
10
+
- Demystify FOC algorithm and make a robust but simple Arduino library: [Arduino *SimpleFOClibrary*](https://docs.simplefoc.com/arduino_simplefoc_library_showcase)
11
+
- Develop a modular BLDC driver board: [Arduino *SimpleFOCShield*](https://docs.simplefoc.com/arduino_simplefoc_shield_showcase).
12
12
13
-
## Arduino SimpleFOCShield
13
+
14
+
> ***UPDATE:*** Arduino *SimpleFOClibrary* now supports STM32 boards [Nucleo](https://www.st.com/en/evaluation-tools/stm32-nucleo-boards.html) and [Bluepill](https://stm32-base.org/boards/STM32F103C8T6-Blue-Pill.html).
-**Plug & play**: In combination with Arduino <spanclass="simple">Simple<spanclass="foc">FOC</span>library</span>
23
-
-**Low-cost**: Price of €20 - [Check the pricing](https://askuric.github.io/simplefoc_shield_product)
24
-
-**Open Source**: Fully available fabrication files - [how to make it yourself](https://askuric.github.io/Arduino-FOC/arduino_simplefoc_shield_fabrication)
26
+
-**Low-cost**: Price of €20 - [Check the pricing](https://www.simplefoc.com/simplefoc_shield_product)
27
+
-**Open Source**: Fully available fabrication files - [how to make it yourself](https://docs.simplefoc.com/arduino_simplefoc_shield_fabrication)
##### If you are interested in this board, preorder your version on this link: [Arduino Simple FOC Shield](https://askuric.github.io/simplefoc_shield_product)
33
+
##### If you are interested in this board, order your version on this link: [Arduino Simple FOC Shield](https://www.simplefoc.com/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.
58
66
59
-
- Full library installation [Docs](https://askuric.github.io/Arduino-FOC/library_download)
You can find more details in the [SimpleFOC documentation](https://askuric.github.io/Arduino-FOC/).
161
+
You can find more details in the [SimpleFOC documentation](https://docs.simplefoc.com/).
154
162
155
163
## Example projects
156
164
Here are some of the SimpleFOC application examples.
157
165
### Arduino Field Oriented Controlled Reaction Wheel Inverted Pendulum
158
166
This is a very cool open-source project of one of the simplest setups of the Reaction wheel inverted pendulum. Check out all the components and projects notes in the [github repository](https://github.com/askuric/Arduino-FOC-reaction-wheel-inverted-pendulum).
0 commit comments