Hey everyone! I'm working on a fun project to build a go-kart using parts from two disassembled hoverboards. I've learned that the hoverboard motors come with ESCs, but I'm unsure if I can control these ESCs using a PWM signal from an Arduino. Has anyone out there had experience with this? Any insights would be greatly appreciated! Thanks!
2 Answers
If you're looking for an easier solution, you might want to consider getting a three-phase DC speed controller. You can find these online, or you could build one yourself with some MOSFETs. Just a heads up, you'll need to figure out how to connect it with the ESC if you decide to use both. Sometimes they can work together, but it's crucial to understand how they interact to avoid any issues, especially since you want a customized performance for your beach cart.
From what I've seen, yes, you can control ESCs with a PWM signal. There's this guide that explains how it works, which might help you get started: https://www.radiocontrolinfo.com/what-is-pwm-esc-how-esc-works/. Though, I think some experience with Arduino might be handy if you're planning to integrate it.
Thanks for the response! I've managed to control brushless motor ESCs with Arduino before, but I'm specifically looking for anyone who has dealt with hoverboard ESCs. Still appreciate the link!

I was wondering the same! If you go this route, make sure you wire it correctly. The controller you order might only handle the motor, and you'll have to keep that in mind regarding torque and speed adjustments.