Node-RED IIoT Training

Installation

  1. ๐Ÿ†“How to Install Node.js V20.0.0 in Windows for Node-RED [Watch]

  2. ๐Ÿ†“How to Install Node-RED in Windows [Watch]

  3. ๐Ÿ†“How to Install Node.js on a Raspberry Pi [Watch]

				
					sudo apt-get install nodejs

#or 

curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash -
sudo apt-get install -y nodejs
				
			
  1. ๐Ÿ†“How to Install Node-RED on a Raspberry Pi [Watch]

				
					bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
				
			
  1. ๐Ÿ†“How to Install Node-RED on Ubuntu or Debian Linux via Windows Subsystem for Linux (WSL) [Watch]

				
					bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
				
			

Access Node-Red over Public Internet

  1. ๐Ÿ†“How to Access your Local Node-RED Dashboard Over Internet from Anywhere in the World | LocaltoNet | [Watch]

  2. ๐Ÿ†“How to Access your Local Node-RED Dashboard Over Internet from Anywhere in the World | Ngrok | [Watch]

  3. ๐Ÿ†“How to Access Your Local Node-RED Instance from Anywhere in the World Using the Ngrok Node in Node-RED [Watch]

  4. ๐Ÿ†“How to Access Your Local Node-RED Instance Remotely from Anywhere in the World Using Cloudflared Tunnels [Watch]

				
					cloudflared-windows-amd64.exe tunnel --url localhost:1880
				
			
  1. ๐Ÿ†“How to Access Your Local Node-RED Instance Remotely from Anywhere in the World Using localtunnel [Watch]

				
					npm install -g localtunnel

lt --port 1880
				
			

Secure Node-Redโ€‹

  1. ๐Ÿ†“How to Enable Node-RED Flow Security with Multiple Users and Permission [Watch]

  2. ๐Ÿ†“How to Enable Node-RED Dashboard Security [Watch]

System Monitor using Node-Redโ€‹

  1. ๐Ÿ†“How to Monitor System Performance and Resources in Node-RED Dashboard Using the node-red-contrib-os Package [Watch]

  2. ๐Ÿ†“How to Monitor Raspberry Pi System Performance and Resources in Node-RED Dashboard [Watch]

  3. โณHow to Set Up Node-RED as a Service on Raspberry Pi for Automatic Startup [Watch]

PostgreSQL + Node-RED

  1. ๐Ÿ†“๏ธHow to Build Your PostgreSQL Virtual Lab for Free Using virtuallabs.online for Testing and Learning [Watch]

  2. ๐Ÿ†“๏ธNode-RED & PostgreSQL Integration: Create, Delete, Insert, Select and Display Data on Dashboard [Watch] [Code]

MySQL + Node-RED

  1. ๐Ÿ†“๏ธHow to Build Your Own MySQL Virtual Lab for Free Using virtuallabs.online for Testing and Learning [Watch]

  2. ๐Ÿ†“๏ธNode-RED & MySQL Integration: Create, Delete, Insert, Select and Display Data on Dashboard [Watch] [Code]

Dashboard Report from SQLite Database Tableโ€‹

  1. ๐Ÿ†“How to read data from SQLite Database Table and Display it on Node-RED Dashboard in the Table Format [Watch]

  2. ๐Ÿ†“How to create dynamic SQLite reports In Node-RED with date range filters | Node-RED Dashboard | [Watch]

  3. โณHow to Read data from SQLite Database and Display it on Node-RED Dashboard in Historical Graph or Historical Chart Format [Watch]

Email Automationโ€‹

  1. โณHow to Send Email from Node-RED [Watch]

Telegram Automationโ€‹

  1. โณHow to Send Telegram Notification from Node-RED [Watch]