Skip to content

Commit 472bdf3

Browse files
author
ashokkhurana
authoredSep 8, 2017
Merge pull request Azure#147 from neeraj-khanna/master
Updated Cloud-JAM L4 device getting started doc
2 parents 9e72717 + 3052c81 commit 472bdf3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

‎get_started/stm32cube-cloud-jam-l4-c.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ To visualize messages received in IoT Hub with iothub-explorer, open Node.js com
145145

146146
## 3.3 Receive messages from IoT Hub
147147

148-
To send a message from IoT Hub to [Cloud-JAM L4](http://rushup.tech/) board with iothub-explorer, open Node.js command prompt and insert the following commands:
148+
To send a message from IoT Hub to [Cloud-JAM L4](http://rushup.tech/) board with iothub-explorer, open the command prompt and insert the following commands:
149149

150-
iothub-explorer send <device name> <message> --ack=full
150+
Iothub-explorer send <DEVICE_NAME> {"""Name""":"""<Message>""","""Parameters""":{}} --ack=full
151151

152152
Messages received by STM32 Cloud-JAM L4 are printed over serial terminal interface once received. Some cloud-to-device messages are also interpreted by the application:
153153

@@ -156,6 +156,10 @@ Messages received by STM32 Cloud-JAM L4 are printed over serial terminal interfa
156156
- LedOn/LedOff : turn on/off LED2 onboard Nucleo
157157
- LedBlink : LED2 onboard Nucleo will blink for each message transmitted
158158

159+
To see those events from another terminal you can run:
160+
161+
Iothub-explorer monitor-feedback <DEVICE_NAME>
162+
159163
See [Manage IoT Hub][lnk-manage-iot-hub] to learn more on how to send cloud-to-device messages from IoT Hub.
160164

161165
<a name="FirmwareUpdate"></a>

0 commit comments

Comments
 (0)