You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STEERING - 1 - LEFT, 2 - RIGHT, 3 - STRAIGHT, other values does not change current status
MOTOR - 1 - FORWARD, 2 - BACKWARD, 3 - STOP, other values does not change current status
Serial Port
In board program USE_WIFI false
Communication via USB Serial.
Packet structure (3 bytes) - [1, STEERING, MOTOR]
STEERING - 1 - LEFT, 2 - RIGHT, 3 - STRAIGHT, other values does not change current status
MOTOR - 1 - FORWARD, 2 - BACKWARD, 3 - STOP, other values does not change current status
About
Modifing RC Car to be controllable via internet. Using on board Android phone it can receive commands, send GPS location and stream live camera footage.