I've got a Pi that does some occupancy detection so that I can mess with the heating depending on who's in.
So, it's doing this:
Code: Select all
andyResult = bluetooth.lookup_name('xx:xx:xx:xx:xx:xx', timeout=10)
Code: Select all
sudo hcitool scan
If I have Bluetooth on my phone switched on all the time, it kills the WiFi speed (a known problem with some phones). So I bought one of these little tiles.
The MAC address appears when I do:
Code: Select all
sudo hcitool lescan
I'm guessing that it doesn't scan for BLE.
Is there another way I can do this?
Cheers
Andy