From 8943cbd42183575ce2b5273cd329f6ffc423361c Mon Sep 17 00:00:00 2001 From: askuric Date: Thu, 16 Sep 2021 12:10:31 +0200 Subject: [PATCH] details in readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6c8527..e483097 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ This is an open-source low-cost Brushless DC (BLDC) motor driver board intended - **Arduino headers**: Arduino UNO, Arduino MEGA, STM32 Nucleo boards... - **Open Source**: Fully available fabrication files - [how to make it yourself](https://docs.simplefoc.com/arduino_simplefoc_shield_fabrication) +### New Features + - Max input voltage 35V + - Simplified pull-up config + - **Official [Easy EDA project](https://oshwlab.com/the.skuric/simplefocshield)** ### Short YouTube demonstration video :D

@@ -54,7 +58,7 @@ Version |link | Release date | Comment *Simple**FOC**Shield* v2.0.1 |[release v2.0.1](https://github.com/simplefoc/Arduino-SimpleFOCShield/releases/tag/v2.0.1) | 01/21 | - reduced via size
- configurable range *Simple**FOC**Shield* v2.0.2 |[release v2.0.2](https://github.com/simplefoc/Arduino-SimpleFOCShield/releases/tag/v2.0.2) | 02/21 | replaced 7805(connected to 5V) with 78M08 (connected to VIN) to be compatible with stm32 Nucleo-64 *Simple**FOC**Shield* v2.0.3 |[release v2.0.3](https://github.com/simplefoc/Arduino-SimpleFOCShield/releases/tag/v2.0.3) | 03/21 | - Shortened the lines from ADC to current sense
- Typo fix : underside label switched phase A and phase B -*Simple**FOC**Shield* v2.0.4 |[release v2.0.4](https://github.com/simplefoc/Arduino-SimpleFOCShield/releases/tag/v2.0.4) | 07/21 | - Pullup config simplified
- Max input voltage 35V
- removed CAP2 for a CL1 +*Simple**FOC**Shield* v2.0.4 |[release v2.0.4](https://github.com/simplefoc/Arduino-SimpleFOCShield/releases/tag/v2.0.4) | 09/21 | - Pullup config simplified
- Max input voltage 35V
- removed CAP2 for a CL1
- Easy EDA version of the project ## Getting started You already have your own SimpleFOCShield?