Interfacing Arduino Mega 2560 to the Web (Implemented in Windows)

Опубликовано: 20 Май 2026
на канале: Bangonkali
3,815
11

Tutorial: http://j.mp/KLvxNb

In this video I'm showing a simple demonstration on what can be done to interface your Arduino board to your PC and serve data to the web. For the moment, I'm only showing one way communications from Arduino the web. In my future videos I will show you a full duplex communication system between the web and your Arduino.

Key technologies being used here are:
NodeJS - Async JS Server
SerialPort2 NodeJS Module - Connects a Windows Com Port to NodeJS
Socket.IO NodeJS Module - Connects web clients 'asyncly' to NodeJS
Apache HTTPD - Serves static client html, js, css content
JQuery - For easy client side scripting
JQuery UI - For client side user interface implementation