Search found 317 matches

by mbratch
Tue Apr 21, 2026 3:19 pm
Forum: ESP-IDF
Topic: TLS socket timeout when trying to run http OTA
Replies: 7
Views: 14931

Re: TLS socket timeout when trying to run http OTA

I'm having exactly the same issue and, in my case, I have indeed entered the correct IP address.
It's a non-secure HTTP connection and it works with a different http server I tried (Apache based). I just setup a default IIS service http server on Windows, and I get this failure.

E (49098) esp-tls ...
by mbratch
Mon Apr 20, 2026 1:20 am
Forum: General Discussion
Topic: External DC voltage regulator caused a problem?
Replies: 3
Views: 117

Re: External DC voltage regulator caused a problem?

According to the ESP32-DEVKITC-V4 documentation , the onboard LED means that 5V is being applied to the module on pin 19. Is that not the case?

If the LED is fluctuating in intensity, that doesn't sound good. Did you say that HA is still recognizing the ESP32 so it seems to be functioning at least ...
by mbratch
Sat Apr 18, 2026 1:56 am
Forum: General Discussion
Topic: idf.py build progress showing percentage instead of line numbers
Replies: 6
Views: 152

Re: idf.py build progress showing percentage instead of line numbers

Thanks nopnop2002 . What you describe explains what I'm seeing. I don't recall doing anything but a "default" procedure installing ESP-IDF on either platform, but on the virtual box, it must have gone down the "make" path. It's functioning properly, so I may leave it be ("let a sleeping dog lie ...
by mbratch
Thu Apr 16, 2026 4:43 pm
Forum: General Discussion
Topic: idf.py build progress showing percentage instead of line numbers
Replies: 6
Views: 152

Re: idf.py build progress showing percentage instead of line numbers


I don't know what caused it, but it's very interesting.
Is it possible that the versions of ninja installed on the two PCs are different?
$ ninja --version
1.11.1


Is it possible that my environment uses an alternative to ninja? It is not in one of my .espressif installations. This is the one ...
by mbratch
Thu Apr 16, 2026 1:14 pm
Forum: General Discussion
Topic: idf.py build progress showing percentage instead of line numbers
Replies: 6
Views: 152

Re: idf.py build progress showing percentage instead of line numbers


Is it possible that the versions of ESP-IDF installed on the two PCs are different?
You can check the ESP-IDF version with this command.

$ idf.py --version
ESP-IDF v5.5.3-dirty


Good question! They both show ESP-IDF v5.5.3.
It seems like there must be some kind of option or something that ...
by mbratch
Tue Apr 14, 2026 11:21 pm
Forum: General Discussion
Topic: deprecated function how to solve it
Replies: 3
Views: 161

Re: deprecated function how to solve it

Were you actually getting an error message for the deprecated function or was it a warning message? Usually when a function becomes deprecated, you're given a considerable amount of time to adapt the replacement function(s).
by mbratch
Tue Apr 14, 2026 4:19 pm
Forum: General Discussion
Topic: idf.py build progress showing percentage instead of line numbers
Replies: 6
Views: 152

idf.py build progress showing percentage instead of line numbers

I have esp-idf 5.5.3 installed on two different machines. I might have installed them using the same procedure, I don't recall. But I did not set any special options or anything.

I've been through a lot of esp-idf upgrades and installs, and when I do an "idf.py build" it has always shown the ...
by mbratch
Sun Jun 22, 2025 10:48 pm
Forum: General Discussion
Topic: ESP32 Unable to Reconnect to Wi-Fi After Long-Term Operation
Replies: 2
Views: 414

Re: ESP32 Unable to Reconnect to Wi-Fi After Long-Term Operation

Some time ago, when I was running ESP IDF 4.3, I had an issue in which my device would automatically disconnect from the wifi router and I needed to reboot the unit for it to reconnect.

I then wrote my own wifi event handler and printed the failure code on the console, which was a MIC error ...
by mbratch
Sun May 11, 2025 2:49 pm
Forum: ESP-IDF
Topic: What is the purpose of CONFIG_IDF_INIT_VERSION in sdkconfig?
Replies: 0
Views: 104

What is the purpose of CONFIG_IDF_INIT_VERSION in sdkconfig?

I noticed a setting of the value CONFIG_IDF_INIT_VERSION in my sdkconfig recently. It seems to indicate a prior version of ESP-IDF that I may have used. But I can't find any documentation on it or find any information about how it gets set.

What is the purpose of this configuration setting?
by mbratch
Sun Apr 20, 2025 1:30 am
Forum: General Discussion
Topic: How to communicate with I2C devices with 2 addresses with the new I2C master driver
Replies: 5
Views: 973

Re: How to communicate with I2C devices with 2 addresses with the new I2C master driver

I think the idea of adding the same device as two different slaves may be the way to go, just treating the two different addresses as if they are for two different chips. That's what I would try anyway.

Go to advanced search