TheCellule / python-bleson

Python Bluetooth LE Module
https://groups.google.com/group/python-bleson
MIT License
118 stars 24 forks source link

RSSI value always the same #44

Closed jacksoncaretech closed 4 years ago

jacksoncaretech commented 5 years ago

The advertisement rssi value of a device seems always the same when scanning. It seems it is the last value of the manufacture data?

WayneKeenan commented 5 years ago

what platform are you on?

palande-dev commented 5 years ago

Hi I am facing the same issue, I am running the code on Ubuntu 16.04.4 LTS The RSSI value at times come as None or seems to be same while scanning, is it always the last bit of manufacturer data for BLE devices? how is RSSI calculated in case its a beacon?

WayneKeenan commented 4 years ago

I think this should now be fixed, please re-open if you still have an issue.

hntrdglss commented 4 years ago

Hey @WayneKeenan! I'm experiencing this issue with release v0.1.5, running on Ubuntu 18.04.2, where all my devices are returning an RSSI of -62. However, scanning with bluetoothctl returns different values (none of which are -62, in this case they are -37 and -57). Is there more information I can provide to help debug?

Thrilleratplay commented 4 years ago

@WayneKeenan Can this issue be reopened?

WayneKeenan commented 4 years ago

Fix has been merged.