55.
out = " "
Then go to the directory you saved the script and open a command propt. Then run the script by
typing:
1.
python eddystone_example
.
py
The script will now ask you for a eddystone url hex string.
I will now show you how to prepare one.
Eddystone url hex string
The url hex string will then looks like this:
0d:16:aa:fe:10:00:03:67:6f:6f:67:6c:65:07
0d
- Length of the following string in hex.
0D
is 13 and as you see there is 13 bits after this one.
It is important that this correspondes with your length otherwise it will not run.
Keep in mind that you have a maximum of 17 bytes worth of space for your url.