hbldh / pymetawear

Community developed SDK around the Python bindings for the C++ SDK

Home Page:https://hbldh.github.io/pymetawear/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bluetooth RSSI value

Amanddn opened this issue · comments

Hi,
Is there a way to get bluetooth RSSI value using pymetawear or some other dependent libraries ?

Thanks in advance.

Aman.

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.