Skip to content

Commit ed6831e

Browse files
committed
FEAT rdirect
1 parent d11b913 commit ed6831e

File tree

13 files changed

+25
-25
lines changed

13 files changed

+25
-25
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ heading_anchors: true
3636
# Aux links for the upper right navigation
3737
aux_links:
3838
"Arduino SimpleFOC on GitHub":
39-
- "https://github.com/askuric/Arduino-FOC"
39+
- "https://github.com/simplefoc"
4040
"Order Arduino SimpleFOC Shield":
4141
- "https://simplefoc.com/simplefoc_shield_product"
4242

4343
# Footer content appears at the bottom of every page's main content
44-
footer_content: "Copyright &copy; 2020. Distributed by an <a href=\"https://github.com/askuric/Arduino-FOC/tree/master/LICENSE\">MIT license.</a>"
44+
footer_content: "Copyright &copy; 2020. Distributed by an <a href=\"https://github.com/simplefoc/Arduino-FOC/tree/master/LICENSE\">MIT license.</a>"
4545

4646
# Color scheme currently only supports "dark" or nil (default)
4747
color_scheme: nil

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<a href="https://simplefoc.com/" title="SimpleFOC project home"><i class="fa fa-home fa-lg"></i></a>
3131
</li>
3232
<li class="nav-item">
33-
<a href="https://github.com/askuric/Arduino-FOC" ><i class="fa fa-github fa-lg"></i> </a>
33+
<a href="https://github.com/simplefoc" ><i class="fa fa-github fa-lg"></i> </a>
3434
</li>
3535
<li class="nav-item">
3636
<a href="https://simplefoc.com/shop" ><i class="fa fa-shopping-cart fa-lg"></i> </a>
@@ -65,7 +65,7 @@
6565
<a href="https://simplefoc.com/" title="SimpleFOC project home"><i class="fa fa-home fa-lg"></i> <span> Home</span></a>
6666
</li>
6767
<li class="nav-item rm-md">
68-
<a href="https://github.com/askuric/Arduino-FOC" ><i class="fa fa-github fa-lg"></i> <span> GitHub</span> </a>
68+
<a href="https://github.com/simplefoc" ><i class="fa fa-github fa-lg"></i> <span> GitHub</span> </a>
6969
</li>
7070
<li class="nav-item ">
7171
<a href="https://community.simplefoc.com" title="SimpleFOC project home">

docs/simplefoc_library/code/sensors/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This library supports *off-the-shelf* these types of position sensors:
2121
- [Magnetic sensor](magnetic_sensor):
2222
- Sensor that uses precise magnetic field measurement to estimate the position.
2323
- They come with multitude of different communication standards such as: SPI, SSI, I2C, ABI, UVW, PWM...
24-
- **Supported communications:** ([releases <i class="fa fa-tag"></i>](https://github.com/askuric/Arduino-FOC/releases))
24+
- **Supported communications:** ([releases <i class="fa fa-tag"></i>](https://github.com/simplefoc/Arduino-FOC/releases))
2525
- SPI, I2C, Analog
2626
- UVW (*using the hall sensor interface*)
2727
- ABI (*using the encoder interface*)

docs/simplefoc_library/code/sensors/magnetic_sensor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permalink: /magnetic_sensor
1616
</div>
1717

1818

19-
Magnetic sensors implementation in this library ([version 1.4.1 <i class="fa fa-tag"></i>](https://github.com/askuric/Arduino-FOC/releases)) support communications:
19+
Magnetic sensors implementation in this library ([version 1.4.1 <i class="fa fa-tag"></i>](https://github.com/simplefoc/Arduino-FOC/releases)) support communications:
2020
- **SPI** - [MagneticSensorSPI](#spi-communication-magneticsensorspi)
2121
- **I2C** - [MagneticSensorI2C](#i2c-communication-magneticsensori2c)
2222
- **Analog** - [MagneticSensorAnalog](#analog-output-magneticsensoranalog)

docs/simplefoc_library/examples/drv8302.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DRV8302 is a high performance BLDC driver board capable of delivering 15A curren
1515

1616
<blockquote class="warning">
1717
<p class="heading">BEWARE📢</p>
18-
Up to this moment (<a href="https://github.com/askuric/Arduino-FOC/releases">version 1.4.1 <i class="fa fa-tag"></i></a>) the library doesn't implement the current control loop. The motor torque is controlled via voltage directly. <a href="voltage_torque_control"> More info.</a>
18+
Up to this moment (<a href="https://github.com/simplefoc/Arduino-FOC/releases">version 1.4.1 <i class="fa fa-tag"></i></a>) the library doesn't implement the current control loop. The motor torque is controlled via voltage directly. <a href="voltage_torque_control"> More info.</a>
1919
</blockquote>
2020

2121
Here is an example hardware you might need for this project:

docs/simplefoc_library/examples/foc_pendulum.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ grand_parent: Arduino <span class="simple">Simple<span class="foc">FOC</span>lib
1111

1212
# Reaction Wheel Inverted Pendulum project<br>using <span class="simple">Simple<span class="foc">FOC</span>Shield</span>
1313

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/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).
1515

16-
<p><img src="https://github.com/askuric/Arduino-FOC-reaction-wheel-inverted-pendulum/raw/master/images/swing-up.gif" class="width40"> <img src="https://github.com/askuric/Arduino-FOC-reaction-wheel-inverted-pendulum/raw/master/images/stabilization.gif" class="width40"></p>
16+
<p><img src="https://github.com/simplefoc/Arduino-FOC-reaction-wheel-inverted-pendulum/raw/master/images/swing-up.gif" class="width40"> <img src="https://github.com/simplefoc/Arduino-FOC-reaction-wheel-inverted-pendulum/raw/master/images/stabilization.gif" class="width40"></p>
1717

1818
This is a very fun project in many ways, and it is intended:
1919
- 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
3535
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.
3636

3737
## What are the necessary components?
38-
<img src="https://github.com/askuric/Arduino-FOC-reaction-wheel-inverted-pendulum/raw/master/images/img1.png" class="width60">
38+
<img src="https://github.com/simplefoc/Arduino-FOC-reaction-wheel-inverted-pendulum/raw/master/images/img1.png" class="width60">
3939

4040
Due to the using of the brushless motor and the <span class="simple">Simple<span class="foc">FOC</span>Shield</span>, this might be one of the simplest hardware setups of the reaction wheel inverted pendulum there is.
4141

42-
<img src="https://github.com/askuric/Arduino-FOC-reaction-wheel-inverted-pendulum/raw/master/images/components.gif" class="width60">
42+
<img src="https://github.com/simplefocArduino-FOC-reaction-wheel-inverted-pendulum/raw/master/images/components.gif" class="width60">
4343

44-
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.
4545

4646
## Connecting all the components
4747
Apart from few 3d printed components, few screws and bearings for this project you will need these components:

docs/simplefoc_library/hardware/BLDC_drivers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Examples | Description | Specifications | Link | Price
3333
[<img src="extras/Images/bgc_30.jpg" style="height:100px">](https://fr.aliexpress.com/item/4000411471994.html?spm=a2g0o.productlist.0.0.5d047d57y4zGC4&algo_pvid=861ada4b-b12f-4019-be84-fae9870a12ed&algo_expid=861ada4b-b12f-4019-be84-fae9870a12ed-1&btsid=0ab6f83a15906954691168349e30d7&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603_) | BGC 3.0 | - 4599 mosfet<br> - 2 motors <br> - 50x50mm <br> - Atmega328 | [Aliexpress](https://fr.aliexpress.com/item/4000411471994.html?spm=a2g0o.productlist.0.0.5d047d57y4zGC4&algo_pvid=861ada4b-b12f-4019-be84-fae9870a12ed&algo_expid=861ada4b-b12f-4019-be84-fae9870a12ed-1&btsid=0ab6f83a15906954691168349e30d7&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603_) | 10€
3434

3535
## High performance boards
36-
<span class="simple">Simple<span class="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+
<span class="simple">Simple<span class="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))
3737

3838
Here are the boards that have been tested and are compatible with the library:
3939

docs/simplefoc_library/hardware/sensors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ grand_parent: Arduino <span class="simple">Simple<span class="foc">FOC</span>lib
99
---
1010

1111
# Position sensors
12-
The library currently supports ([releases <i class="fa fa-tag"></i>](https://github.com/askuric/Arduino-FOC/releases)) types of position sensors:
12+
The library currently supports ([releases <i class="fa fa-tag"></i>](https://github.com/simplefoc/Arduino-FOC/releases)) types of position sensors:
1313
- [Encoder](#encoders)
1414
- [Magnetic sensor](#magnetic-sensors).
1515
- [Hall sensors](#hall-sensors)

docs/simplefoc_library/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ has_toc: False
1111

1212
# Arduino <span class="simple">Simple<span class="foc">FOC</span>library</span>
1313

14-
![Library Compile](https://github.com/askuric/Arduino-FOC/workflows/Library%20Compile/badge.svg)
14+
![Library Compile](https://github.com/simplefoc/Arduino-FOC/workflows/Library%20Compile/badge.svg)
1515
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
1616
![arduino-library-badge](https://www.ardu-badge.com/badge/Simple%20FOC.svg?)
1717

@@ -33,7 +33,7 @@ The library is intended both for:
3333

3434
<blockquote class="info">📢 Arduino <span class="simple">Simple<span class="foc">FOC</span>library</span> will support any BLDC motor driver which can be driven with 3 PWM signals.</blockquote>
3535
<blockquote class="warning">📢
36-
Up to this moment (<a href="https://github.com/askuric/Arduino-FOC/releases">current release <i class="fa fa-tag"></i></a>) the library doesn't implement the current control loop. The motor torque is controlled via voltage directly. <a href="voltage_torque_control"> More info.</a>
36+
Up to this moment (<a href="https://github.com/simplefoc/Arduino-FOC/releases">current release <i class="fa fa-tag"></i></a>) the library doesn't implement the current control loop. The motor torque is controlled via voltage directly. <a href="voltage_torque_control"> More info.</a>
3737
</blockquote>
3838

3939

docs/simplefoc_library/installation/library_download.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ grand_parent: Arduino <span class="simple">Simple<span class="foc">FOC</span>lib
1414
The simplest way to get hold of the library is directly through `Arduino IDE` and *Arduino Library Manager*.
1515
<p><img src="extras/Images/alm.gif" class="width80"></p>
1616
- Open Arduino IDE and start *Arduino Library Manager* by clicking: `Tools > Manage Libraries...`.
17-
- Search for *"Simple FOC"* library and install the [latest version <i class="fa fa-tag"></i>.](https://github.com/askuric/Arduino-FOC/releases)
17+
- Search for *"Simple FOC"* library and install the [latest version <i class="fa fa-tag"></i>.](https://github.com/simplefoc/Arduino-FOC/releases)
1818
- Reopen Arduino IDE and you should have the library examples in `File > Examples > Simple FOC`.
1919

2020
## <i class="fa fa-github"></i> Github installation
21-
If you prefer downloading the library directly from the [github repository](https://github.com/askuric/Arduino-FOC).
21+
If you prefer downloading the library directly from the [github repository](https://github.com/simplefoc/Arduino-FOC).
2222

2323
### <i class="fa fa-download"></i> ZIP download
24-
- Go to the [<i class="fa fa-code-fork"></i> main](https://github.com/askuric/Arduino-FOC) branch
24+
- Go to the [<i class="fa fa-code-fork"></i> main](https://github.com/simplefoc/Arduino-FOC) branch
2525
- Click first on `Clone or Download > Download ZIP`.
2626
- Unzip it and place it in `Arduino Libraries` folder. Windows: `Documents > Arduino > libraries`.
2727
- Reopen Arduino IDE and you should have the library examples in `File > Examples > Simple FOC`.
@@ -30,6 +30,6 @@ If you prefer downloading the library directly from the [github repository](http
3030
- Open terminal and run
3131
```sh
3232
cd *arduino libraries folder*
33-
git clone https://github.com/askuric/Arduino-FOC.git
33+
git clone https://github.com/simplefoc/Arduino-FOC.git
3434
```
3535
- Reopen Arduino IDE and you should have the library examples in `File > Examples > Simple FOC`.

0 commit comments

Comments
 (0)