Search found 6 matches
- Tue Nov 12, 2024 5:03 pm
- Forum: ESP-IDF
- Topic: Performing build step for 'chip_gn' fails on fresh esp-idf and esp-matter installation
- Replies: 0
- Views: 257
Performing build step for 'chip_gn' fails on fresh esp-idf and esp-matter installation
Hi, I have had a previously working esp-matter environment on my MacOS, but after attempting to download everything again, I can't get any of the samples to compile. I am opening the generic_switch example under esp-matter/examples. This previously compiled and flashed onto an esp32-h2 I have, but s...
- Sun May 10, 2020 7:24 pm
- Forum: ESP-IDF
- Topic: Call to esp_bt_gap_config_eir_data results in LoadProhibited kernal panic
- Replies: 3
- Views: 3740
Re: Call to esp_bt_gap_config_eir_data results in LoadProhibited kernal panic
Yes, that certainly stopped the crash! Thank you.
Unfortunately, I now get this error:
BT_APPL: bta_dm_config_eir, malloc failed.
I will investigate further!
Thanks again for your help!
Unfortunately, I now get this error:
BT_APPL: bta_dm_config_eir, malloc failed.
I will investigate further!
Thanks again for your help!
- Sat May 09, 2020 8:04 am
- Forum: ESP-IDF
- Topic: Call to esp_bt_gap_config_eir_data results in LoadProhibited kernal panic
- Replies: 3
- Views: 3740
Call to esp_bt_gap_config_eir_data results in LoadProhibited kernal panic
I am trying to create an LED clock which integrates with Amazon Alexa using the Gadget Toolkit. I'm using Classic Bluetooth. One of the first steps is the return of an EIR record, with custom payload (https://developer.amazon.com/en-US/docs/alexa/alexa-gadgets-toolkit/classic-bluetooth-settings.html...
- Fri Jul 19, 2019 8:28 pm
- Forum: ESP-IDF
- Topic: Hardcode BLE Mesh provisioning information
- Replies: 3
- Views: 4705
Re: Hardcode BLE Mesh provisioning information
Are you referring to the bt_mesh_device_auto_enter_network method defined in mesh_core/test.h?
- Fri Jul 19, 2019 7:48 pm
- Forum: ESP-IDF
- Topic: Hardcode BLE Mesh provisioning information
- Replies: 3
- Views: 4705
Re: Hardcode BLE Mesh provisioning information
Thank you, Wangcheng,
I couldn't find anything in the samples. Which example are you referring to?
Regards,
Tom
I couldn't find anything in the samples. Which example are you referring to?
Regards,
Tom
- Thu Jul 18, 2019 9:24 pm
- Forum: ESP-IDF
- Topic: Hardcode BLE Mesh provisioning information
- Replies: 3
- Views: 4705
Hardcode BLE Mesh provisioning information
Is it possible to hardcode the BLE Mesh provisioning information? In the Zeyphr BLE sample at https://github.com/zephyrproject-rtos/zephyr/blob/master/samples/bluetooth/mesh_demo/src/main.c They have hardcoded the provisioning information. Is it possible to perform something similar with ESP-IDF? I'...