espressif / esp-qcloud

基于 ESP-IDF 原生开发接入腾讯 IoT Explorer,支持 ESP32/ESP32S2,快速实现腾讯连连控制。
Apache License 2.0
70 stars 35 forks source link

Does not support this authentication method, #14

Closed aixier closed 3 years ago

aixier commented 3 years ago

start_Countdown: failed! esp_timer_start_periodic: ok! I (5640) esp_qcloud_timesync: Initializing SNTP. Using the SNTP server: pool.ntp.org E (5649) esp_qcloud_iothub: Does not support this authentication method, auth_mode: 0 I (5657) esp_qcloud_mqtt: Initialising MQTT Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.

Core 0 register dump: PC : 0x400014fd PS : 0x00060130 A0 : 0x801c3ad8 A1 : 0x3ffba3c0
A2 : 0x00000000 A3 : 0xfffffffc A4 : 0x000000ff A5 : 0x0000ff00
A6 : 0x00ff0000 A7 : 0xff000000 A8 : 0x00000000 A9 : 0x3ffdad4e
A10 : 0x3ffdad3d A11 : 0x3f404ed0 A12 : 0x00000011 A13 : 0x00000000
A14 : 0x3ffdfff8 A15 : 0x3ffdad30 SAR : 0x00000004 EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000000 LBEG : 0x400014fd LEND : 0x4000150d LCOUNT : 0xffffffff

shixinke-orion commented 3 years ago

Did you use esp_qcloud_create_device to create the device? Currently, only KEY verification is supported for mass production customers.

aixier commented 3 years ago

TKS