Skip to content

Receiving all sensors data from TI Sensor Tag cc2650 the visualizing and applying vibrational analysis for anomaly detection.

License

Notifications You must be signed in to change notification settings

jhavinit/sensor_tag_vib_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SensorTag Vibrational Analysis

Steps

Step 1:

Get the code from gihub: https://github.com/sandeepmistry/node-sensortag

Step 2:

Change USE_READ = 1 rather than true

Step 3:

Install python2+,nodejs,npm

Step 4:

Run all the command in sudo mode

Step 5:

Chek out: https://github.com/nodejs/node-gyp#installation https://github.com/noble/noble#prerequisites

Step 6:

Install node-gyp: "npm install -g node-gyp"

Preq:

python (v2.7 recommended, v3.x.x is not supported) make A proper C/C++ compiler toolchain, like GCC

Configuring Python Dependency

"node-gyp --python /path/to/python2.7" "npm config set python /path/to/executable/python2.7"

Step 7:

Linux Kernel version 3.6 or above libbluetooth-dev

Install noble: "sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev" then "sudo ln -s /usr/bin/nodejs /usr/bin/node" "sudo pkg install gmake" "npm install noble" "sudo setcap cap_net_raw+eip $(eval readlink -f which node)" "sudo apt-get install libcap2-bin" "npm install noble-device"

Step 8:

Run the command "npm install sensortag"

Step 9:

sudo node test.js

About

Receiving all sensors data from TI Sensor Tag cc2650 the visualizing and applying vibrational analysis for anomaly detection.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages