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]