Skip to main content

How to Install Node-RED in Windows or any OS || Part-1


In this post, we learn how to install Node-RED in a window or any OS. This is a part-1 of this playlist. So, let’s start.




There are some instructions to install Node-RED in your machine.

Step-1: Download the Node.JS software from the link. The link is given in the below image:




Step-2: Set the path of Node.js in OS environment variable, for the set, the path sees the instruction is given below images.

Step 3: Now check that path is correctly set or not for this:

·         Open the CMD prompt
·         Type the command NPM
·         And if this gives any response then the path is successfully set otherwise check again:


Step 4: Now download the second software mosquitto. For download it sees the instructions in given below image:


Step 5: Set the path of mosquito MQTT broker in the OS environment variable. For set the path sees the instruction at the given image:

Step 6: Now let’s check the path is successfully set or not. For check, it opens the cmd prompt and types the command mosquito -v if the command is successfully run then OK. Otherwise, check it again.

Step 7: Now install the Node-RED. For installing it:

·         Open CMD prompt
·         Type command npm install node-red
·         It takes a little time to install
·         Now type node-red command on command prompt to start the Node-RED in your machine
·         Check the IP: Port on of your Node-RED server

Step 8: start the Node-RED putting Ip, the port in your browser



Node-RED is successfully installed in your machine.
For more see the given Video:









Comments

Popular posts from this blog

SANTA CLAUS' HAT USING PYTHON

Hello IoTIAN , In this video we create a SANTA Claus’ HAT using python in this we use turtle library for drawing the steps are following for creating Santa Hat.   Import TURTLE library       Import shapes file which already built        Import  RANDOM library        Give the name to your turtle pen        Set the speed of your pen        Choose background color        Draw a circle in which area you want to create a cap        Create a red color triangle        Set different circle with different radius and coordination to convert it into a cap    Hide the turtle using myPen.hideturtle() The Code in this give a link for the following Santa HAT          https://github.com/iotianinnovator/Python_Project         Comment if yo...

PRE-ORDER: IoT-A(Masterboard)

Beta Version of PRE-ORDER IoT-A(Masterboard) A single device solution to monitoring and automation:  Features: Convenient for data monitoring and handling. Compatible with major IoT device for remote control and automation. Completely Open Source Cost Effective. One masterboard for different IoT Application. Controllable by web and android both

IoT Projects

Smart Plant Irrigation IoT Smart Plant Irrigation Device Overview It's very useful in Home and for Environment. It’s automatically adjust the water schedule to actual condition of the site. You can also control this device from anywhere in the world using BLYNK app. Device Working It’s fully automated. it’s automatically schedule the water according to the moisture in soil.It’s an IoT device so it send live device data to your Smart Phone. You can also see the device data in csv form. You can control it from anywhere in the world. Applications Useful in agriculture and also for environment Save Plant Save Time. Demo Video