Skip to content

roosnic1/iBeacon-Scanner-for-RPi

 
 

Repository files navigation

Bluetooth iBeacon Scanner

A python script reads the information and writes it to a JSON file. A small node.js webserver displays the data in a browser. Optimized for the Raspberry Pi.

Config on Raspbery Pi

sudo raspi-config (expand Filesystem)
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install --no-install-recommends bluetooth

Followed the instructions on http://www.jaredwolff.com/blog/get-started-with-bluetooth-low-energy/

sudo apt-get install python-bluez
wget http://node-arm.herokuapp.com/node_latest_armhf.deb
sudo dpkg -i node_latest_armhf.deb
sudo apt-get install bc

About

Reliable Bluetooth LE (iBeacon) scanner for Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.7%
  • Shell 19.7%
  • HTML 16.4%
  • JavaScript 13.2%