Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you add PWM of possible remote? #28

Closed
BorgStefan opened this issue Mar 3, 2020 · 7 comments
Closed

Could you add PWM of possible remote? #28

BorgStefan opened this issue Mar 3, 2020 · 7 comments

Comments

@BorgStefan
Copy link

Hi Emanuel,

I have taken 4 ten inch wheels and mainboard from 2 Hoverboards. Constructed my own skatebord and using Benjaf repository to make and build a software which uses PWM as remote. Hence I have a 4 wheel drive and it does around 20 km/h.
https://github.com/benjaf/hoverboard-firmware-hack-esk8
I would be really happy if you could add PWM control to your sw. I would like to try it with my skateboard. My skateboard makes 12 km with 4 Hoverboard batteries.
Many thx for your great effort so far!
IMG_9044

BR Stefan

@pinguinpfleger
Copy link

Hi Stefan,

PPM is already implemented.
It is serialized PWM, means all channels goes over one wire.
You'll have to convert PWM to PPM using an arduino / esp / teensy ...
Code you'll find here on github.

PS: interesting eboard :-)

@BorgStefan
Copy link
Author

BorgStefan commented Mar 4, 2020 via email

@pinguinpfleger
Copy link

I see, benjaf/hoverboard-firmware-hack-esk8@aa910a9

Thats nice and would be cool when you do this as new VARIANT_PWM

@EFeru
Copy link
Owner

EFeru commented Mar 4, 2020

That would be nice to add, however is up to you to perform the testing since I don't have the remote and receiver.
I agree with Kai to add a new VARIANT_PWM to keep all the rest unaffected. If you do the changes make a Pull Request and I will review.

@BorgStefan
Copy link
Author

BorgStefan commented Mar 5, 2020 via email

@EFeru EFeru mentioned this issue Mar 24, 2020
@EFeru
Copy link
Owner

EFeru commented Mar 24, 2020

Done.

@EFeru EFeru closed this as completed Mar 24, 2020
@BorgStefan
Copy link
Author

BorgStefan commented Mar 24, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants