Close
0%
0%

Web UI for MSP430 launchpad

A web UI developed using node.js to connect MSP430FR5739 launchpad to the internet.

Similar projects worth following
I have used node.js to implement the server side of the project. The user can transmit/receive the data to/from the launchpad. For testing online, i have used localtunnel which allows us to convert the intranet to internet. The UI receives the data from a MSP430FR5739 launchpad and the data is then displayed on the website. Also, you can transmit data from UI to the launchpad as well. Tested on all commonly known browsers. The detailed instructions and the source files are there on my github repository.

youtube demonstration video:

The detailed instructions and the source files are there on my github repository: link to the repository or, you can download the project files from here: master.zip

  • 1 × MSP430FR5739 Launchapad

View project log

  • 1
    Step 1

    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
    Step 2

    2. Install npm (node package manager):

    sudo apt-get install npm

  • 3
    Step 3

    3. Install the aforementioned modules (first "cd" to you project directory)
    npm install serialport
    npm install socket.io @0.9.14

View all 5 instructions

Enjoy this project?

Share

Discussions

Mike Szczys wrote 06/13/2015 at 22:32 point

I've been looking for web visualization just like this. Thanks for posting your method, I'm going to give it a try!

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates