Updated Hoverboard Wheels (markdown)

Candas1
2022-03-28 16:02:39 +02:00
parent 2e2a05680d
commit 3be732db82

@@ -38,7 +38,7 @@ The firmware might work with other Motors/Wheels if they fulfill following chara
Phases/hall sensor wires might have to be swapped.<br> Phases/hall sensor wires might have to be swapped.<br>
Update n_polepairs parameter in [BLDC_controller_data](https://github.com/EFeru/hoverboard-firmware-hack-FOC/blob/36953c6fe9ba90593d21150113459b0a4bb4e312/Src/BLDC_controller_data.c) if you have a number of pole pairs different than 15 for accurate RPM/Speed measurement. Update n_polepairs parameter in [BLDC_controller_data](https://github.com/EFeru/hoverboard-firmware-hack-FOC/blob/36953c6fe9ba90593d21150113459b0a4bb4e312/Src/BLDC_controller_data.c) if you have a number of pole pairs different than 15 for accurate RPM/Speed measurement.
# Wiring from Star to Delta # Delta wiring
Hoverboard wheels can be rewired from Star to Delta to trade Torque for Speed.<br> Hoverboard wheels can be rewired from Star to Delta to trade Torque for Speed.<br>
This will increase the KV rate by a factor of 1.73 times(√3), but also increase the current by the same factor.<br> This will increase the KV rate by a factor of 1.73 times(√3), but also increase the current by the same factor.<br>
It was successfully tested with this firmware in FOC mode, resulting in a speed increase from 640rpms to 1120rpms with no load, so an increase of the Kv rating from 16 to 28, and a 0.39 Ohm phase to phase resistance, on wheels with 30mm magnets and 5 parallel wires.<br> It was successfully tested with this firmware in FOC mode, resulting in a speed increase from 640rpms to 1120rpms with no load, so an increase of the Kv rating from 16 to 28, and a 0.39 Ohm phase to phase resistance, on wheels with 30mm magnets and 5 parallel wires.<br>