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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

286 次查看
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

标记 (1)
0 项奖励
回复
1 回复

252 次查看
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 项奖励
回复