A simple monitoring station for the Ti Sensor Tag.
- nodejs
- mongodb
- A computer with bluetooth 4.0
$ npm install
$ npm start
- Turn on the sensor tag
- Start the server
- Wait for a few samples to be collected
- Visit http://localhost:3000/ to see your data
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- v1.0.0 - readme and some documentation
- v0.0.1 - initial build
Lots of credit goes to Sandeep Mistry for creating the library I used to read the data from the sensor tag.
This project is licensed under the MIT License - see the LICENSE.txt file for details