|
HCI Driver not registered on the ST SensorTile.box
#bluetooth
#stm32
#hci
Hi Garret, Unfortunately no, BT is not enabled on this platform. Actually the bluetooth application processor (BlueNRG-M2) is not ported in Zephyr yet. This might not be a major work as it would consi
Hi Garret, Unfortunately no, BT is not enabled on this platform. Actually the bluetooth application processor (BlueNRG-M2) is not ported in Zephyr yet. This might not be a major work as it would consi
|
By
Erwan Gouriou
· #2703
·
|
|
MCUboot/HCI-USB bug
#hci
#mcuboot
#nrf52
I believe I have found a bug in the current HCI-USB code for the nRF52 series when it is started from the MCUboot bootloader. This is on the current Zephyr 2.6 branch. In usb_dc_nrfx.c, usb_dc_attach(
I believe I have found a bug in the current HCI-USB code for the nRF52 series when it is started from the MCUboot bootloader. This is on the current Zephyr 2.6 branch. In usb_dc_nrfx.c, usb_dc_attach(
|
By
mhamel@...
· #2701
·
|
|
HCI Driver not registered on the ST SensorTile.box
#bluetooth
#stm32
#hci
Hello y'all. Looking at the supported board docs for the ST SensorTile.box it seems like zephyr should support bluetooth on this board. However, when I try and enable bluetooth (using bt_enable(...))
Hello y'all. Looking at the supported board docs for the ST SensorTile.box it seems like zephyr should support bluetooth on this board. However, when I try and enable bluetooth (using bt_enable(...))
|
By
Garrett
· #2700
·
|
|
BlueZ PHY CODED scan via HCI UART on nRF52840_pca10056
#ble
#nrf52840
#uart
#hci
With a 5.10.11 linux kernel and bluez-5.55, setting PHY in btmgmt still doesn't work due to a bug in the kernel. You can easily work around that by using hcitool: # set default phy to encoded hcitool
With a 5.10.11 linux kernel and bluez-5.55, setting PHY in btmgmt still doesn't work due to a bug in the kernel. You can easily work around that by using hcitool: # set default phy to encoded hcitool
|
By
...
· #2479
·
|
|
SMP server on HCI USB composite device
#nrf52480
#mcumgr
#hci
#usb
Hi, I am trying to figure out how to make a HCI USB Bluetooth host adapter with device management on a nRF52840 Dongle. My approach is to make a USB composite device consisting of the Bluetooth device
Hi, I am trying to figure out how to make a HCI USB Bluetooth host adapter with device management on a nRF52840 Dongle. My approach is to make a USB composite device consisting of the Bluetooth device
|
By
Martin Roesch
· #2452
·
|
|
#ble #hci #usb
#ble
#hci
#usb
Hi, Zephyr open source controller does not support long range. The feature is under development by our contributors. The missing supported commands may be a bug, but on quick review I could find them
Hi, Zephyr open source controller does not support long range. The feature is under development by our contributors. The missing supported commands may be a bug, but on quick review I could find them
|
By
Chettimada, Vinayak Kariappa
· #2239
·
|
|
#ble #hci #usb
#ble
#hci
#usb
Hi, I am new to Zephyr and I'm trying to expose the LE PHY setting to a RPI Linux Host system. The controller is an nrf52840 dongle acting as a HCI USB device. The dongle will interact with the BLuez
Hi, I am new to Zephyr and I'm trying to expose the LE PHY setting to a RPI Linux Host system. The controller is an nrf52840 dongle acting as a HCI USB device. The dongle will interact with the BLuez
|
By
...
· #2238
·
|
|
Data Length Extension on NRF52840
#nrf52840
#ble
#hci
@Josh Can you give some insight, how you requested Data Length Extension? I can not find any documentation how to do this. I was able to enable to do it manually through the nRF Connect Tool, but need
@Josh Can you give some insight, how you requested Data Length Extension? I can not find any documentation how to do this. I was able to enable to do it manually through the nRF Connect Tool, but need
|
By
George Ruinelli
· #2176
·
|
|
BlueZ PHY CODED scan via HCI UART on nRF52840_pca10056
#ble
#nrf52840
#uart
#hci
Is there anything else I could check to make it work?
Is there anything else I could check to make it work?
|
By
...
· #1386
·
|
|
BlueZ PHY CODED scan via HCI UART on nRF52840_pca10056
#ble
#nrf52840
#uart
#hci
There's a "Group Reply" button in the bottom right-corner. It took me while to find because you can see it only *after* clicking "Reply", that's an unusual interface.
There's a "Group Reply" button in the bottom right-corner. It took me while to find because you can see it only *after* clicking "Reply", that's an unusual interface.
|
By
Marc Herbert
· #1380
·
|
|
BlueZ PHY CODED scan via HCI UART on nRF52840_pca10056
#ble
#nrf52840
#uart
#hci
Hello Johan, Thank you for your response. Following your suggestion I've updated my kernel to 4.20 and there is a change in behavior though I don't see LE CODED scanning to be working + btmgmt behavio
Hello Johan, Thank you for your response. Following your suggestion I've updated my kernel to 4.20 and there is a change in behavior though I don't see LE CODED scanning to be working + btmgmt behavio
|
By
...
· #1379
·
Edited
|
|
BlueZ PHY CODED scan via HCI UART on nRF52840_pca10056
#ble
#nrf52840
#uart
#hci
Hi, HCI_Read_Local_Extended_Features is a BR/EDR-only command, which is why you are getting this response from the LE-only controller. You’ll also see that it’s not listed in the supported commands re
Hi, HCI_Read_Local_Extended_Features is a BR/EDR-only command, which is why you are getting this response from the LE-only controller. You’ll also see that it’s not listed in the supported commands re
|
By
Johan Hedberg
· #1378
·
|
|
BlueZ PHY CODED scan via HCI UART on nRF52840_pca10056
#ble
#nrf52840
#uart
#hci
Hi, Notice that these are MGMT commands and events, i.e. just communication between BlueZ user space and the Linux kernel and not directly related to the controller. The Set PHY Configuration MGMT com
Hi, Notice that these are MGMT commands and events, i.e. just communication between BlueZ user space and the Linux kernel and not directly related to the controller. The Set PHY Configuration MGMT com
|
By
Johan Hedberg
· #1377
·
|
|
BlueZ PHY CODED scan via HCI UART on nRF52840_pca10056
#ble
#nrf52840
#uart
#hci
Hi, I'm trying to force a nRF52840-pca10056 DK to scan for BLE advertisements with PHY set to CODED via HCI and BlueZ 5.50 but keep getting rejected by the hci_uart from Zephyr examples (master branch
Hi, I'm trying to force a nRF52840-pca10056 DK to scan for BLE advertisements with PHY set to CODED via HCI and BlueZ 5.50 but keep getting rejected by the hci_uart from Zephyr examples (master branch
|
By
...
· #1370
·
Edited
|
|
HCI_UART: Data Length Extension on NRF52840 make an error
#ble
#hci
#uart
#nrf52840
1. Overview 1.1. Hardware - nRF52840 DK (PC10056) - nRF52840 Module (u-blox NINA-B302) 1.2. Software 1.2.1. nRF52840 DK - zephyr 1.9.2 - HCI_UART Example - nrf5.conf: o +CONFIG_BT_CTLR_TX_BUFFER_SIZE=
1. Overview 1.1. Hardware - nRF52840 DK (PC10056) - nRF52840 Module (u-blox NINA-B302) 1.2. Software 1.2.1. nRF52840 DK - zephyr 1.9.2 - HCI_UART Example - nrf5.conf: o +CONFIG_BT_CTLR_TX_BUFFER_SIZE=
|
By
Nico.Platen@...
· #1313
·
|
|
Is Zephyr able to control a Bluetooth Device via HCI
#ble
#hci
Hi Oliver, If I understand correctly, you want to run Zephyr OS on Cypress BLE chips, but do not want to use the fully open source BLE stack in Zephyr OS. You will need to start with adding your SoC a
Hi Oliver, If I understand correctly, you want to run Zephyr OS on Cypress BLE chips, but do not want to use the fully open source BLE stack in Zephyr OS. You will need to start with adding your SoC a
|
By
...
· #1041
·
|
|
Is Zephyr able to control a Bluetooth Device via HCI
#ble
#hci
Hi, i'm currently using Cypress BLE chips for my projects and i want to evaluate Zephyr. Since i think it rather complicated to get a new BLE stack running, my idea was to use the Cypress BLE Stack to
Hi, i'm currently using Cypress BLE chips for my projects and i want to evaluate Zephyr. Since i think it rather complicated to get a new BLE stack running, my idea was to use the Cypress BLE Stack to
|
By
...
· #1040
·
|
|
Data Length Extension on NRF52840
#nrf52840
#ble
#hci
Hi Josh, Appreciate the excellent and detailed incidence report. My comments are inline. Could you please provide the Zephyr repository git hash or release tag for the firmware you are using? Could yo
Hi Josh, Appreciate the excellent and detailed incidence report. My comments are inline. Could you please provide the Zephyr repository git hash or release tag for the firmware you are using? Could yo
|
By
...
· #958
·
|
|
Data Length Extension on NRF52840
#nrf52840
#ble
#hci
Software/Hardware: Board: NRF52840 PCA10056 programmed with Zephyr firmware Host Device: Linux Ubuntu 16.04.1 Bluez 5.48 Source code Bluetooth 5.0 Core Specification Problem: Attempting to use Bluetoo
Software/Hardware: Board: NRF52840 PCA10056 programmed with Zephyr firmware Host Device: Linux Ubuntu 16.04.1 Bluez 5.48 Source code Bluetooth 5.0 Core Specification Problem: Attempting to use Bluetoo
|
By
josh.lawless@...
· #957
·
|