Re: [Bluetooth mesh]unprovisioned device (micro:bit) can't be discovered
Hi Kai,
On 12 Mar 2019, at 16.29, Kai Ren <kren@...> wrote: This is the commit I used: 3aa8443ab41202f978258810961dbc5a74ad2727It doesn’t. It seems like a possible oversight with this configuration file. There’s a second one for this sample app called microbit_gatt.conf which does have PB_GATT=y. Note that the micro:bit with its 16k of RAM was always quite tricky when it came to fitting both the mesh and the provisioning protocols on it. That’s why we’ve done self-provisioning e.g. with samples/bluetooth/mesh_demo since it doesn’t require any provisioning bearer to be compiled in. I’d be curious to hear if you can still fit a Mesh + PB-GATT build onto the micro:bit, since I suspect Zephyr’s RAM footprint may have gone up slightly during the past year. Johan |
|