12v Bluetooth motor control

Im looking to do a project with the bluetooth HC-06, I want to be able to control my 12V DC motors with an arduino code and an Iphone/android app. Anyone know of full tutorials or porjects similar?

I have this Bluetooth device(correction), L298n drivers, 12V motors. I realize the motors voltage compared to the arduinos do not align. So, I will need to be wise with my wiring. If anyone could advise me on what my next step should be, that would be wonderful.

Get your motors to work with the Arduino. Lots of tutorials out there.

Get your BT module to work with the Arduino (send/receive characters from a BT terminal or so). Lots of tutorials out there.

Combine the two. Lots of tutorials for combining sketches out there.

That'd be roughly the steps.

Sad to see that this rather obsolete L298N is still used... so many better motor drivers out there (e.g. TB6612FNG - it not having a bulky heat sink is because that's not needed any more).

BullEngineer:
Im looking to do a project with the bluetooth HC-06, I want to be able to control my 12V DC motors with an arduino code and an Iphone/android app.

You need to make up your mind about the app and/or Bluetooth. HC-06 is incompatible with iPhone.