Estimote Beacon is not detect as bluetooth device

Hi,

We have a Estimote Beacon device. Its not detecting in linux mint operating system. Other Bluetooth device detected like laptop and mobile.

We are trying to get the estimote beacon device details(temperature,UUI and etc.,) using Python language and insert the same to the cloud.

Thanks in advance for your help.

I’ve implemented Estimote Telemetry parsing in JavaScript, using the bluez-based noble library that exposes Bluetooth to Node.js-based apps:

So I assume that’s something you’d need to do for Python as well. Find a library, then port the parsing code from JavaScript to Python.

Quick google query for “python ble library” leads to some candidates, most of them bluez-based as well from what I see.