zephyrproject-rtos / meta-zephyr-sdk

Zephyr SDK (obsolete)
MIT License
44 stars 29 forks source link

Arduino_101 zephyr bluetooth beacon application error #76

Closed zephyrbot closed 7 years ago

zephyrbot commented 7 years ago

Reported by Jie Zhou:

Hi all,

I am trying to run the beacon application in zephyr/samples/bluetooth/beacon.

Here is what I received in MiniCom

Starting Beacon Demo [bt] [ERR] h4_get_type: Unknown H:4 type 0x00 [bt] [ERR] read_payload: Not enough space in buffer

I've been looking at the .h files and digging for the cause of these errors, but it's hard to understand all the functions being new with BLE hci. It will be really awesome if some can point me in the right direction.

Thanks, Jie

Update: The solution is to flash the Arduino 101 for a HCI compatible BLE firmware by flashing the hci_uart application first. Now all application in the bluetooth samples are functional.

(Imported from Jira SDK-60)

zephyrbot commented 7 years ago

by Mark Linkmeyer:

Not a bug