Running raspberry pi as iBeacon using bluez and python 2.7
Bluez 5.43 is requiring the use of --experimental.
sudo vim /lib/systemd/system/bluetooth.service
Apply the following change from this line:
bash
ExecStart=/usr/libexec/bluetooth/bluetoothd
To:
bash
ExecStart=/usr/libexec/bluetooth/bluetoothd --experimental
sudo reboot
This is optional
bash
sudo bdaddr -i hci0 11:22:33:44:55:66
usage: ble-ad [-h] -t X -i ID
ble-ad -t 3 -i abcd