Bluetooth Controlled Robot using Arduino In this project, I will show you how to design and develop a Bluetooth Controlled Robot using Arduino, HC-05 Bluetooth Module and L298N Motor Driver Module. On the other end of the Bluetooth Communication, I will be using a Smart Phone and a simple Android App to control the Robotic Car. Introduction Robots are always a fancy topic for students, hobbyists and DIYers. If you are beginner, then building a robot (like a car or an arm) is probably one of the important projects to do after learning about the basics. If you remember the earlier tutorial, I have discussed about HC-05 Bluetooth Module and how to interface one with Arduino. Also, I have provided a simple Bluetooth Controller App, which can be installed on your Android Phone and start transmitting the data. As a continuation to that project, I will be implementing Bluetooth Controlled Robot using Arduino and a few other components and b...