EUC-Dash-ESP32 icon indicating copy to clipboard operation
EUC-Dash-ESP32 copied to clipboard

Bluetooth Dashboard for electric unicycles (EUCs) for ESP32(ttgo t-watch). requires PlatformIO to build

Results 2 EUC-Dash-ESP32 issues
Sort by recently updated
recently updated
newest added

Hi, nice work. :) those are the commands for the lights and the lock for the S18. Lights on 0xAA,0x55,0x12,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x73,0x14,0x5A,0x5A lights off 0xAA,0x55,0x13,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x73,0x14,0x5A,0x5A lights auto 0xAA,0x55,0x14,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x73,0x14,0x5A,0x5A lock 0xAA,0x55,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x5d,0x14,0x5A,0x5A unlock 0xAA,0x55,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x37,0x37,0x33,0x35,0x32,0x35,0x5d,0x14,0x5A,0x5A

I have structured the code to make it easy to add new wheel manufacturers, only one set of cpp and h files needs to be created. Kingsong.cpp and Kingsong.h can...