added asset for rasp documentation
This commit is contained in:
parent
6f6a3d98a1
commit
0fa1f80eb8
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
|
@ -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 l’esistenza 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)
|
||||
|
|
Loading…
Reference in New Issue