youtube demonstration video:
A web UI developed using node.js to connect MSP430FR5739 launchpad to the internet.
youtube demonstration video:
Added a similar project on HaD: Project Link
Procedure: (on ubuntu)
1. Install node.js:
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
2. Install npm (node package manager):
sudo apt-get install npm
3. Install the aforementioned modules (first "cd" to you project directory)
npm install serialport
npm install socket.io @0.9.14
I've been looking for web visualization just like this. Thanks for posting your method, I'm going to give it a try!