-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Count Android beacons #3
Comments
Doesn't seem to pick up my OnePlus 6, nor the OnePlus 7 Pro (Both running Android 10) indeed hcidump
hcitool lescan
|
Updated bluez from 5.50 to 5.54, same result. I have posted a question to the linux bleuz developer mailing list. For now I go to work around with a external ESP32, I see all mac addresses but not yet the beacon codes. |
LE Scan ... hcidump Raspberry Pi 3B |
Also on a msi laptop with bluetooth it does not work. No beacons shown. |
Did you also tested with a iPhone (or only Androids) |
Only androids.
…On Sun, Aug 23, 2020 at 6:52 PM Dave Borghuis ***@***.***> wrote:
Also on a msi laptop with bluetooth it does not work. No beacons shown.
Oh and the rpi 4b I tried it on neither.
Did you also tested with a iPhone (or only Androids)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAYRFOCX5VDX7JFNULUT7RDSCFCL7ANCNFSM4QBW3A2Q>
.
|
Solved in version 2.02 of beacontools, released today ( 29 aug. 2020). If already installed you can update by : pip3 install beacontools --upgrade |
root@msi:/home/folkert# pip3 install beacontools --upgrade
Collecting beacontools
Downloading beacontools-2.0.2-py2.py3-none-any.whl (25 kB)
Requirement already satisfied, skipping upgrade: construct<2.11,>=2.9.52 in
/usr/local/lib/python3.8/dist-packages (from beacontools) (2.10.56)
Collecting ahocorapy==1.6.1
Downloading ahocorapy-1.6.1-py2.py3-none-any.whl (8.3 kB)
Collecting future
Downloading future-0.18.2.tar.gz (829 kB)
|████████████████████████████████| 829 kB 4.5 MB/s
Building wheels for collected packages: future
Building wheel for future (setup.py) ... done
Created wheel for future: filename=future-0.18.2-py3-none-any.whl
size=491058
sha256=6c46b1f9bf16aec0b83eccfecd4bb7a5e0c63b7b9ca696f834528ecb93c3201d
Stored in directory:
/root/.cache/pip/wheels/8e/70/28/3d6ccd6e315f65f245da085482a2e1c7d14b90b30f239e2cf4
Successfully built future
Installing collected packages: future, ahocorapy, beacontools
Attempting uninstall: beacontools
Found existing installation: beacontools 2.0.0
Uninstalling beacontools-2.0.0:
Successfully uninstalled beacontools-2.0.0
Successfully installed ahocorapy-1.6.1 beacontools-2.0.2 future-0.18.2
But:
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
Beacontools not found!!
CoronaTeller will not scan any beacons. Continue in demo mode
ALSA lib pcm_dmix.c:1089:(snd_pcm_dmix_open) unable to open slave
…On Sat, Aug 29, 2020 at 11:51 PM Dave Borghuis ***@***.***> wrote:
Solved in version 2.02 of beacontools, released today ( 29 aug. 2020).
If already installed you can update by : pip3 install beacontools --upgrade
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAYRFOH4BY7PXK6XF3DIIO3SDFZ4PANCNFSM4QBW3A2Q>
.
|
Test so far with iPhone 7 (my own phone). I did a quick test with some Android phones but these doesn't show up in the CoronaTeller.
Need more investigation to find out what is going on. Test with following combinations
If you want to test :
This should give you a list of all the beacons that the Coronateller should see.
$ bluetoothctl
[bluetoothctl]scan.transport le
[bluetoothctl]scan.uuids 0xfd6f
[bluetoothctl]scan on
The script 'testbeacontool.py' gives what the beacontool sees, that should match with the output of the bluetoothctl. If you are in doubt you could unremark line 15, but I don't see any differance. So I think somewhere in beacontools is something wrong.
Workaround
For now I use an external ESP32 that shows all beacons.
The text was updated successfully, but these errors were encountered: