IUNO-TDM / MixerControl

The control and HMI of the drink mixing robot
GNU General Public License v3.0
3 stars 1 forks source link

Broadcast iBeacon on Raspberry Pi #95

Closed goergch closed 6 years ago

goergch commented 7 years ago

The iOS Wallet Coupon reacts on the proximity UUID 1E809A70-DF5E-4C81-BFE0-549D552D0BAF. The raspberry pi should broadcast the iBeacon signal with the matching uuid

bockha commented 7 years ago

https://webgazer.org/update/tutorial/2016/03/16/raspberrypi-eddystone-url.html https://github.com/google/eddystone

goergch commented 6 years ago

Gibt es Software die Eddystone und iBeacon zeitlich multiplexed? Eddystone allein bringt mir leider nichts

bockha commented 6 years ago

@goergch ja, bash, python, perl, ... Wie ist der Shell-Aufruf der wo den Raspberry Pi ein iBeacon senden läßt? https://www.raspberrypi.org/forums/viewtopic.php?t=139689

goergch commented 6 years ago

start beacon:

#!/bin/sh
sudo hciconfig hci0 up
sudo hciconfig hci0 leadv 3
sudo hciconfig hci0 noscan
sudo hcitool -i hci0 cmd 0x08 0x0008 1E 02 01 1A 1A FF 4C 00 02 15 1E 80 9A 70 DF 5E 4C 81 BF E0 54 9D 55 2D 0B AF 00 00 00 00 C8

stop beacon

#!/bin/sh
sudo hciconfig hci0 noleadv  
bockha commented 6 years ago

Your commands for "https://iuno.axoom.cloud" are:

$ sudo hciconfig hci0 up
$ sudo hciconfig hci0 leadv 3
$ sudo hcitool -i hci0 cmd 0x08 0x0008 1e 02 01 06 03 03 aa fe 16 16 aa fe 10 00 03 69 75 6e 6f 2e 61 78 6f 6f 6d 2e 63 6c 6f 75 64 00