From f4772cfb9fbf6fa57a23706bc44565414379e77d Mon Sep 17 00:00:00 2001 From: EmanuelFeru Date: Sun, 6 Oct 2019 23:06:06 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b34247..eae37d0 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ A short video showing the noise performance of the Commutation method vs advance - The C code for the controller was auto-code generated using [Matlab/Simulink](https://nl.mathworks.com/solutions/embedded-code-generation.html) from a model which I developed from scratch specifically for hoverboard control. For more details regarding the working principle of the controller please consult the [Matlab/Simulink model](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/tree/master/01_Matlab). - A [webview](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/tree/master/01_Matlab/BLDC_controller_ert_rtw/html/webview) was created, so Matlab/Simulink installation is not needed, unless you want to regenerate the code -### Notes Field weakening: +### Field weakening: - By default the Field weakening is disabled. You can enable it in config.h file by setting the FIELD_WEAK_ENA = 1 - In BLDC_controller_data.c you can find the field weakening Map as a function of speed: MAP = id_fieldWeak_M1, XAXIS = n_fieldWeak_XA @@ -137,7 +137,7 @@ https://github.com/p-h-a-i-l/hoverboard-firmware-hack ## Acknowledgements Last but not least, I would like to acknowledge and thank the following people: -- Original firmware: [NiklasFauth](https://github.com/NiklasFauth) +- Original firmware: [@NiklasFauth](https://github.com/NiklasFauth) - Github: [@TomTinkering](https://github.com/TomTinkering), [@ced2c](https://github.com/ced2c), [@btsimonh](https://github.com/btsimonh), [@lalalandrus](https://github.com/lalalandrus), [@p-h-a-i-l](https://github.com/p-h-a-i-l) , [@AntumArk](https://github.com/AntumArk), [@juodumas](https://github.com/juodumas) - ST Employee: [cedric H](https://community.st.com/s/question/0D50X0000B28qTDSQY/custom-foc-control-current-measurement-dma-timer-interrupt-needs-review)