Quantcast
Channel: MSP430 Technical Forums
Viewing all articles
Browse latest Browse all 2077

Web UI for MSP430 launchpad using node.js

$
0
0

Hi all!

recently worked upon a weather station project where we were required to display the data on a website. I finally decided to create a web UI for MSP430FR5739 launchpad as well.

 

gui.png

The web UI is created using Node.js for the server end. The graphs update at every 100ms period. For testing online, i have used localtunnel which allowed me 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.

 
Youtube demonstration video:
 
The detailed instructions and the source files are there on my github repositoryhttps://github.com/jaspreetsingh009/webui_msp430
 

Viewing all articles
Browse latest Browse all 2077

Trending Articles