Search found 3 matches

by MrBean
Tue Aug 23, 2022 11:21 am
Forum: General Discussion
Topic: ESP32 WiFiClientSecure unreliable
Replies: 0
Views: 610

ESP32 WiFiClientSecure unreliable

Is WiFiClientSecure/WiFiClient on the ESP32 known to be unreliable? I ask because it seems to fail more often than not when making a connection to a server and several re-tries are usually required. My Code has 3 re-tries, but it still quite frequently fails to make a connection. Can I aslo ask whet...
by MrBean
Thu Aug 18, 2022 7:50 am
Forum: ESP-IDF
Topic: Arduino component
Replies: 2
Views: 803

Re: Arduino component

Thank you for the reply.

So how do I get 4.x.x?

I followed the download instructions here and automatically got 5.x.x.:
https://docs.espressif.com/projects/esp ... setup.html
by MrBean
Wed Aug 17, 2022 2:07 pm
Forum: ESP-IDF
Topic: Arduino component
Replies: 2
Views: 803

Arduino component

Is the Arduino component still supported by the IDF? I am working on an Arduino IDE project for the ESP32 and need to gain access to mbedtls configuration. For this purpose I am trying o port my project to the ESP IDF. I got a basic hello_world project working. I then copied my Arduino project over ...