Search found 7 matches

by emp32_32
Thu Jul 14, 2022 8:17 pm
Forum: ESP-IDF
Topic: Continuous ADC1 use with WiFi, BLE, and WiFi Power Save Mode
Replies: 1
Views: 1100

Re: Continuous ADC1 use with WiFi, BLE, and WiFi Power Save Mode

Anything on this from the espressif team?
by emp32_32
Thu Jun 09, 2022 6:54 pm
Forum: ESP-IDF
Topic: Continuous ADC1 use with WiFi, BLE, and WiFi Power Save Mode
Replies: 1
Views: 1100

Continuous ADC1 use with WiFi, BLE, and WiFi Power Save Mode

Hello, On an ESP32-WROVER, I would like to use ADC1 channels for continuous sampling, while also using WiFi and BLE. The IDF enforces some form of WiFi power saving must be used when WiFi and BLE coexist, however, WiFi power saving modes periodically shut off power to the SAR ADC module: https://git...
by emp32_32
Sun May 22, 2022 1:16 pm
Forum: ESP-IDF
Topic: How to increase IRAM size
Replies: 1
Views: 3131

Re: How to increase IRAM size

Hello ravi.ramani,

Did you receive any answer to your question, or find a solution in your own testing?

Specifically with regard to using SRAM1 for IRAM, I see this post: https://www.esp32.com/viewtopic.php?t=13996 , but no response as of yet.
by emp32_32
Sun May 22, 2022 1:07 pm
Forum: ESP-IDF
Topic: Modifying IRAM size
Replies: 2
Views: 3868

Re: Modifying IRAM size

Hello jollytopper,

Did you ever receive an answer to your question "Is it safe to modify IRAM addresses in esp32.ld and soc.h by taking some away from DRAM?" ?

Or did you find a solution in your own testing?
by emp32_32
Sun May 22, 2022 1:04 pm
Forum: ESP-IDF
Topic: Remedy for overflow of iram0_0_seg?
Replies: 4
Views: 4841

Re: Remedy for overflow of iram0_0_seg?

Hello jsam589,

Did you ever receive an answer to your question "How can we address this safely and still get the functionality working that we need?" ?
by emp32_32
Thu Feb 03, 2022 2:25 pm
Forum: ESP-IDF
Topic: TLS 1.3 Support
Replies: 2
Views: 4136

Re: TLS 1.3 Support

It definitely helps! Thank you.
by emp32_32
Mon Jan 31, 2022 7:13 pm
Forum: ESP-IDF
Topic: TLS 1.3 Support
Replies: 2
Views: 4136

TLS 1.3 Support

Hello all, With the release of Mbed TLS 3.1.0 (https://www.trustedfirmware.org/blog/MBed-TLS_1-3/)? ), when will espressif add ESP-IDF support for TLS 1.3? I see this previous forum post: https://www.esp32.com/viewtopic.php?t=18410 Please point me toward any recent espressif documentation for TLS 1....