bluetooth-proximity
bluetooth-proximity copied to clipboard
Bluetooth Proximity Detection using Python
I've just discovered this project and have set it up to explore it - exactly the use case I'm trying to figure out. So thank you for this! I find...
I'm writing a script that scans for a list of bluetooth addresses periodically, but I've noticed that if a device is not in range it takes a full five seconds...
When I edit my Bluetooth Address into the BT_ADDR_LIST = I get a syntax error? Should it be in a different format than the Bluetooth address?
When running the bluetooth-scanner example on a raspberry pi with python3 (https://github.com/Adversitx/bluetooth-proximity actually, but in this case there should be no difference I think) I get the following error: `Exception...
I'm trying to get the RSSI value, and I'd like to get it without the the Golden Range threshold. Is there anyway I can achieve this ? Thanks
I'm trying to make your script to work, and I encounter some weird issues : I want to detect distance to my phone from py PC. I have internal BT...
I'm running the test_address.py code with 999 cycles to detect my iPhone X. It all runs fine until I turn off bluetooth on my phone, in which case the RSSI...
Really thank you for your code. I run it, it didn't show wrong, but the result is strange, all rssi: 0. I use debug and think it cannot send command...