Tag: node.js

Connecting a serial port to the WEB via Node.js

Serial Port to WEB via Node.Js

A previous post (here) documented how to connect a Python script to a serial port on a microcontroller.  This post documents connecting a serial port to the WEB via Node.js (which is a JavaScript runtime). Using Node.js and a module for node called serialport, it is very easy to connect a PC to a serial …

Continue reading

Controlling and Monitoring an Arduino Galileo via Node.js

Galileo_Cordova

It is very handy to be able to control and monitor things with an Arduino. It is even more handy when you can control and monitor things remotely from wherever you are via the Internet. For arguments sake, lets say we want to both control specific devices we have attached to our Arduino and we …

Continue reading