You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trying to use to example file for scanning EddystoneUID frames... but it looks like it doesn't work. I know that there are similar related closed issues for the same problem (#10 and #25) and @citruz has replied that this has been fixed in 1.3.0 but it does not seems to be the case (at least for me).
I removed only one line form the original example, the one that is used to filter the namespace.
import time
from beacontools import BeaconScanner, EddystoneTLMFrame, EddystoneFilter, EddystoneUIDFrame
def callback(bt_addr, rssi, packet, additional_info):
print("<%s, %d> %s %s" % (bt_addr, rssi, packet, additional_info))
# scan for all TLM frames of beacons
scanner = BeaconScanner(callback,
packet_filter=[EddystoneTLMFrame, EddystoneUIDFrame]
)
scanner.start()
time.sleep(10)
scanner.stop()
The console is not printing anything, i have several physical EddystoneUID beacons and also some that are emulated with the "Beacon Simulator" android app.
Can somebody please tell me what i am doing wrong ?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hello everyone,
I trying to use to example file for scanning EddystoneUID frames... but it looks like it doesn't work. I know that there are similar related closed issues for the same problem (#10 and #25) and @citruz has replied that this has been fixed in 1.3.0 but it does not seems to be the case (at least for me).
I removed only one line form the original example, the one that is used to filter the namespace.
So here is the code i used :
The console is not printing anything, i have several physical EddystoneUID beacons and also some that are emulated with the "Beacon Simulator" android app.
Can somebody please tell me what i am doing wrong ?
Thanks a lot.
The text was updated successfully, but these errors were encountered: