A custom-built Arduino-powered remote control car, operated via Bluetooth using an HC-05 module and mobile app interface. Built at age 15/16 to explore embedded systems, robotics and wireless ...
Add a description, image, and links to the arduino-bluetooth-car topic page so that developers can more easily learn about it.
In Arduino environment, it's convenient to access BT SPP like a serial port and react to the command string sent from the BT serial port. Many Arduino projects have utilized this way to allow remote ...