- conversion of the remaining filters (for the battery voltage, current, and temperature) from floating point to fixed-point. This will reduce further the SMT32 computational load
---
---
## Building
## Building
For building (and flashing) I recommend platform.io, plaformio.ini file included. Simply open the folder in the IDE of choice (vscode or Atom), and press the 'PlatformIO:Build' or the 'PlatformIO:Upload' button (bottom left in vscode).
For building (and flashing) I recommend platform.io, plaformio.ini file included. Simply open the folder in the IDE of choice (vscode or Atom), and press the 'PlatformIO:Build' or the 'PlatformIO:Upload' button (bottom left in vscode).
@ -134,14 +130,15 @@ Currently supported: Wii Nunchuck, analog potentiometer and PPM-Sum signal from
A good example of control via UART, eg. from an Arduino or raspberryPi, can be found here:
A good example of control via UART, eg. from an Arduino or raspberryPi, can be found here:
- conversion of the remaining filters (for the battery voltage, current, and temperature) from floating point to fixed-point. This will reduce further the SMT32 computational load
---
---
## Acknowledgements
## Acknowledgements
Last but not least, I would like to acknowledge and thank the following people:
Last but not least, I would like to acknowledge and thank the following people:
- Original firmware: [NiklasFauth](https://github.com/NiklasFauth)
- ST Employee: [cedric H](https://community.st.com/s/question/0D50X0000B28qTDSQY/custom-foc-control-current-measurement-dma-timer-interrupt-needs-review)
ST Employee: [cedric H](https://community.st.com/s/question/0D50X0000B28qTDSQY/custom-foc-control-current-measurement-dma-timer-interrupt-needs-review)
for the very useful discussions, code snippets, and good suggestions to make this work possbile.
for the very useful discussions, code snippets, and good suggestions to make this work possbile.