Skip to content

Commit 42048a0

Browse files
committed
a strange sthing but ok, as long as it works
1 parent ee10ad9 commit 42048a0

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

  • docs/simplefoc_library/hardware/drivers

docs/simplefoc_library/hardware/drivers/index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,11 @@ Selecting the right hardware is a balance of motor type, power requirements, and
3333

3434
### 1. Motor Type
3535
- **BLDC Motors**: Requires a [BLDC driver](bldc_drivers). Ensure the current and voltage ratings match your motor's specs.
36-
- <blockquote class="warning" markdown="1">⚠️ **No Drone ESCs**
37-
Traditional drone ESCs are not suitable for FOC because they typically use a fixed commutation scheme and lack the necessary control interfaces.
38-
</blockquote>
36+
- <blockquote class="warning" markdown="1">⚠️ **No Drone ESCs** Traditional drone ESCs are not suitable for FOC because they typically use a fixed commutation scheme and lack the necessary control interfaces.
3937
- **Stepper Motors**:
4038
- **Dedicated [Stepper Driver](stepper_drivers)**: Best for 2-phase motors within standard current ranges (ex.NEMA17)
4139
- **Hybrid Mode**: You can actually use any [BLDC driver](bldc_drivers) to run a stepper motor. - [See example](stepper_control_shield)
42-
- <blockquote class="warning" markdown="1">⚠️ **No Step/Dir Drivers**
43-
Traditional "EasyDrivers" or A4988s (in step/dir mode) cannot be used for FOC because they do not allow direct phase voltage control.
44-
</blockquote>
40+
- <blockquote class="warning" markdown="1">⚠️ **No Step/Dir Drivers** Traditional "EasyDrivers" or A4988s (in step/dir mode) cannot be used for FOC because they do not allow direct phase voltage control.
4541

4642
### 2. Current Requirements
4743
- **Low Current (< 5A)**: Integrated driver ICs are cost-effective and easy to use.

0 commit comments

Comments
 (0)