Hi all,
I am using the basic thread border router with an ESP32S3 and an ESP32H2 in RCP.
I would like to activate the secure boot on the ESP32H2.
Is it possible to do it through the rcp_update?
Otherwise I tried by programming directly the H2, I had to midify the basic partition to add the nvs ...
Search found 7 matches
- Tue Mar 31, 2026 9:47 am
- Forum: ESP-IDF
- Topic: esp_rcp_update with ESP32H2
- Replies: 0
- Views: 25
- Mon Feb 10, 2025 1:59 pm
- Forum: ESP-IDF
- Topic: Python version on Docker install
- Replies: 0
- Views: 616
Python version on Docker install
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
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
- Fri Apr 29, 2022 3:25 pm
- Forum: ESP-IDF
- Topic: Websocket tls timeout
- Replies: 1
- Views: 2412
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 ...
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 ...
- Wed Jan 05, 2022 3:05 pm
- Forum: ESP-IDF
- Topic: Routing WiFi AP and PPPoS
- Replies: 0
- Views: 3281
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 ...
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 ...
- Tue Aug 03, 2021 3:43 pm
- Forum: ESP-IDF
- Topic: WIfi STA and PPPoS client coexistance
- Replies: 2
- Views: 2269
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: 2269
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: 2269
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 ...
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 ...