https://github.com/pjsier/accel-dashboard
Demo of a live updating dashboard for Particle's Internet Button
https://github.com/pjsier/accel-dashboard
Last synced: 8 months ago
JSON representation
Demo of a live updating dashboard for Particle's Internet Button
- Host: GitHub
- URL: https://github.com/pjsier/accel-dashboard
- Owner: pjsier
- License: mit
- Created: 2015-12-17T23:20:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T00:44:25.000Z (about 9 years ago)
- Last Synced: 2025-02-22T23:42:10.240Z (over 1 year ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Particle Internet Button Acceleration Dashboard
Quick demo that allows anyone with a Particle Internet Button to view their accelerometer
data through a live-updating dashboard.
## Setup
Before running the local code, make sure to upload the liveaccel.ino file to
[Particle Build](https://build.particle.io/), and make sure to add the Internet
Button library to your code before flashing. Also be sure to make a note of your
Photon's ID and access token, you'll need those to view your data.
Once your Photon is ready, clone the repo and run:
```
cd accel-dashboard
python -m SimpleHTTPServer 8000
```
Then, navigate to http://localhost:8000 in your browser and enter your Photon's
details in order to see the live data dashboard.