Zumo Robot controlling motors via bluetooth

Hi,
I am a bit stuck on where to start with controlling the motors of a Zumo Robot with an HC-05 Bluetooth module and an Arduino Uno.

Thank you

Hello.

You might start by getting the different parts of your system working separately, then integrating them together. For example, if you have not already tried, see if you can control your Zumo’s motors from your Arduino Uno. (You can use our ZumoMotorExample sketch as a test.) Then, try doing something like blinking an LED on your Arduino Uno from a command sent from a Bluetooth device through your HC-05 Bluetooth. Unfortunately, we cannot help with that part since we do not make an HC-05 Bluetooth device, but that is a common Bluetooth device and I expect there to be a useful library available somewhere online for it.

-Jon