You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@galak I'm not at all familiar with esp32, and don't have any such HW. In fact, I didn't even realize we supported Bluetooth on it, so I'm not sure what I can do about this issue.
@lilrom13 how is Bluetooth supposed to work on your board? E.g. which HCI driver are you using?
@nashif
Interesting article was published on how the Expressif team have released their version of BLE Mesh which has been built on top of Zephyr (as below).
It might be worth a conversation to see if they are willing to contribute to the overall Zephyr code base.
@WilliamGFish thanks for pointing out the Espressif Mesh SDK. I'm happy proper credit is given to the Zephyr stack, since it's something that doesn't always happen in situations like this. From a quick look the main thing that might be worth looking at for Zephyr is the provisioner support since it's something we don't have. It looks like there might be some standard models code we could benefit from as well. Besides that, I wouldn't expect there to be much to port qualification-wise, since we do run all the relevant tests periodically, despite not having a formal qualification listing for the mesh stack.
Describe the bug
Add
CONFIG_BT=y
leads aFatal fault in ISR! Spinning...
on esp32.To Reproduce
add
CONFIG_BT=y
to prj.confalso reproducible with beacon sample
** FATAL EXCEPTION ** CPU 0 EXCCAUSE 3 PS 0x00060020 PC 0x40082a23 VADDR 0x400805f8 ** A0 0x80082a4e SP 0x3ffb2cd0 A2 0x400805ec A3 0x00000000 ** A4 0x00000001 A5 0x3ffb4570 A6 0x3ffb2034 A7 0x00060d23 ** A8 0x80082a0d A9 0x3ffb2ca0 A10 0x00000000 A11 0x00000000 ** A12 0x00000000 A13 0x3ffb4550 A14 0x00000000 A15 0x00000000 ** LBEG 0x00000000 LEND 0x00000000 LCOUNT 0x00000000 ** SAR 0x00000000 Current thread ID = 0x3ffb2034 Faulting instruction address = 0xdeaddead Fatal fault in ISR! Spinning...
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: