Search found 3 matches

by selec1
Tue Apr 23, 2024 11:53 am
Forum: ESP-IDF
Topic: MQTT disconnect when using WiFi
Replies: 0
Views: 400

MQTT disconnect when using WiFi

Hello, I have a problem with MQTT disconnect while connected to network via WiFi. I think that disconnect occurs when ESP32 client doesn't get ACK after message is sent. When transport_base timeout got triggered, MQTT reconnect is performed and ESP32 device is offline for 10 - 30 seconds. After that...
by selec1
Thu Apr 08, 2021 10:48 am
Forum: General Discussion
Topic: ESP32 Flash Download Tool
Replies: 3
Views: 12044

Re: ESP32 Flash Download Tool

Thank you both for answers.
by selec1
Tue Apr 06, 2021 7:46 am
Forum: General Discussion
Topic: ESP32 Flash Download Tool
Replies: 3
Views: 12044

ESP32 Flash Download Tool

Hello, I am trying to upload firmware to my ESP32 using Flash Download Tool. Project is created in PlatformIO using Arduino framework Everything works fine when I add 4 files with their addresses (bootloader @0x1000, partitions @0x8000, boot_app @0xe000, and firmware @0x10000), but when I use Combin...