Skip to content

Commit e83e8ae

Browse files
author
naikymen
committed
fix links to phase resistance
1 parent 77c36c0 commit e83e8ae

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

docs/simplefoc_library/hardware/motors/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Arduino <span class="simple">Simple<span class="foc">FOC</span>library</span> su
2828

2929
Before running any BLDC motor with the <span class="simple">Simple<span class="foc">FOC</span>library</span> please make sure your hardware can handle the currents your motor requires.
3030

31-
The simplest way to do it is by checking the motor phase resistance `R`. Either check the datasheet of your motor and search for the resistance value or [measure it yourself using a multimeter](./phase_resistance.md).
31+
The simplest way to do it is by checking the motor phase resistance `R`. Either check the datasheet of your motor and search for the resistance value or [measure it yourself using a multimeter](phase_resistance).
3232

3333
Then check the value of your power supply voltage `V_dc` and once when you have the values you can find the maximum current `I_max` value by calculating:
3434

docs/simplefoc_library/hardware/motors/phase_resistance.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Phase resistance measurement
3+
title: Phase resistance
44
nav_order: 3
55
description: "Arduino Simple Field Oriented Control (FOC) library ."
66
permalink: /phase_resistance
@@ -21,7 +21,7 @@ In the case of 3-phase BLDC motors, you first need to learn whether the motor is
2121

2222
Additionally, a 3-phase motor may expose 3 or 4 leads, which will affect how phase resistance is measured. In the case of a wye/star motor, the fourth lead corresponds to the center point (a.k.a. "star point"), and will show the least resistance when measured against the other leads.
2323

24-
![3-phase-configurations.svg](./3-phase-configurations.svg)
24+
![3-phase-configurations.svg](extras/Images/3-phase-configurations.svg)
2525

2626
> Common configurations for 3-phase motors ([source](https://en.wikipedia.org/wiki/File:Delta-Star_Transformation.svg)).
2727
@@ -33,7 +33,7 @@ Steps to measure phase resistance for different coil configurations and number o
3333

3434
Diagram:
3535

36-
![3-phase-3-wire-star.svg](./3-phase-3-wire-star.svg "3-phase-3-wire-star.svg")
36+
![3-phase-3-wire-star.svg](extras/Images/3-phase-3-wire-star.svg "3-phase-3-wire-star.svg")
3737

3838
Procedure:
3939

@@ -46,7 +46,7 @@ Procedure:
4646

4747
Diagram:
4848

49-
![3-phase-4-wire-star.svg](./3-phase-4-wire-star.svg)
49+
![3-phase-4-wire-star.svg](extras/Images/3-phase-4-wire-star.svg)
5050

5151
In this case, you'll need to first identify the lead connected to the "center point" (labeled `N_abc` in the diagram above).
5252

@@ -61,7 +61,8 @@ Procedure:
6161
### 3-wire Delta
6262

6363
Diagram:
64-
![3-phase-3-wire-delta.svg](./3-phase-3-wire-delta.svg)
64+
65+
![3-phase-3-wire-delta.svg](extras/Images/3-phase-3-wire-delta.svg)
6566

6667
Procedure:
6768

0 commit comments

Comments
 (0)