how to get the RSSI values from a bluetooth modem? (HC-05)

hello everybody,
i want to do what i wrote on the title to make a "radar" using 3 or 4 modems, i'm using HC-05 because it's the cheapest modem and these are their commands: http://elecfreaks.com/store/download/datasheet/Bluetooth/HC-0305%20serail%20module%20AT%20commamd%20set%20201104%20revised.pdf

i'm trying the command "at+inq\n\r"
but i only get OK and i can't understand that, can you help me to find where the mistake is?
thank you in advance! :wink:

I have same problem with you. '
Have you find the solution for this?
I really need your help..

Thank you.

no sorry :frowning:

are you trying to use another bluetooth module?

Guys try sending this:

AT+INQM=1,1,48

then sending this after it:

AT+INQM?

Tell me how that works out for you.
PS: I have a pair of HC-05 but I never had time to try them.

i don't have time to try in this period.. let me know if it works, thanks! :wink:

Try this :

AT+INQM=1,9,48\r\n

AT+INQ?\r\n

Mel

:smiley: :smiley: :smiley:

Hello,

you need to put your HC-05 to master Mode : AT+ROLE =1
And after init + INQ

:slight_smile:

Hey Guys!

Problem is, that always other bluetooth-signals disturb your Inquiry?

+INQ:1234:56:0,1F1F,FFC2
+INQ:1234:56:0,1F1F,FFC1
+INQ:1234:56:0,1F1F,FFC1
+INQ:1234:56:0,1F1F,FFC1
+INQ:7878:DE:FA,1F1F,FCD1 // This one I would like to track!
+INQ:1234:56:0,1F1F,FFC1
+INQ:1234:56:0,1F1F,FFC1
+INQ:1234:56:0,1F1F,FFC0
+INQ:1234:56:0,1F1F,FFC2

Thus making it an uneffektiv RSSI-Radar after all?

Has anybody an Idea about how to solve this?