Skip to content

Commit b446efe

Browse files
committed
added the drive
1 parent 6c7a9a8 commit b446efe

File tree

2 files changed

+37
-3
lines changed

2 files changed

+37
-3
lines changed

docs/boards/index.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ There two main formats of the official drivers boards developed by the <span cla
1818

1919
- <span class="simple">Shield</span> form factor: These boards are designed to be compatible with the Arduino ecosystem and are intended to be used with the <span class="simple">Simple<span class="foc">FOC</span>library</span> and the Arduino IDE. They are designed to be easy to use and are intended for low to mid power applications.
2020
- <span class="simple">Simple<span class="foc">FOC</span>Shield</span> - <small>[Find out more](arduino_simplefoc_shield_showcase)</small>
21-
- <span class="simple">Simple<span class="foc">FOC</span> <b>Power</b>Shield</span> - <small>⚠️<i>( development abandoned )</i></small> - <small>[Find out more](#arduino-simplefoc-powershield-v02-️-development-abandoned-)</small>
21+
- <span class="simple">Simple<span class="foc">FOC</span> <b>Power</b>Shield</span> - <small>⚠️<i>( development abandoned )</i></small> - <small>[Find out more](#simplefoc-powershield-v02-️-development-abandoned-)</small>
22+
- 📢**NEW**: <span class="simple">Simple<span class="foc">FOC</span><b>Drive</b></span> - <small>[Find out more](boards#simplefoc-drive-v10---find-out-more)</small>
2223

2324
- <span class="simple">Mini</span> form factor: These boards are designed to be small, low-cost, and easy to use. They are intended for low power applications and are designed to be compatible with the <span class="simple">Simple<span class="foc">FOC</span>library</span>.
2425
- <span class="simple">Simple<span class="foc">FOC</span>Mini</span> - <small>[Find out more](simplefocmini)</small>
25-
- <span class="simple">Simple<span class="foc">FOC</span> <b>Step</b>Mini</span> (📢**NEW**) - <small> [Find out more](#simplefoc-stepmini-v10---see-on-github)
26+
- <span class="simple">Simple<span class="foc">FOC</span> <b>Step</b>Mini</span> - <small> [Find out more](#simplefoc-stepmini-v10---see-on-github)
2627

2728

2829
In addition to the official boards, there are many other boards compatible with <span class="simple">Simple<span class="foc">FOC</span>library</span> that you can explore, see the [docs](supported_hardware). Additionally, some other cool hardware designs have been proposed by the community. Check out our [community forum](https://community.simplefoc.com/) for more info.
@@ -111,6 +112,39 @@ This does not mean that the board itself is not functional or that it will not w
111112

112113
Read more about this board at [link](https://github.com/simplefoc/Arduino-SimpleFOC-PowerShield)
113114

115+
### <span class="simple">Simple<span class="foc">FOC</span> <b>Drive</b></span> <small>v1.0</small> - <small>[Find out more](https://github.com/simplefoc/SimpleFOC-DriveShield)</small>
116+
117+
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?color=blue)
118+
![GitHub release (latest by date)](https://img.shields.io/github/v/release/simplefoc/SimpleFOC-DriveShield)
119+
![GitHub Release Date](https://img.shields.io/github/release-date/simplefoc/SimpleFOC-DriveShield?color=blue)
120+
121+
<div class="width40">
122+
<img src="https://raw.githubusercontent.com/simplefoc/SimpleFOC-DriveShield/refs/heads/main/images/top.jpg" />
123+
</div>
124+
125+
This is an open-source low-cost BLDC driver boards in the form of a Arduino shield. It is a part of the SimpleFOC project. The board is the big brother of the SimpleFOCShield and is designed to drive motors with higher current requirements, up to 30Amps. The board is created with the same philosophy as the SimpleFOCShield - to be simple to use, low-cost, and open-source and fully compatible with the SimpleFOClibrary.
126+
127+
Additionally the aim of the board is to serve as a template project for the community to build their own motor drivers.
128+
129+
- The board is relatively simple and can be easily modified to fit different requirements.
130+
- The board is designed in EasyEDA and all the fabrication files are available for download
131+
132+
### Features
133+
{: .no_toc }
134+
135+
- **Boards absolute max ratings**
136+
- Max current: 20A continuous (peak 30A - measured)
137+
- Max input voltage: 30V
138+
- **Stackable**: running 2 motors in the same time
139+
- **Encoder/Hall sensors interface**: Integrated 3.3kΩ pullups (configurable)
140+
- **I2C interface**: Integrated 4.7kΩ pullups (configurable)
141+
- **Configurable pinout**: Hardware configuration - soldering connections
142+
- **Arduino headers**: Arduino UNO, Arduino MEGA, STM32 Nucleo boards...
143+
- **Open Source**:
144+
- Fully designed in EasyEDA: [EasyEDA project](https://oshwlab.com/the.skuric/SimpleFOC-Drive)
145+
- Fully available on github: [GitHub project](https://github.com/simplefoc/SimpleFOC-DriveShield)
146+
- **Low-cost**: Estimated price of 25-40€ - Will be available in the SimpleFOC shop
147+
114148

115149
## Boards in the <span class="simple">Mini</span> form factor
116150

docs/simplefoc_library/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ toc: true
1414
# Arduino <span class="simple">Simple<span class="foc">FOC</span>library</span>
1515

1616
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
17-
![arduino-library-badge](https://ardubadge.simplefoc.com?lib=Simple%20FOC)
17+
![arduino-library-badge](https://www.ardu-badge.com/badge/Simple%20FOC.svg)
1818
![PlatformIO Registry](https://badges.registry.platformio.org/packages/askuric/library/Simple%20FOC.svg)
1919
[![status](https://joss.theoj.org/papers/4382445f249e064e9f0a7f6c1bb06b1d/status.svg)](https://joss.theoj.org/papers/4382445f249e064e9f0a7f6c1bb06b1d)
2020

0 commit comments

Comments
 (0)