Search found 6 matches
- Mon Nov 11, 2019 1:39 pm
- Forum: ESP-MDF
- Topic: mdf_info_load() fails in C++
- Replies: 1
- Views: 10918
mdf_info_load() fails in C++
Currently, I am using ESP MDF to build a firmware for esp32 in C++. When using the function mdf_info_load() with "mdf_info_store.h" included, I get the following error. C:/msys32/home/lahiru_r/esp/esp-mdf/components/mcommon/include/mdf_info_store.h:75:52: error: expected primary-expression before 't...
- Fri Nov 01, 2019 6:57 am
- Forum: ESP-IDF
- Topic: Error to install esp-idf
- Replies: 10
- Views: 43770
Re: Error to install esp-idf
Hi, I'm also having a trouble with installing esp-idf tool setup. I get the following log with error code -2. Could you please help me with this issue? 2019-11-01 11:59:33.305 Installing tools:C:\Python37\python.exe "C:\Users\lahiru_r\.espressif\idf_tools_fallback.py" --idf-path C:\Users\lahiru_r\Do...
- Fri Aug 02, 2019 9:21 am
- Forum: ESP-MDF
- Topic: Two roots are created after provisioning
- Replies: 3
- Views: 7847
Re: Two roots are created after provisioning
Hi ESP_LBB,
Thank you for replying. Unfortunately i could not find root_conflict_allow in my code. Also i googled it but couldn't find it.
Thank you for replying. Unfortunately i could not find root_conflict_allow in my code. Also i googled it but couldn't find it.
- Fri Aug 02, 2019 6:42 am
- Forum: ESP-MDF
- Topic: Two roots are created after provisioning
- Replies: 3
- Views: 7847
Two roots are created after provisioning
I have created a mesh network using ESP32 MDF by connecting 9 esp32 boards. But two roots have been created. Even the ESP mesh FAQ section has mentioned that there can be only one root for a network . How can this be happen? I use the example in https://github.com/espressif/esp-mdf/tree/master/examp...
- Wed Jul 31, 2019 12:46 pm
- Forum: ESP-MDF
- Topic: Questions regarding a MDF-Scenario
- Replies: 15
- Views: 22914
Re: Questions regarding a MDF-Scenario
I was able to complete a BLE scan using MDF mlink API (mlink_ble). The similar functionalities in gatt_client are implemented there. To filter the beacon packets with UUID I used esp_ibeacon_api.c which has implented in IDF Bluetooth examples. Thank you very much @In逍遥子 for your guidance and saaymee...
- Sun Jul 28, 2019 6:51 pm
- Forum: ESP-MDF
- Topic: Questions regarding a MDF-Scenario
- Replies: 15
- Views: 22914
Re: Questions regarding a MDF-Scenario
Hi all, I'm facing the same situation as saaymeen's, which is to scan beacons (BLE scan) from all nodes inside a mesh network. Is it possible to implement the code in gatt_client example inside esp-mdf example codes? Or else please suggest me a good way to implement this requirement. Thank you! Kind...