youtube demonstration video:
A web UI developed using node.js to connect MSP430FR5739 launchpad to the internet.
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
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
Create an account to leave a comment. Already have an account? Log In.
Become a member to follow this project and never miss any updates
I've been looking for web visualization just like this. Thanks for posting your method, I'm going to give it a try!