A remote-controlled car using Bluetooth communication. The car remains locked until fingerprint authentication is successful.
if (authenticated) { if (btCommand == "FORWARD") { moveForward(); } else if (btCommand == "STOP") { stopCar(); } }