A new guide in the Adafruit Learning System: Bluetooth CLUE Robot Car using CircuitPython.
Using the Adafruit CLUE with the Ring:Bit Car allows you to build a robotic car with access to many sensors. When paired with CircuitPython, this makes for a friendly project that is a great way to get started with robotics.
The code allows you to connect to the robot using a Bluetooth device such as a phone or tablet running Adafruit Bluefruit Connect in order to remotely send input. This allows you to send commands to direct it where you would like it to go, change the color of the underglow lighting, and even turn the CLUE light on and off.
For this project, in order to keep it simple, only the display, lights, and motors were used along with the Bluetooth capabilities. This project could be further extended to make use of the many additional sensors available on the CLUE if you desired.