Skip to content

Commit 07753ce

Browse files
committed
Merge branch 'dev'
2 parents 8251d8b + d25e9f8 commit 07753ce

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Therefore this is an attempt to:
1010
- Demystify FOC algorithm and make a robust but simple Arduino library: [Arduino *SimpleFOClibrary*](https://docs.simplefoc.com/arduino_simplefoc_library_showcase)
1111
- Develop a modular BLDC driver board: [Arduino *SimpleFOCShield*](https://docs.simplefoc.com/arduino_simplefoc_shield_showcase).
1212

13-
> ***UPDATE:*** Arduino *SimpleFOClibrary* now supports high performance DRV8302 driver boards (60V, 15A, 30$). [YouTube link](https://www.youtube.com/watch?v=RI4nNMF608I).
13+
> ***UPDATE:*** 📢 Arduino *SimpleFOClibrary* now supports high performance DRV8302 driver boards (60V, 15A, 30$). [YouTube link](https://www.youtube.com/watch?v=RI4nNMF608I).
1414
> You can find the board by clicking on [Aliexpress link](https://bit.ly/2BZZ5fG) and the Arduino code example in the examples folder!
1515
1616
## Arduino *SimpleFOCShield*
@@ -23,12 +23,14 @@ Therefore this is an attempt to:
2323

2424
### Features
2525
- **Plug & play**: In combination with Arduino <span class="simple">Simple<span class="foc">FOC</span>library</span>
26-
- **Low-cost**: Price of €20 - [Check the pricing](https://www.simplefoc.com/simplefoc_shield_product)
27-
- **Open Source**: Fully available fabrication files - [how to make it yourself](https://docs.simplefoc.com/arduino_simplefoc_shield_fabrication)
26+
- **Low-cost**: Price of €15 - [Check the pricing](https://www.simplefoc.com/simplefoc_shield_product)
27+
- **Max power 120W** - max current 5A, power-supply 12-24V
28+
- Designed for Gimbal motors with the internal resistance >10 Ωs.
2829
- **Stackable**: running 2 motors in the same time
29-
- **Encoder interface**: Integrated 3kOhm pullups (configurable)
30+
- **Encoder interface**: Integrated 3kΩ pullups (configurable)
3031
- **Configurable pinout**: Hardware configuration - soldering connections
3132
- **Arduino headers**: Arduino UNO, Arduino MEGA, STM32 Nucleo boards...
33+
- **Open Source**: Fully available fabrication files - [how to make it yourself](https://docs.simplefoc.com/arduino_simplefoc_shield_fabrication)
3234

3335
##### If you are interested in this board, order your version on this link: [Arduino Simple FOC Shield](https://www.simplefoc.com/simplefoc_shield_product)
3436

@@ -45,19 +47,19 @@ Therefore this is an attempt to:
4547

4648
This video demonstrates the Simple FOC library basic usage, electronic connections and shows its capabilities.
4749

50+
4851
### Features
4952
- **Arduino compatible**: Arduino library code
5053
- **Easy to setup and configure**:
5154
- Easy hardware configuration
52-
- Easy [tuning the control loops](https://docs.simplefoc.com/control_loops)
55+
- Easy [tuning the control loops](https://docs.simplefoc.com/motion_control)
5356
- **Modular**:
5457
- Supports as many [sensors , BLDC motors and driver boards](https://docs.simplefoc.com/supported_hardware) as possible
55-
- Supports as many application requirements as possible
5658
- Supports multiple [MCU architectures](https://docs.simplefoc.com/microcontrollers):
5759
- Arduino: UNO, MEGA, any board with ATMega328 chips
5860
- STM32 boards: [Nucleo](https://www.st.com/en/evaluation-tools/stm32-nucleo-boards.html) and [Bluepill](https://stm32-base.org/boards/STM32F103C8T6-Blue-Pill.html)
59-
- ESP32 (very soon)
60-
- **Plug & play**: Arduino *SimpleFOCShield*
61+
- *ESP32 (soon)*
62+
- **Plug & play**: Arduino <span class="simple">Simple<span class="foc">FOC</span>Shield</span>
6163

6264
<p align=""> <img src="https://docs.simplefoc.com/extras/Images/uno_l6234.jpg" height="170px"> <img src="https://docs.simplefoc.com/extras/Images/hmbgc_v22.jpg" height="170px"> <img src="https://docs.simplefoc.com/extras/Images/foc_shield_v13.jpg" height="170px"></p>
6365

0 commit comments

Comments
 (0)