Sensitive is an experimental node.js module that enables you to read the sensors of multiple phones at the time and create real-time multiplayer experiences on a "host" browser.
npm install sensitiveSensitive.js
============
Sensitive.js is a small Node.js app that reads sensor data from your mobile phone and sends it to an Arduino.
It's still quite buggy, but it works :)
When you access the node.js server from your phone, a Sensitive.js client opens a Websocket connection and starts sending the sensor readings. The node app then forwards them to your Arduino, using the serial port.
Note that the demo sketch needs a Liquied Crystal display to show the data. This is of course not required for Sensitive.js, but you will have to strip the code a bit to run it without the display.
```
git clone git@github.com:alanreid/Sensitive.js.git
cd Sensitive.js
npm install
2. Open app.js and change the serial port to the one your Arduino is using
3. Upload the demo sketch to your Arduino
4. Run the app with
```
node app.js
5. Access to your node's IP & port from your mobile device.