Search found 3 matches
- Tue Aug 23, 2022 11:21 am
- Forum: General Discussion
- Topic: ESP32 WiFiClientSecure unreliable
- Replies: 0
- Views: 784
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...
- Thu Aug 18, 2022 7:50 am
- Forum: ESP-IDF
- Topic: Arduino component
- Replies: 2
- Views: 1055
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
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
- Wed Aug 17, 2022 2:07 pm
- Forum: ESP-IDF
- Topic: Arduino component
- Replies: 2
- Views: 1055
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 ...