Hi,
I am trying to run LWM2M support based on Contiki OS (contiki/examples/ipso-objects) on a NRF52 (PCA10040) development board. I can successfully build (make TARGET=nrf52dk) and flash the firmware into the hardware. When I am connecting the BLE link to a linux sever using steps given in the link (developer.nordicsemi.com/.../a00060.html) connection established successfully and I can see the connected board in "hcitool con". But there is no bt0 interface added in network (ifconfig).
Similar thing if I am trying on contiki hello world example (contiki/examples/hello-world) on same setup, I can connect and able to ping the board from linux server.
Any ideas for unavailability of bt0 interface in case of ipso-object example?