Search found 4 matches

by rafalino
Sun Dec 05, 2021 10:55 pm
Forum: General Discussion
Topic: ESP32: Partition Table Update through OTA
Replies: 13
Views: 29582

Re: ESP32: Partition Table Update through OTA

Hello,
Did anyone try it with IDF 4.3 ?
I followed the instructions and it fails booting after I have modified the Partition table and reset the ESP32.

Thanks in advance ,

Rafalino
by rafalino
Tue Jun 29, 2021 11:59 am
Forum: ESP-IDF
Topic: Wifi warnings log output decoding
Replies: 3
Views: 5031

Re: Wifi warnings log output decoding

Hello ,
Does anyone know where we can get this info ?
I have my ESP32 board with IDF V4.3 disconnecting randomly from the AP.
I want to debug this issue but can't understand the ESP32 Wi-Fi logs.

Thanks in advance ,
Rafalino
by rafalino
Mon Apr 13, 2020 8:48 am
Forum: General Discussion
Topic: MQTT-SN support
Replies: 0
Views: 3259

MQTT-SN support

Hello,
I would like to know if there is any support for MQTT for Sensor Networks (MQTT-SN) in ESP IDF 4?

Thank ,
Rafalino
by rafalino
Fri Dec 20, 2019 11:10 am
Forum: Sample Code
Topic: HTTPS client - send several consecutive POST messages
Replies: 0
Views: 7569

HTTPS client - send several consecutive POST messages

Hello I would like to send several consecutive POST messages from HTTPS client. I don't want to wait for each message's response before sending the next messages. I have ESP32 and I'm using esp-idf v4.0. I looked at the https_async client example but it does not seem to meet my needs. Does anyone ha...