Skip to content

Instantly share code, notes, and snippets.

@sumardi
Created February 10, 2014 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sumardi/8922624 to your computer and use it in GitHub Desktop.
Save sumardi/8922624 to your computer and use it in GitHub Desktop.
Build your OWN Apple iBeacon with a Raspberry Pi.
$ sudo apt-get install libusb-dev libdbus-1-dev libglib2.0-dev libudev-dev libical-dev libreadline-dev
$ sudo wget www.kernel.org/pub/linux/bluetooth/bluez-5.14.tar.xz
$ sudo unxz bluez-5.14.tar.xz
$ sudo tar xvf bluez-5.14.tar
$ cd bluez-5.14
$ sudo ./configure --disable-systemd
$ sudo make
$ sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment