How to connect LPC802/804 using UART with NORA-W256AWS for AWS IoT core?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to connect LPC802/804 using UART with NORA-W256AWS for AWS IoT core?

182 Views
geb212
Contributor I

Hello,

I have to connect an LPC802/804 MCU to NORA-W256AWS for connection to AWS IoT Core, the NORA it's connect to AWS with AT commands, MQTT, Endpoint and Certificate, and it's work, but How I can automate this commands from LPC802 for connect NORA to AWS with UART?

Thanks

Tags (1)
0 Kudos
Reply
1 Reply

148 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

I suppose that you can declare a two dimensional char array like:

char str[5][20] = {
“AT command1”,
“AT command2”,
“AT command3”,
"AT command4”,
“AT command5“
}
Hope it can help you
BR
XiangJun Rong
0 Kudos
Reply