Hi all,
I am using the esp-idf/release-v5.1, and I am making a docker and automatically it uses the python version 3.8. Though I need to use another version 3.10 or 3.11, do you know how i can change it?
Thank you,
Sylvain
Search found 6 matches
- Mon Feb 10, 2025 1:59 pm
- Forum: ESP-IDF
- Topic: Python version on Docker install
- Replies: 0
- Views: 534
- Fri Apr 29, 2022 3:25 pm
- Forum: ESP-IDF
- Topic: Websocket tls timeout
- Replies: 1
- Views: 2256
Websocket tls timeout
Hi all, Sometimes I have an issue while creating my websocket, the esp-tls timeout. Is there a way to increase the tls timeout when using the websocket? I am using the ESP-IDF v4.3.2 You will find the error I get below : W (2420228) esp-tls: Failed to open new connection in specified timeout E (2597...
- Wed Jan 05, 2022 3:05 pm
- Forum: ESP-IDF
- Topic: Routing WiFi AP and PPPoS
- Replies: 0
- Views: 3150
Routing WiFi AP and PPPoS
Hi all, I am trying to connect multiple ESP32 as STA to another ESP which acts as AP, the AP also has a 4G Chip and the goal is to be able to route the PPPoS and the WiFi AP in order for all the ESP 32 connect to the AP have access to internet through the 4G Chip. On my side the WiFi AP and the PPP ...
- Tue Aug 03, 2021 3:43 pm
- Forum: ESP-IDF
- Topic: WIfi STA and PPPoS client coexistance
- Replies: 2
- Views: 2188
Re: WIfi STA and PPPoS client coexistance
Actually it seems this is due to an memory issue as I get esp-tls: mbedtls_ssl_handshake returned -0x10 MBEDTLS_ERR_MPI_ALLOC_FAILED when sending the request and if I remove some feature I am able to send the request with both interfaces initialized.
- Tue Aug 03, 2021 10:10 am
- Forum: ESP-IDF
- Topic: WIfi STA and PPPoS client coexistance
- Replies: 2
- Views: 2188
Re: WIfi STA and PPPoS client coexistance
FYI I am working with ESP_IDF release v4.3
- Tue Aug 03, 2021 8:57 am
- Forum: ESP-IDF
- Topic: WIfi STA and PPPoS client coexistance
- Replies: 2
- Views: 2188
WIfi STA and PPPoS client coexistance
Hi all, I am trying to make an application where Wifi STA and PPPoS client are coexisting, when I need a to send a HTTP request, it should be sent by the interface which is connected and has IP if only one is connected or to send it by the one which is has the priority when both are connected. For n...