I am currently doing a project which utilizes Bluetooth RSSI values. I am using an arduino Uno board together with a HC-05 (Master) Bluetooth module.
After initializing, and entering "AT+INQ'. I was able to get the RSSI values of bluetooth devices around me. But how am i able to increase the rate of these readings?
Also, after a certain time. the RSSI values will stop and i would have to type "AT+INQ" again to obtain more data. Can i make a loop so that i wont have to type in AT+INQ again?