Setting up an iBeacon scanner using the GATT Protocol for Bluetooth LE

Yipee, that worked - thank you for your help. now i just need to get MQTT to pull a GPIO pin high and activate a relay when a BLE beacon is detected.

thanks again for your help, it is really appreciated.

Tack så mycket

Peter

Great news, thanks for keeping up the fighting spirit!

What was the detail that helped? Just so I can update the guide

Hello,

This is the change that fixed the problem;

Change in line 22

if sys.version_info.major == 3:
    boost_libs = ["boost_python3"]

Thanks

Peter

1 Like