Search found 50 matches
- Tue Jul 09, 2019 2:30 pm
- Forum: ESP-IDF
- Topic: GPIO wake up on any low
- Replies: 0
- Views: 2643
GPIO wake up on any low
In our design, we have 2 components that have an active low output and we'd like to use either of those lines to wake up ESP32 from deep sleep. EXT1 source supports wake up for ANY HIGH or ALL LOW. I was wondering if there is a way to enable ANY LOW functionality for EXT1 wake up. I realize we can j...
- Tue Aug 28, 2018 11:36 pm
- Forum: ESP-IDF
- Topic: DHCP Release API
- Replies: 2
- Views: 5230
Re: DHCP Release API
Thank you!WiFive wrote:tcpip_adapter_stop
- Tue Aug 28, 2018 10:48 pm
- Forum: ESP-IDF
- Topic: DHCP Release API
- Replies: 2
- Views: 5230
DHCP Release API
Hi, Is there a way to have ESP32 client send "DHCP release" to the access point? In our use case, we may have hundreds of devices all connecting to the same access point for a few seconds every half hour. Currently, first 254 to connect get IPs and default DHCP lease time is 24 hours. This means tha...
- Fri Aug 17, 2018 6:48 pm
- Forum: Hardware
- Topic: What is the purpose of CAP1 CAP2 pins?
- Replies: 5
- Views: 10681
Re: What is the purpose of CAP1 CAP2 pins?
Thanks for clarifying. Do you have any numbers regarding the difference in Deep Sleep current draw with vs without CAP1 and CAP2? Current data sheet says Power Sleep (RTC timer + RTC memory) is 10uA. What sort of increase are we talking about if CAP1 and CAP2 are removed? Some rought estimate would ...
- Wed Aug 15, 2018 2:04 pm
- Forum: Hardware
- Topic: What is the purpose of CAP1 CAP2 pins?
- Replies: 5
- Views: 10681
Re: What is the purpose of CAP1 CAP2 pins?
Bump. Anyone?
- Thu Aug 09, 2018 2:42 pm
- Forum: Hardware
- Topic: What is the purpose of CAP1 CAP2 pins?
- Replies: 5
- Views: 10681
Re: What is the purpose of CAP1 CAP2 pins?
Can anyone from espressif clarify this please?
- Tue Aug 07, 2018 5:29 pm
- Forum: Hardware
- Topic: What is the purpose of CAP1 CAP2 pins?
- Replies: 5
- Views: 10681
What is the purpose of CAP1 CAP2 pins?
The hardware design guide says the following but it's still very unclear: The schematics of Pin47 CAP2 and Pin48 CAP1 is shown in Figure 8. C5 (10 nF) that connects to CAP1 should be of high precision. For the RC circuit between CAP1 and CAP2 pins, please refer to Figure 8. Removing the RC circuit m...
- Wed Jun 27, 2018 11:38 pm
- Forum: ESP-IDF
- Topic: Flashing with no factory partition
- Replies: 2
- Views: 6305
Re: Flashing with no factory partition
That's it. Thanks.
- Wed Jun 27, 2018 6:27 pm
- Forum: ESP-IDF
- Topic: Flashing with no factory partition
- Replies: 2
- Views: 6305
Flashing with no factory partition
A recent commit (3e0ac4db7931b7c234c180e743b7708d09482e70) removed PARTITION_TABLE_CUSTOM_APP_BIN_OFFSET and is now extracting APP_OFFSET by looking for app/factory in partition table. Our partition table doesn't have a factory subtype. Instead we use two app/ota partitions (app/ota_0 and app/ota_1)...
- Mon Apr 09, 2018 9:11 pm
- Forum: General Discussion
- Topic: Flash write speed
- Replies: 1
- Views: 5759
Re: Flash write speed
After further digging, it turns out that that particular Macronix part defaults to Ultra Low Power mode which reduces speeds. This almost certainly explains what I'm experiencing.