From 58900cfac51b415b317e3ffada507d5389e1ed38 Mon Sep 17 00:00:00 2001 From: Gerardo Marx Date: Thu, 11 Aug 2022 18:45:27 -0500 Subject: [PATCH] Readme: deploy added --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8d6be9c..4dbb005 100644 --- a/README.md +++ b/README.md @@ -86,16 +86,16 @@ A basic process is implemented on *Node-RED* to test the mqtt protocol. Thus, ad 3. `text`from dashboard then, double-click on `mqtt-in` to open and edit the node: -![]() +![](./mqtt-node.png) click on *Add new mqtt-brocker*, then, in the *Connection* tab: set *Name* to Rasp, point the server to the raspberry's ip or hostname and port 1883. Leave unchanged the *Security* and *Message* tabs and click on the **Add** button. - +![](./add-broker.png) Finally, set the topic to `data/esp32` and the output to `a String` in the mqtt properties' node: - +![](./topic.png) Next, click on the `Deploy` button to check if the process can connect to the Broker: - +![](./deploy.png)