Thanks. Apparently is quite hard to get it all working. Especially because the RSSI/LQ information differs per mobile phone. I think it might be possible when you have full control of the used bluetooth devices (e.g. modules) and able to get useful RSSI/LQ values. Most phones only can tell if the RSSI value if above or below a given (golden) range.
Main Topics
Browse All Topics





by: HenrikBerglundPosted on 2007-10-31 at 23:14:29ID: 20191043
Hi,
Cool project! Here's some comments:
1At least initially, the idea was to let 100m devices have more sesitive receivers also, i.e. they would work at 100 m range even if the other device was a 10m device.I have not tried this.
2. You should not count on a cell phone being capable of 7 simultaneous connections. Perhaps if you write the BT SW on the phone yourself that would be possible.
3. You can get a RSSI even without having a connection by performing an inquiry. Results may not be coming in as often as you want then though. If you actually are connected, there is also another measure called link quality 0-255 that you also may be able to use (although RSSI seems to be the best measure)
Also, note that the Bluetooth Adress is easily changed in a device, so this is not a good idea for a security solution, but as I understand it, that would not be the purpose of this effort.
Good luck! Make sure to let us know how it works out!