Problem with Grove - serial bluetooth

Hi,

I bought the module bluetooth from grove, I transfer the slave exemple code in my arduino, connect my module bluetooth to “UART” of my shield grove.
But my android phone don’t see the module…

Thanks for future answers.

when the code running, did you find the green and red led flash alternatly?

No, just the blue led blink on my module.

Then it maybe cause some problem when initializing. when initialize ok, the blue and red led will blink Alternately.

Could you share your code when initializing? :astonished:

My code is the slave exemple code of the wiki page.
The module must to be in the “UART” of my shield grove,doesn’t it?

My code is the slave exemple code of the wiki page.
The module must to be in the “UART” of my shield grove,doesn’t it?

The Grove - Serial Bluetooth has used software serial but not UART, so you need plug it onto D6(digital 6 and digital 7) port of Base shield. Good luck.

Thanks, now it’s fine ! My android device see my serial bluetooth but, with an application android i have error :

Runtime Error

Need BLUETOOTH_ADMIN permission: Neither user 10168 nor current process has android.permission.BLUETOOTHH_ADMIN.

Thanks for future answers.

Maybe you need get them paired on the “Setting” of phone first.

Jacket