Lecture Notes

Prepare environment

Clone repository

Clone this git repository.

git clone https://github.com/gorankarlic/lecture-ruuvi.git ~/lecture-ruuvi

Bluetooth device

Install device driver, enable node to use Bluetooth.

sudo apt-get install -y libudev-dev
sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)

Project dependencies

Install project dependecies.

cd ~/lecture-ruuvi
npm install

Run

cd ~/lecture-ruuvi
npm start

Next open the corresponding link in your browser: