forked from lucysrausch/hoverboard-firmware-hack
Update README.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# hoverboard-firmware-hack
|
# hoverboard-firmware-hack
|
||||||
## With Sinusoidal BLDC control and Phase Advance
|
## With Sinusoidal BLDC control and Phase Advance
|
||||||
[](https://travis-ci.org/joemccann/dillinger)
|
[](https://travis-ci.com/EmanuelFeru/hoverboard-firmware-hack)
|
||||||
|
|
||||||
This repository improves significantly the performance of the previous BLDC motor control for hoverboards developed by [NiklasFauth](https://github.com/NiklasFauth/hoverboard-firmware-hack). Compared to previous commutation method, this project implements 3 more additional control methods. The new control methods offers superior performance featuring:
|
This repository improves significantly the performance of the previous BLDC motor control for hoverboards developed by [NiklasFauth](https://github.com/NiklasFauth/hoverboard-firmware-hack). Compared to previous commutation method, this project implements 3 more additional control methods. The new control methods offers superior performance featuring:
|
||||||
- reduced noise and vibrations
|
- reduced noise and vibrations
|
||||||
@@ -119,4 +119,4 @@ Most robust way for input is to use the ADC and potis. It works well even on 1m
|
|||||||
Have a look at the config.h in the Inc directory. That's where you configure to firmware to match your project.
|
Have a look at the config.h in the Inc directory. That's where you configure to firmware to match your project.
|
||||||
Currently supported: Wii Nunchuck, analog potentiometer and PPM-Sum signal from a RC remote.
|
Currently supported: Wii Nunchuck, analog potentiometer and PPM-Sum signal from a RC remote.
|
||||||
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:
|
||||||
https://github.com/p-h-a-i-l/hoverboard-firmware-hack
|
https://github.com/p-h-a-i-l/hoverboard-firmware-hack
|
||||||
|
Reference in New Issue
Block a user