https://nodered.org/docs/getting-started/raspberrypi
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
Install: node-red-dashboard & node-red-contrib-themes in the NodeRed Panel
sudo apt install mosquitto mosquitto-clients libmosquitto-dev
sudo systemctl enable mosquitto
sudo systemctl enable nodered
sudo systemctl start mosquitto
sudo systemctl start nodered
Import flow.json in Node Red
./bme680 -a localhost -i 5
sudo apt install pip
pip3 install dash
pip3 install jupyter-dash
pip3 install pandas
Source: https://dash.plotly.com/installation
./bme680
python3 app.py
Or with tmux:
?? not yet finished, use tmux manually