Posts

Showing posts from December, 2020

Real-Time Monitoring of Data from Multiple Sensors on a Webpage using Node-RED

Image
  In this article, I will explain how to display real-time data from different sensors on a web page using Node-RED in a few easy steps. I will also cover how to save incoming real-time data on a 'csv' file. I will provide a link to the GitHub repository holding the source code (JSON script) at the end of the article so you don't have to worry about writing any lines of codes. You can run Node-RED on pretty much any platform supported by Node-RED including your local computer, or single-board computers such as a Raspberry Pi or BeagleBone . So, please feel free to pick wherever you want to run Node-RED. For the purpose of this tutorial, however, I'm going to install Node-RED on Windows 10 on my computer. The content of this article applies to all platforms, so continue reading. To keep my post short, I have avoided detailed explanations on how different components of Node-RED work, and instead provided link to some of the available resources. Update: I have a comp...