Application Note
14 of 22
002-34322 Rev. *A
2021-12-14
Getting started with AIROC™ IFW56810 Single
-band Wi-Fi 4 Cloud
Connectivity Manager
Getting started
4.6.1
Connect
•
Enter the following command in the serial terminal to establish a secure connection:
AT+CONNECT
After a short time, you will receive the message
“
OK 1 CONNECTED
”
.
4.6.2
Send data to the AWS Cloud
•
Enter the following command in the serial terminal to send the
“Hello World!” message
:
AT+SEND data Hello World!
After a short time, you will receive the message
“
OK
”
.
You should see the “Hello World!” message appear on the
AWS IoT C
onsole under the topic “data”.
4.6.3
Receive data and commands from the cloud
By default, the device subscribes to a topic called
“
state
”.
1.
Do the following on the AWS IoT Console:
a)
Select the MQTT client, and then select
Publish to a topic.
b)
Type
state
in
Topic name
field. Keep
“Hello from the AWS IoT Console”
message.
c)
Click
Publish
.
2.
Type the following command in the serial terminal:
AT+GET
You will receive the message
“
OK Hello from the AWS IoT Console
”.