lucysrausch / hoverboard-firmware-hack

New Hoverboard Firmware Hack. Now written from scratch and generally much better.
GNU General Public License v3.0
689 stars 403 forks source link

Self balancing, change sensitive etc #92

Open PeterStanik opened 5 years ago

PeterStanik commented 5 years ago

Hey! Great projects!

I made onewheel style project. And have a question. I would like to change sensor sensitive, and a few other thinks. I wonder, what is better way for me. Your software + arduino, or try sensor signal hack by Drew Dibble? I have no programming skills, arduino is simple, and i think, i can make it.

So... any suggestion? Sorry for my english...

woodonewheel

edit: of course arduino with gyro sensor

snackfart commented 5 years ago

maybe this helps you with your decision. https://www.youtube.com/watch?v=pvdaV5xP1SM&t=921s

snackfart commented 5 years ago

i would say buy a gyro and feed the output to the hoverboard controller., which tire do you use?

Chaos99 commented 4 years ago

I'm doing a similar project and I'm facing the same issue. Sensitivity of the original firmware isn't high enough for this use case. I'd even like to change from "lean angle controls speed" to "lean angle controls acceleration" if possible.

What approach did you end up using?

I'm probably going to try to flash this firmware, recreate the original (hoverboard) settings and functionality as good as possible and start modifying from their. Any hints much appreciated.

Dragopaj commented 1 year ago

I'm doing a similar project and I'm facing the same issue. Sensitivity of the original firmware isn't high enough for this use case. I'd even like to change from "lean angle controls speed" to "lean angle controls acceleration" if possible. I'm probably going to try to flash this firmware, recreate the original (hoverboard) settings and functionality as good as possible and start modifying from their. Any hints much appreciated.

Hey, I am facing the same issue, what did you end up doing?