Sending data to web using NodeJS via serial port
Using Aarduino and Ethernet shield it is a piece of cake to connect to web, send and receive data without need a PC. This is pretty expensive way of doing this as it require Ethernet shield that has its price. There are another ways to send data to web. Well eventually you will need a PC because whole magic happens here. So Bangon Kali introduces his tutorial on how to post arduino collected sensor data to web page using NodeJS and SerialPort2.
Be prepared for some preparation as this method require require several packages to be downloaded and set up in PC. Whole business circles around NodeJS – a server side Javascript interpreter with several additional modules enabling to listen to COM ports and plotting data on a webpage. Small demo give a kick start with Arduino Mega2560 where potentiometer data is plotted on webpage in real time.


