added asset for rasp documentation

This commit is contained in:
piccihud 2023-05-28 14:14:06 +02:00
parent 6f6a3d98a1
commit 0fa1f80eb8
4 changed files with 14 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
raspberry/asset/mqtt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@ -65,6 +65,18 @@ node-red admin hash-pw
```
che viene utilizzato per generare una password crittografata.
## Moduli
Da Settings>Palette installare:
- node-red-node-serialport;
- node-red-contrib-startup-trigger;
- node-red-dashboard
![nodered](./asset/nodered-flow.png)
![dashboard](./asset/dashboard.png)
# Mosquitto
Il protocollo MQTT (Message Queue Telemetry Transport) sostanzialmente si basa su un modello di brokering, vale a dire lesistenza di un soggetto (il broker) al quale tutti i client
@ -185,6 +197,8 @@ Inserire i due seguenti moduli:
`mqtt in`, avendo cura di inserire le relative credenziali e `debug`, affinché venga stampato il messaggio o il codice ricevuto sul topic.
![mqtt](./asset/mqtt.png)
## Collegamenti
- [https://nodered.org/docs/getting-started/raspberrypi](https://nodered.org/docs/getting-started/raspberrypi)