Skip to content

Example Node.js code how to collect Ruuvitag sensordata and display with Grafana

Notifications You must be signed in to change notification settings

nikorainto/raspberry-ruuvitag-influx-grafana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry-ruuvitag-influx-grafana

This app is ment to be run on a Raspberry Pi 3. Tested with the full version of Raspbian Stretch.

Requirements

Nodejs & NPM =>
$ update-nodejs-and-nodered

Bluetooth enabled and allowed =>
$ sudo apt-get install libbluetooth-dev
$ sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)

Influx and grafana installed and running =>
http://blog.centurio.net/2018/10/28/howto-install-influxdb-and-grafana-on-a-raspberry-pi-3/

Reboot Pi!

How to start:

npm install
node index.js

About

Example Node.js code how to collect Ruuvitag sensordata and display with Grafana

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published