Hi everyone,
I want to make a bluetooth conrolled car. I designed a mobile app using MIT app inventor and I control my car with my mobile phone. There are 2 DC motors in my car that I have used, one of them controls the forward and backward movement while the other provides the right and left rotation movement. After connecting to the bluetooth module with the mobile application, I can only control the motor that provides the forward and backward movement, but when I send a command to turn right and left at the same time, the connection between the phone and the bluetooh module (HC-06) is disconnected and the vehicle is stuck in motion (In other words, when both engines are triggered at the same time, the connection with the bluetooth module is lost). When I turn off the switch of the vehicle, the vehicle stops. I run the system with 3 9V batteries. What could be the reason for this? Thanks.