hoverboard-firmware-hack-fo.../Inc
EmanuelFeru b76e8ee466 Update BLDC controller
- added possbility to switch the Control mode while motor is spinning. NOT yet checked how motors behaves when swiching is triggered!
- added Cruise Control functionality: activated by button1 to GND (Blue Left or Right cable depending on selection). Functionality NOT yet tested in practice!
- extended Phase current measurements z_selPhaCurMeasABC : {iA,iB} = 0; {iB,iC} = 1; {iA,iC} = 2
- added interface for external motor angle measurement from as sensor, e.g., encoder. The selection can be done via b_angleMeasEna: 0 = Estimated (default), 1 = Measured.
- update the Field weakening Lo and Hi to fully blended.
- minor improvements:
   - Buttons initialization
   - lowered ADC margins in auto-calibration
   - commented out ADC_SAMPLETIME_239CYCLES_5, reported to give some issues when Hall sensor ADC input is used
2020-10-12 22:55:39 +02:00
..
BLDC_controller.h Update BLDC controller 2020-10-12 22:55:39 +02:00
comms.h Added Keil project 2020-02-16 21:58:15 +01:00
config.h Update BLDC controller 2020-10-12 22:55:39 +02:00
defines.h PWM/PPM Left/Right, UART update 2020-06-25 20:17:55 +02:00
eeprom.h UART with sideboards works + major refactoring 2020-03-01 10:00:26 +01:00
hd44780.h Implemented TranspOtter modifications 2019-11-26 23:58:20 +01:00
pcf8574.h Implemented TranspOtter modifications 2019-11-26 23:58:20 +01:00
rtwtypes.h Update BLDC controller 2020-10-12 22:55:39 +02:00
setup.h UART with sideboards works + major refactoring 2020-03-01 10:00:26 +01:00
stm32f1xx_hal_conf.h Initial commit 2019-10-06 15:09:15 +02:00
stm32f1xx_it.h Major UART communication improvement 2020-06-21 23:14:46 +02:00
util.h Updated PWM variant 2020-07-20 19:36:24 +02:00