Search found 5 matches

by tomasmcguinness
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: 3359

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!
by tomasmcguinness
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: 3359

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...
by tomasmcguinness
Fri Jul 19, 2019 8:28 pm
Forum: ESP-IDF
Topic: Hardcode BLE Mesh provisioning information
Replies: 3
Views: 4012

Re: Hardcode BLE Mesh provisioning information

Are you referring to the bt_mesh_device_auto_enter_network method defined in mesh_core/test.h?
by tomasmcguinness
Fri Jul 19, 2019 7:48 pm
Forum: ESP-IDF
Topic: Hardcode BLE Mesh provisioning information
Replies: 3
Views: 4012

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
by tomasmcguinness
Thu Jul 18, 2019 9:24 pm
Forum: ESP-IDF
Topic: Hardcode BLE Mesh provisioning information
Replies: 3
Views: 4012

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'...