Hi, I bought a bluetooth module frome seeed:
http://www.seeedstudio.com/depot/serial-port-bluetooth-module-masterslave-p-572.html?cPath=139_142 , I set my bluetooth module in master mode which connected on an Arduino pro mini with RS232. i try to make it connect to my phone(HTC S610d).
The code as follow:
\r\n+STWMOD=1\r\n
After I send name :
\r\n+STNA=XXX\r\n
\r\n+STOAUT=1\r\n
\r\n+INQ=0\r\n
\r\n+INQ=1\r\n
At this moment bluetooth module send this string (with my MAC address and my name

):
\r\n+RTINQ=aa,bb,cc,dd,ee,ff;name\r\n
So I send this command :
\r\n+CONN=aa,bb,cc,dd,ee,ff\r\n
At this moment bluetooth module send this string
\r\n+BTSTATE:3\r\n
and my phone ask me pin code, I enter '0000' (it's the default), then, bluetooth module send this string :
CONECT:FAIL
\r\n+BTSTATE:1\r\n
And I don't understand why... on my phone I can see bluetooth module name on screen with this status : paired, disconnected.
Can anyone help me please ?
Thanks