You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Microchip/ATSAME54-XPRO/readme.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ To install the tools:
81
81
82
82
To install the remaining tools:
83
83
84
-
1. Install [Atmel Studio 7](https://www.microchip.com/mplab/avr-support/atmel-studio-7). Atmel Studio is a device development environment that includes the tools to program and flash program the Microchip E54. For this tutorial, you use Atmel Studio only to flash the Microchip E54. The installation takes several minutes, and prompts you several times to approve the installation of components.
84
+
1. Install [Atmel Studio 7](https://www.microchip.com/mplab/avr-support/atmel-studio-7). Atmel Studio is a device development environment that includes the tools to program and flash the Microchip E54. For this tutorial, you use Atmel Studio only to flash the Microchip E54. The installation takes several minutes, and prompts you several times to approve the installation of components.
85
85
86
86
### Create an IoT hub
87
87
@@ -232,10 +232,6 @@ You can use the **Termite** utility to monitor communication and confirm that yo
232
232
```output
233
233
Starting Azure thread
234
234
235
-
Initializing WiFi
236
-
Connecting to SSID 'iot'
237
-
SUCCESS: WiFi connected to iot
238
-
239
235
Initializing DHCP
240
236
IP address: 10.0.0.123
241
237
Mask: 255.255.255.0
@@ -388,12 +384,12 @@ To use Azure CLI to call a method:
388
384
1. View the Termite terminal to confirm the output messages:
389
385
390
386
```output
391
-
Received direct method=setLedState, id=1, message=true
387
+
Received direct method call: setLedState
388
+
Payload: true
392
389
LED is turned ON
393
-
Sending device twin update with bool value
394
-
Sending message {"ledState":true}
395
-
Direct method=setLedState invoked
390
+
Device twin property sent: {"ledState":true}
396
391
```
392
+
397
393
## Debugging
398
394
399
395
For debugging the application, see [Debugging with Visual Studio Code](../../docs/debugging.md).
0 commit comments