TheBestJohn / hoverboard_hack_esp32_manualspeed

ESP32 script to control hacked hoverboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning

ADC is still a work in progress and is untested!

Hoverboard Hack ESP32 Manual Speed

ESP32 script to control hacked hoverboard

Can control

Based on https://github.com/RoboDurden/Hoverboard-Firmware-Hack-Gen2.x-GD32/tree/main/Arduino%20Examples/TestSpeed

Current Control Methods

  • Serial
  • ADC 2024/02/20 (Untested)
    • Potentiometer right & left

Future Control Methods

The possibilities are endless

  • ble/bluetooth
  • rc receiver (PPM)
  • servo (PWM)
  • WiFi?
  • MQTT

Current Inputs/Commands

format: hover|motorid|speed|state

Control 1 single motor

  • hover|0|300|1

Control ALL Motors

  • hover|all|300|1

Control Right Motors

  • hover|right|300|1

Control Left Motors

  • hover|left|300|1

Set all motors to 0

  • stop

About

ESP32 script to control hacked hoverboard


Languages

Language:C++ 97.1%Language:C 2.9%