UM-WI-038
DA16x00 Getting Started with AT-Command for
AWS-IoT
User Manual
Revision 1.1
13-Jan-2022
CFR0012
32 of 39
© 2022 Renesas Electronics
Head
Main
Sub
Parameters
0 is no DPM. It may be used for debugging mode
1 is DPM mode
RTC_TIME
Wake up time by timer on Sleep mode 2
DPM_KEEP_ALIVE
Keep-alive time between IOT device and AP
Default value is 30*1000 micro second
USE_WAKE_UP
Wake-up time on full-booting mode
Default value is set to 0. This means unused
TIM_WAKE_UP
Period to check beacon frame from AP
Default value is set to10
EX) AT+AWS=SET APP_THINGNAME
AssignedThingName
AT+AWS=SET AWS_BROKER
a1kzdt4nun8bnh-ats.iot.ap-northeast-2.amazonaws.com
A.3.2
TLS
Table 6: TLS from MCU to DA16x00
Start Code
Sub Code
Type
End Code
\x1b
C0,
Root CA
Self-Signed, well known
Has root Certificate public key
Signed by root certificate private key
\x03
C1,
Certificate key
Has own public key
Signed by root certificate private key
Use root certificate public key to prove authenticity
C2,
Private Key
Has own public key
Signed by certificate private key
Use certificate 1 public key to prove authenticity
EX) send "\
x1b“ over UART
send "C0,-----BEGIN CERTIFICATE-----\
n“ "MIIDQTCCAimgAwIBAgITBmyfz5m/jAo ….. over UART
send
“\x03”