Skip to content

Commit c135ca8

Browse files
committed
Get the Code Mesh flows
1 parent 90ae406 commit c135ca8

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

part3/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,15 +205,20 @@ Create a Device Type named raspi and a DeviceID named RaspiMeshNode1.
205205
While we're still working in IBM Cloud, let's launch your Internet of Things Starter Application Node-RED flow. Create a flow that will subscribe to the Raspberry Pi Mesh Node sensor MQTT data. As this temperature data arrives, the flow will determine the temperature thresholds and send a command back to the mesh node to change the LED.
206206
![Node-RED Cloud Send Mesh Alert Flow](/images/Node-RED-Cloud-Send-Mesh-Alert-flow.png)
207207

208-
Import this solution [flow](flows/cloud-send-mesh-alert-flow.json)
208+
Import this solution flow.
209+
<p align="center">
210+
<strong>Get the Code: <a href="flows/cloud-send-mesh-alert-flow.json">Node-RED Cloud Send Mesh Alert Flow</strong></a>
211+
</p>
209212

210213
### Create a Node-RED Flow on the mesh node to receive LED Alerts
211214

212215
Return to the Node-RED flow on the Raspberry Pi mesh node. Create a new flow by clicking on the **+** button. Name this flow "Watson IoT". The flow will read DHT Sensor Data and send via MQTT to Watson IoT Platform using the registered device credentials we just created. The flow will also subscribe to LED Alerts that are published by the IBM Cloud Node-RED flow. The temperature thresholds were determined in the IBM Cloud and alerts are transmitted back to the mesh node for control. The flow will listen to these Alert commands and set the NeoPixel LED.
213-
![Node-RED Cloud Send Mesh Alert Flow](/images/Node-RED-IoT-Alert-flow.png)
214-
215-
Import this solution [flow](flows/send-dht-data-2-cloud.json)
216+
![Node-RED Mesh node Alert Flow](/images/Node-RED-IoT-Alert-flow.png)
216217

218+
Import this solution flow.
219+
<p align="center">
220+
<strong>Get the Code: <a href="flows/send-dht-data-2-cloud.json">Node-RED flow to Send Data from the Mesh node and receive Alerts</strong></a>
221+
</p>
217222

218223
***
219224
*Quick links :*

0 commit comments

Comments
 (0)