Search found 57 matches

by mpulis
Tue Jun 16, 2020 10:43 am
Forum: General Discussion
Topic: Netconn drain issue
Replies: 0
Views: 1705

Netconn drain issue

Hi, I've setup my ESP32 as a TCP server, receiving incoming data from a client. If I open the socket using a TCP/IP debug tool such as the Hercules Utility and attempt to transfer some bytes of data to the ESP32, then there is no issue. When using a custom C# TCP Client to transfer data, if the conn...
by mpulis
Fri Jun 12, 2020 12:43 pm
Forum: General Discussion
Topic: WiFi SoftAP Mode + BLE
Replies: 2
Views: 3182

Re: WiFi SoftAP Mode + BLE

Hi,

Understood, the reply is much appreciated :)
by mpulis
Thu Jun 11, 2020 1:10 pm
Forum: ESP-MDF
Topic: ESP IDF Version Support with MDF
Replies: 8
Views: 35562

Re: ESP IDF Version Support with MDF

Ah, so it seems that the ESP-MDF master branch is using the ESP-IDF master branch.

Great, thanks!
by mpulis
Thu Jun 11, 2020 7:58 am
Forum: General Discussion
Topic: WiFi SoftAP Mode + BLE
Replies: 2
Views: 3182

WiFi SoftAP Mode + BLE

Hi all,

In the Github post linked below, it was stated that the ESP32 did not support WiFi SoftAP mode + BLE coexistence. Has support for this feature been added in later ESP-IDF releases?

https://github.com/espressif/esp-idf/issues/2619
by mpulis
Thu Jun 11, 2020 7:32 am
Forum: General Discussion
Topic: BLE + WiFi Coexistence Priority
Replies: 1
Views: 2416

Re: BLE + WiFi Coexistence Priority

For anyone who might be searching for this function, I've managed to find it in esp_coexist.h. The function used to set the priority is esp_coex_preference_set(esp_coex_prefer_t prefer).
by mpulis
Mon Jun 08, 2020 8:03 pm
Forum: General Discussion
Topic: BLE + WiFi Coexistence Priority
Replies: 1
Views: 2416

BLE + WiFi Coexistence Priority

Hi,

Is there a way to set the priority of either BLE or WiFi over the other during runtime?
by mpulis
Thu May 21, 2020 10:45 am
Forum: ESP-MDF
Topic: ESP IDF Version Support with MDF
Replies: 8
Views: 35562

Re: ESP IDF Version Support with MDF

Same here. Is there any timeline for this?
by mpulis
Fri Mar 27, 2020 8:37 am
Forum: ESP-MDF
Topic: ESP IDF Version Support with MDF
Replies: 8
Views: 35562

Re: ESP IDF Version Support with MDF

Hi,

Thanks for the reply!
by mpulis
Wed Mar 25, 2020 9:37 am
Forum: ESP-MDF
Topic: ESP IDF Version Support with MDF
Replies: 8
Views: 35562

ESP IDF Version Support with MDF

Hi all, I've tried to run the last stable release version of the MDF (v1.0) alongside the last stable release version of the IDF (v4.1) to no avail. On checking which IDF version the MDF repository was using, I've discovered that it's v3.2. Can I get MDF working with the latest IDF release? Is it ju...
by mpulis
Tue Mar 24, 2020 4:47 pm
Forum: ESP-IDF
Topic: ESP-MESH: Each node needs knowledge of the router ...
Replies: 7
Views: 12477

Re: ESP-MESH: Each node needs knowledge of the router ...

Hi,

By any chance is there any progress on the 'non-router' mesh network?