Connecting Arduino to WIMM watch via Bluetooth (or how to pair)

Hi ,

I was working with Arduino for a project and thought of using the WIMM watch as a display device (as it was available in the lab). The WIMM works on android and hence I was able to make an app on it.

But for pairing the WIMM with the Arduino over bluetooth needs the Arduino to be the master and try from it's side to pair with the WIMM while the WIMM just makes itself dicoverable and do not scan for new devices.

Is there a way/code that can be written in Arduino to scan for devices and ask to pair with them?

I am using the HC-05 bluetooth module for this project.

Thanks in advance :slight_smile:

cAk