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: docs/simplefoc_library/code/sensors/magnetic_sensor.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ permalink: /magnetic_sensor
16
16
</div>
17
17
18
18
19
-
Magnetic sensors implementation in this library ([version 1.4.1 <iclass="fa fa-tag"></i>](https://github.com/askuric/Arduino-FOC/releases)) support communications:
19
+
Magnetic sensors implementation in this library ([version 1.4.1 <iclass="fa fa-tag"></i>](https://github.com/simplefoc/Arduino-FOC/releases)) support communications:
Copy file name to clipboardExpand all lines: docs/simplefoc_library/examples/drv8302.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ DRV8302 is a high performance BLDC driver board capable of delivering 15A curren
15
15
16
16
<blockquoteclass="warning">
17
17
<pclass="heading">BEWARE📢</p>
18
-
Up to this moment (<ahref="https://github.com/askuric/Arduino-FOC/releases">version 1.4.1 <iclass="fa fa-tag"></i></a>) the library doesn't implement the current control loop. The motor torque is controlled via voltage directly. <ahref="voltage_torque_control"> More info.</a>
18
+
Up to this moment (<ahref="https://github.com/simplefoc/Arduino-FOC/releases">version 1.4.1 <iclass="fa fa-tag"></i></a>) the library doesn't implement the current control loop. The motor torque is controlled via voltage directly. <ahref="voltage_torque_control"> More info.</a>
19
19
</blockquote>
20
20
21
21
Here is an example hardware you might need for this project:
This is a project of designing and controlling the reaction wheel inverted pendulum based entirely on Arduino [SimpleFOC library and SimpleFOC shield](https://github.com/askuric/Arduino-FOC).
14
+
This is a project of designing and controlling the reaction wheel inverted pendulum based entirely on Arduino [SimpleFOC library and SimpleFOC shield](https://github.com/simplefoc/Arduino-FOC).
This is a very fun project in many ways, and it is intended:
19
19
- Students in search for a good testing platform for their advanced algorithms
@@ -35,13 +35,13 @@ But for me, the most exciting part of this project was the ability to use the Fi
35
35
So far, FOC has been restricted to high-end applications due to the complexity and the cost of the hardware mostly, but also due to the lack of user-friendly, well documented software. Therefore I am very happy to show you the projects like this one, which directly benefit the FOC algorithm and BLDC motors and encourage you to use these techniques in your projects as well.
Due to the using of the brushless motor and the <spanclass="simple">Simple<spanclass="foc">FOC</span>Shield</span>, this might be one of the simplest hardware setups of the reaction wheel inverted pendulum there is.
Please check the [github repository](https://github.com/askuric/Arduino-FOC-reaction-wheel-inverted-pendulum) of this project for more details about the 3d printed components and hardware.
44
+
Please check the [github repository](https://github.com/simplefoc/Arduino-FOC-reaction-wheel-inverted-pendulum) of this project for more details about the 3d printed components and hardware.
45
45
46
46
## Connecting all the components
47
47
Apart from few 3d printed components, few screws and bearings for this project you will need these components:
<spanclass="simple">Simple<spanclass="foc">FOC</span>library</span> will support basically any BLDC motor driver which can be controlled using 3 PWM signals. Up to this moment ([version 1.3.1](https://github.com/askuric/Arduino-FOC/releases)) the library doesn't implement the current control loop. The motor torque is controlled via voltage directly ([more info](voltage_torque_control))
36
+
<spanclass="simple">Simple<spanclass="foc">FOC</span>library</span> will support basically any BLDC motor driver which can be controlled using 3 PWM signals. Up to this moment ([version 1.3.1](https://github.com/simplefoc/Arduino-FOC/releases)) the library doesn't implement the current control loop. The motor torque is controlled via voltage directly ([more info](voltage_torque_control))
37
37
38
38
Here are the boards that have been tested and are compatible with the library:
@@ -33,7 +33,7 @@ The library is intended both for:
33
33
34
34
<blockquoteclass="info">📢 Arduino <spanclass="simple">Simple<spanclass="foc">FOC</span>library</span> will support any BLDC motor driver which can be driven with 3 PWM signals.</blockquote>
35
35
<blockquoteclass="warning">📢
36
-
Up to this moment (<ahref="https://github.com/askuric/Arduino-FOC/releases">current release <iclass="fa fa-tag"></i></a>) the library doesn't implement the current control loop. The motor torque is controlled via voltage directly. <ahref="voltage_torque_control"> More info.</a>
36
+
Up to this moment (<ahref="https://github.com/simplefoc/Arduino-FOC/releases">current release <iclass="fa fa-tag"></i></a>) the library doesn't implement the current control loop. The motor torque is controlled via voltage directly. <ahref="voltage_torque_control"> More info.</a>
0 commit comments