Bluetooth RSSI value
Amanddn opened this issue · 1 comments
Amanddn commented
Hi,
Is there a way to get bluetooth RSSI value using pymetawear or some other dependent libraries ?
Thanks in advance.
Aman.
hbldh commented
I am not sure that it can be done in simple enough way in Python.
There is this StackOverflow that discusses several techniques.
My best bet: Running btmon
doing a hcitool lescan
in a subprocess might work, but btmon requires sudo
privileges.