Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 615 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 615 Bytes

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