Short video on how to install Node Red from start to finish on a Raspberry Pi. Links and commands below that were used in the video.
Starter Kit – https://amzn.to/3o7vvc8
//Raspberry Pi Imager Software – https://www.raspberrypi.org/software/
//Raspberry Pi Commands
login : pi
password : raspberry
//To update the pi
sudo apt-get update
sudo apt-get upgrade
//To enable SSH and configure other system parameters
sudo raspi-config
//To change your pi password
passwd
//Putty download – https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
//To reboot the pi
sudo shutdown -r now
//Node Red Install command – https://nodered.org/docs/getting-started/raspberrypi
//To enable Node Red on bootup
sudo systemctl enable nodered.service
//To get into the interface of Node Red
http://IP of Raspberry Pi/:1880
//Headless Raspberry Pi Setup from first boot – https://www.raspberrypi.org/documentation/configuration/wireless/headless.md