ESP32 MQTT EVENT ERROR

derick_jubo
Posts: 1
Joined: Thu Mar 11, 2021 3:25 am

ESP32 MQTT EVENT ERROR

Postby derick_jubo » Thu Mar 11, 2021 3:29 am

Hello friends

I am new to ESP32,
Can anyone direct to the header file defining following MQTT Event Error code?

Many Thanks in advance.

```
MQTT_EVENT_ERROR
esp_tls_last_esp_err=0x8010
esp_tls_stack_err=0x7280
connect_return_code=0x0
error_type=0x1
```

ESP_Jan
Posts: 42
Joined: Tue Dec 01, 2020 10:56 am

Re: ESP32 MQTT EVENT ERROR

Postby ESP_Jan » Thu Mar 11, 2021 11:49 am

Hello,

the header file is here: https://github.com/espressif/esp-mqtt/b ... t_client.h and can be found in your IDF instalation in this location: {$IDF_PATH}/components/mqtt/esp-mqtt/include/mqtt_client.h

Please also take a look at this API reference to check your error codes (0x8010 and 0x7280). https://docs.espressif.com/projects/esp ... codes.html

This page about error handling may be useful. https://docs.espressif.com/projects/esp ... dling.html

Jan

Who is online

Users browsing this forum: aapee-jcv and 465 guests