Skip to content

Instantly share code, notes, and snippets.

@thpham
Last active August 14, 2017 19:40
Show Gist options
  • Save thpham/1a5552176adc8a4bdc9f6904ee1f8cd3 to your computer and use it in GitHub Desktop.
Save thpham/1a5552176adc8a4bdc9f6904ee1f8cd3 to your computer and use it in GitHub Desktop.
Feber RC Car hack bluetooth commands
FRONT = "AA588180000000FDFF";
BACK = "AA5801800000007DFF";
LEFT = "AA588081000000FDFF";
RIGHT = "AA5880010000007DFF";
STOP = "AA588080000000FEFF";
FRONT_LEFT = "AA588181000000FCFF";
FRONT_RIGHT = "AA5881010000007CFF";
BACK_LEFT = "AA5801810000007CFF";
BACK_RIGHT = "AA580101000000FCFF";
DECONNECT = "AA588080000000FEFF";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment