Wireless RTD sensor with node red
Getting started with node red and RTD In this article we will learn how to install and setup node red. install node jshttps://nodejs.org/en/ install NVMhttps://github.com/coreybutler/nvm-windows/releases open command line and switch to node js 12.20.2nvm install 12.20.2nvm use 12.20.2 install node red npm install -g –unsafe-perm node-red Checkout this article for more info How to install node red lib start node redcommand — node-red open a web browser and enter this http://127.0.0.1:1880/ click manage palette and search for ncd-red-wireless install ncd-red-wireless install node-red-dashboard Build node red flow There are tons of examples and tutorials available on how to build flows. In