Need help with pwm

I need help and a manual for proffieboard V3 so I can configure my saber for rumble motor in hilt

1 Like

Hi there! You can find the documentation you’re looking for at https://pod.hubbe.net/

Your motor will be added as a “blade” that is controlled by the color. So a style with Rgb<255,255,255> would sprint at its max speed and lowering each value together reduces the speed so you can tune the amount of rumble you’re looking for. If you go too low? The motor won’t have enough power to run at all.

You’ll want something like this in your blade config:

SimpleBladePtr<CreeXPE2WhiteTemplate<0>, NoLED, NoLED, NoLED, bladePowerPin5, -1, -1, -1>(),
2 Likes