Search found 5 matches

by fgervais
Wed Jan 26, 2022 3:32 pm
Forum: ESP-IDF
Topic: ESP32-C3 won't light sleep for specified DTIM
Replies: 1
Views: 2398

Re: ESP32-C3 won't light sleep for specified DTIM

I see, I got caught by the inactive timeout.

Code: Select all

esp_wifi_set_inactive_time(WIFI_IF_STA, 30)
did the trick.
by fgervais
Wed Jan 26, 2022 2:29 pm
Forum: ESP-IDF
Topic: ESP32-C3 won't light sleep for specified DTIM
Replies: 1
Views: 2398

ESP32-C3 won't light sleep for specified DTIM

I did some test with light sleep. My router beacon interval is set at the default 100ms. If I set the router DTIM to 100 then light sleep works as expected, the device sleeps for 10 seconds. However, if I set the router DTIM to 255, the device will still only sleep for about 10s. The rest of the tim...
by fgervais
Tue Jan 18, 2022 1:43 pm
Forum: Hardware
Topic: ESP32-C3-WROOM-02 minimum voltage
Replies: 3
Views: 3434

Re: ESP32-C3-WROOM-02 minimum voltage

ESP_LJH wrote:
Tue Jan 18, 2022 9:39 am
Please be noted that for ESP32-C3, min. voltage for all power domains is 3.0 V, so the lowest voltage is limited by ESP32-C3 not flash.
Thank you.
by fgervais
Mon Jan 17, 2022 9:28 pm
Forum: Hardware
Topic: ESP32-C3-WROOM-02 minimum voltage
Replies: 3
Views: 3434

ESP32-C3-WROOM-02 minimum voltage

Since the flash on the wroom seems to be minimum 2.7v according to BOM, is it possible that the module could be used down to 2.7v instead of the stated 3.0v in the datasheet?
by fgervais
Thu Sep 16, 2021 1:12 am
Forum: Hardware
Topic: ESP32-C3 GPIO18-19 for i2c
Replies: 1
Views: 1790

ESP32-C3 GPIO18-19 for i2c

Gpio18 and gpio19 are used for usb but can they also be used for i2c?