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
@@ -65,7 +65,7 @@ Therefore this is an attempt to:
65
65
</a>
66
66
</p>
67
67
68
-
This video demonstrates the SimpleFOClibrary basic usage, electronic connections and shows its capabilities.
68
+
This video demonstrates the *Simple**FOC**library* basic usage, electronic connections and shows its capabilities.
69
69
70
70
71
71
### Features
@@ -91,46 +91,37 @@ This video demonstrates the Simple FOC library basic usage, electronic connectio
91
91
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.
92
92
93
93
- Full library installation [Docs](https://docs.simplefoc.com/library_download)
- Reopen Arduino IDE and you should have the library examples in `File > Examples > Simple FOC`.
116
116
117
-
### SimpleFOC library minimal sketch example
117
+
### *SimpleFOClibrary*minimal project builder
118
118
119
-
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.
119
+
For those willing to experiment and to modify the code I suggest using the minimal project builder [minimal branch](https://github.com/simplefoc/Arduino-FOC/tree/minimal).
120
120
> This code is completely independent and you can run it as any other Arduino Sketch without the need for any libraries.
121
121
122
-
#### Github website download
123
-
- Go to [minimal branch](https://github.com/askuric/Arduino-FOC/tree/minimal)
124
-
- Download the code by clicking on the `Clone or Download > Download ZIP`.
- Then you just open it with the Arduino IDE and run it.
122
+
All you need to do is:
123
+
- Go to [minimal branch](https://github.com/simplefoc/Arduino-FOC/tree/minimal)
124
+
- Follow the tutorial in the README file and choose only the library files that are necessary for your application.
134
125
135
126
## Arduino code example
136
127
This is a simple Arduino code example implementing the velocity control program of a BLDC motor with encoder.
@@ -187,23 +178,22 @@ void loop() {
187
178
You can find more details in the [SimpleFOC documentation](https://docs.simplefoc.com/).
188
179
189
180
## Example projects
190
-
Here are some of the SimpleFOC application examples.
191
-
### Arduino Field Oriented Controlled Reaction Wheel Inverted Pendulum
192
-
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).
193
-
<palign="">
181
+
Here are some of the *Simple**FOC**library* and *Simple**FOC**Shield* application examples.
**The main benefits of using the BLDC motor in this project are:**
200
-
- High torque to weight ratio
201
-
- The lighter the better
202
-
- Lots of torque for low angular velocities
203
-
- No need to spin the motor to very high PRM to achieve high torques
204
-
- No gearboxes and backlash
205
-
- Very smooth operation = very stable pendulum
206
-
207
197
208
198
## Documentation
209
199
Find out more information about the Arduino SimpleFOC project in [docs website](https://docs.simplefoc.com/)
@@ -212,6 +202,6 @@ Find out more information about the Arduino SimpleFOC project in [docs website](
212
202
## Arduino FOC repo structure
213
203
Branch | Description | Status
214
204
------------ | ------------- | ------------
215
-
[master](https://github.com/askuric/Arduino-FOC) | Stable and tested library version | 
216
-
[dev](https://github.com/askuric/Arduino-FOC/tree/dev) | Development library version | 
217
-
[minimal](https://github.com/askuric/Arduino-FOC/tree/minimal) | Minimal Arduino example with integrated library | 
205
+
[master](https://github.com/simplefoc/Arduino-FOC) | Stable and tested library version | 
206
+
[dev](https://github.com/simplefoc/Arduino-FOC/tree/dev) | Development library version | 
207
+
[minimal](https://github.com/simplefoc/Arduino-FOC/tree/minimal) | Minimal Arduino example with integrated library | 
0 commit comments