beacontools icon indicating copy to clipboard operation
beacontools copied to clipboard

A Python beacon scanning library.

Results 19 beacontools issues
Sort by recently updated
recently updated
newest added

Hello, I tested with iBeacon [Minew D15N Keychain Beacon](https://www.minew.com/product/d15n-keychain-beacon/) and everything is working fine so far. Still need to tune interval_ms, window_ms + the interval&power of beacon for more reliable...

Hi, I'm facing a problem with Bluez library when running Raspberry Pi OS on a Raspberry Pi Zero W. I'm running the latest image version with release date in March...

I tried the scanner examples for iBeacons and Eddystone Beacons on a Raspberry PI Zero W and they work fine. When doing the same on a Raspberry 4B the examples...

``` Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/home/jslay/.local/lib/python3.8/site-packages/beacontools/scanner.py", line 153, in run subevent = to_int(pkt[3]) IndexError: index out of...

bug

Hello and thanks for your work I am trying to build a Python scripts to collect Temp and Humidity from some beacons. I downloaded your code to a Raspberry pi...

First, I want to apologize for posting this here, but I could not find any good resources for BLE issues on bluez 5.5, Raspian etc. I made the app work...

Is there a way to get raw data scanned beacon that can be used to know battery status of the beacon?

I got wrong temperature when the temperature is negative and also seconds_since_boot also has an extra 0 (multiplied by 10) ``` from beacontools import parse_packet import codecs data = '0201060303aafe1116aafe20000c8df000001755d10885a5b8'...

Hello All, I've installed beacontools on fresh new RaspberryPi image. ``` PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" ``` sudo apt-get install python3-pip **pip3 install beacontools** `pip3 list...

Hi, I just try use it with Python3.5 in RaspberryPI3B+, but error occurred. please let me know what i am missing. Import error: No module named "construct"