I find this question very interesting because in the technical documentation of the esp32-s3 I don't find any hint on how to set the temperature environment.
So if there is any hint please don't hesitate to post it here.
Best,
Christian
Search found 7 matches
- Sat Dec 07, 2024 10:33 am
- Forum: General Discussion
- Topic: ULP RISC-V temperature sensor configuration
- Replies: 2
- Views: 2873
- Wed Dec 27, 2023 8:19 pm
- Forum: ESP-IDF
- Topic: http client: expected round trip time
- Replies: 2
- Views: 1401
http client: expected round trip time
Hello everybody, I am interested what the typical round trip time for a single http request in "normal" wifi conditions is (not https). The reason why I ask is as following: * 8 out of 10 requests are being dealt with in less than 250 ms. * 2 out of 10 requests takes really long (>5 seconds). My que...
- Thu Dec 21, 2023 9:51 pm
- Forum: ESP-IDF
- Topic: HTTP is very slow (>5 seconds) after first deepsleep
- Replies: 0
- Views: 2548
HTTP is very slow (>5 seconds) after first deepsleep
Hi everybody, I hope you are doing fine. I am having a strange problem: I have an app that is woken up a couple of times a day. It then connects to WIFI and connects to a REST API (http) which I provide. After successful connection to the REST API the device falls to deep-sleep again. I noticed a ve...
- Thu Aug 17, 2023 9:15 pm
- Forum: ESP-IDF
- Topic: ESP32-(S3) WIFI auth timeout
- Replies: 0
- Views: 1306
ESP32-(S3) WIFI auth timeout
Hello everybody, I am working on a project with the ESP32-S3 which relies on a fast wifi connection. Sometimes the wifi connection time is around 200ms which is very good but sometimes it is around 3,7 seconds. When the wifi connection time is 3,7 seconds the order of events is always the same: * Wi...
- Sun Jul 16, 2023 10:58 am
- Forum: Hardware
- Topic: ESP32C6 LP power consumption
- Replies: 2
- Views: 2081
Re: ESP32C6 LP power consumption
Hi, sorry for the confusion. Everthing is fixed and the LP consumes 50uA @5ms wake intervall! The problem was that I was still using this code snipplet (taking from an ESP32 ULP FSM programm): ESP_ERROR_CHECK( ulp_load_binary(0, ulp_main_bin_start, (ulp_main_bin_end - ulp_main_bin_start) / sizeof(ui...
- Sat Jul 15, 2023 7:24 pm
- Forum: Hardware
- Topic: ESP32C6 LP power consumption
- Replies: 2
- Views: 2081
ESP32C6 LP power consumption
Hello everybody,
I am measuring 1,5 mA of ESP32C6 WROOM module (without Dev Board) for deep sleep and LP "powered down / halted".
This value seems quite high. Therefore my question: Is this value realistic?
Best regards,
Christian
I am measuring 1,5 mA of ESP32C6 WROOM module (without Dev Board) for deep sleep and LP "powered down / halted".
This value seems quite high. Therefore my question: Is this value realistic?
Best regards,
Christian
- Sun Jul 09, 2023 8:11 pm
- Forum: ESP-IDF
- Topic: WIFI connection speed
- Replies: 0
- Views: 1351
WIFI connection speed
Hi everybody, I am using ESP IDF together with an ESP32 WROVER module. The connection to my access point usually takes 3,7 seconds but sometimes only 250ms. The reason for the 3,7 seconds is that the first connection attempt fails (see hereunder - the so called WIFI_EVENT_STA_DISCONNECTED event rais...