Hi,
I am trying to set up a simple demo for a lightning talk at FOSSAsia later this week and I was able to get the blinking LED examples set up quite easily thanks to the OpenHours video. I am however unable to get the beacon example working.
I am using the master branch from the zephyr project and on reset the device throws the following on UART:
Starting Beacon Demo [bt] [ERR] bt_enable: No HCI driver registered Bluetooth init failed (err -19)
indicating that bluetooth is not enabled. I'll probably spend some time looking at the code later today/tomorrow (even though I don't actually know what I'm looking for right now :)) but I figured I put this out here in case I may have missed out on something elementary.
I tried a couple of branches on the Linaro github repo as well (master and carbon to be precise) but neither worked. The carbon branch in fact refused to build, but that's an unrelated problem.
Thanks, Siddhesh