I am trying to personalize a screen depending on the person which stands in front of it.
My idea was to get the bluetooth adresses of their phones and check which of the devices is the nearest.
Because the project is already using a NodeMCU microcontroller, I wanted to add a HC-05 bluetooth module to the build.
Is there a way to check if a device is there if I have the full address without it being visible?
When I scan for devices with the AT+INQ
command, I can only see visible devices (the bluetooth settings page has to be open).