I've just started using arduino and my current project is setting up a car controlled via bluetooth.
I have been able to implement the 4 basic commands, forward, backward, left and right.
What I have not been able to do is make it turn while the forward command is active, and to make the commands active only while I keep the button pressed.
Hi;
Can you post a picture of your car and remote control unit, so we know what you have and can give you accurate and relevant answers to your inquiries.
Have a look at the "blink without delay" example. The trick is to keep track of your current state in variables, and in the loop to check for changes of state and to respond to them.