weather, vibration and tilt angle data logger for telescopic bingo antenna
- MQTT_in flow
- MQTT_out flow
- Database flow
- Console flow
First of all, you need to install Node.js. A simple way to do that is to get an installer script using cURL.
If you don't have cURL yet, install it with:
sudo snap install curl
Then, download the script with:
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
and install Node.js:
sudo apt-get install -y nodejs
Install the Node-red with npm:
sudo npm install -g --unsafe-perm node-red
To start up the Node-red, just open a new terminal and run:
node-red
get the IP shown in the prompt and open up with a web browser.
Instead of all Node-red flows using the same directory, you can stores flows and new modules in a separate folder by using user directories.
This could be done by editing the settings file, but a easier way is running the command bellow on the folder that you want to create a new project:
node-red -u project1
This causes node-red to create a folder called project1 and copy a settings.js file into it. In addition any nodes we install are placed into this folder under a node_modules folder.
In addiction, you can have access to multiple projects at the same time using a different port:
node-red -u project1 -p 1881
When you create a new Node-red project anywhere else the default location, you have to go back to the project folder and start Node-red from there using the same command used to create the project.
- IoT project with Esp32, IBM Watson and Node-RED
- Node-red getting started
- Node.js docs
- Node-red locally
- Node-red first flow
- Securing Node-red
- Node-red dashboard lib
- Node-red projects
- MQTT
- MQTT and esp32 project
- local only issue
- pio tutorial
- MySQL + Workbench
- Fundamentos do SQL
- Smooth node with reduce