A Statistics project to visualize accelerometer data and track a relative path based on compass heading and calculated pedometer data.
#Requirements You will need...
- Node.js installed on your computer.
- A smartphone connected to the same Wi-Fi network as your computer.
- To know the IP address of your computer.
#Setup
- Clone this repository so you have a copy on your computer.
- Launch [server.js] using Node. On Windows, this may be as easy as double-clicking on the file itself. On Linux and Mac, you may have to open a Terminal,
cd
to the folder containing [server.js], and runnode server.js
. - On your computer, launch your favorite browser (tested on Chrome) and type
localhost:5000
into the address bar. - On your phone, launch your favorite browser (tested on Chrome for Mobile) and type your computer's IP followed by
:5000
. For example,192.168.1.123:5000
. - Walk around and enjoy the data on the screen of your computer!
Enjoy! I'll leave you to figure out what each graph represents.