Search found 7 matches

by Shanee
Mon Oct 08, 2018 11:48 am
Forum: General Discussion
Topic: AP Channel Switch (Channel Switch Announcement - CSA)
Replies: 0
Views: 2460

AP Channel Switch (Channel Switch Announcement - CSA)

Hello. When in soft AP + station mode, switching channel seems to disconnect clients. When looking in Wireshark it doesn't look like a channel switch announcement is sent and I'm wondering if this is the issue? Has anyone encountered the same issue? If so, do you have a solution? (For example, can t...
by Shanee
Fri May 11, 2018 8:21 am
Forum: General Discussion
Topic: When will support for ADC2 (with WiFi) be added?
Replies: 8
Views: 12265

Re: When will support for ADC2 (with WiFi) be added?

Hello. We're doing some roadmap planning and a new estimated date on this would be really useful! We've already got one shipment of boards that would benefit from this feature. We are starting to worry about this ADC2 issue as we plan for the next order. An updated timeline would really help us plan...
by Shanee
Tue Apr 03, 2018 10:39 am
Forum: General Discussion
Topic: When will support for ADC2 (with WiFi) be added?
Replies: 8
Views: 12265

Re: When will support for ADC2 (with WiFi) be added?

Yes. This feature is still very important to me and my company.

A new estimated release date would be very useful to have.
by Shanee
Wed Jan 17, 2018 7:40 pm
Forum: General Discussion
Topic: When will support for ADC2 (with WiFi) be added?
Replies: 8
Views: 12265

Re: When will support for ADC2 (with WiFi) be added?

Thank you. That would be amazing!
by Shanee
Mon Jan 15, 2018 9:15 am
Forum: General Discussion
Topic: When will support for ADC2 (with WiFi) be added?
Replies: 8
Views: 12265

When will support for ADC2 (with WiFi) be added?

Hello, I'm wondering if there's an estimated release date of ADC2 and WiFi coexistence? At the moment, it's not possible to use the ADC2 channel and WiFi at the same time. Additionally, as far as I'm aware, this isn't documented in the datasheet (and it would be great if it could be!). Even if it's ...
by Shanee
Tue Sep 26, 2017 8:52 am
Forum: General Discussion
Topic: Run another app once (without switching to it for the default)
Replies: 2
Views: 4196

Re: Run another app once (without switching to it for the default)

In case anyone else wants this, here's my solution: I've included the bootloader component and in bootloader_main() I've added this modification just before the call to load_boot_image(). if (boot_index == 1) { ESP_LOGI(TAG, "Now booting into ota_1. But we are setting the partition to boot into ota_...
by Shanee
Wed Sep 13, 2017 5:28 pm
Forum: General Discussion
Topic: Run another app once (without switching to it for the default)
Replies: 2
Views: 4196

Run another app once (without switching to it for the default)

Hello. I have 2 partitions, ota_0 and ota_1. I would like to always boot to ota_0. However, I would then like to run ota_1. Is it possible to run ota_1 without making this the default? If I use esp_ota_set_boot_partition(ota_1) I can run ota_1. However, if there is a reset while ota_1 is running, it...