|
【HCI_UART】hci_uart sample cannot advertise controlled by HCI commands
#nrf52832
#uart
#hci
Hi guys, I met a problem with official hci_uart sample. Hope anybody can give me any advice,thanks. I use NRF52832's official develop board running hci_uart sample as a controller, I send hci commands
Hi guys, I met a problem with official hci_uart sample. Hope anybody can give me any advice,thanks. I use NRF52832's official develop board running hci_uart sample as a controller, I send hci commands
|
By
icephyr
· #5356
·
|
|
Zephyr as HCI Host
#uart
#bluetoothmesh
#hci
Hello, I am trying to configure Zephyr as a HCI UART host. My setup: nrf52840_pca10056 nordic dev kit running zephyr/samples/bluetooth/hci_uart. This seems pretty straight forward. stm32f746g_disco de
Hello, I am trying to configure Zephyr as a HCI UART host. My setup: nrf52840_pca10056 nordic dev kit running zephyr/samples/bluetooth/hci_uart. This seems pretty straight forward. stm32f746g_disco de
|
By
@abaska
· #5396
·
|
|
Zephyr as HCI Host
#uart
#bluetoothmesh
#hci
Hi, This is a valid and quite common set up. The most important thing you'll need to enable is the host-side UART HCI driver using CONFIG_BT_H4=y. Johan
Hi, This is a valid and quite common set up. The most important thing you'll need to enable is the host-side UART HCI driver using CONFIG_BT_H4=y. Johan
|
By
Johan Hedberg
· #5398
·
|
|
Zephyr as HCI Host
#uart
#bluetoothmesh
#hci
Looks like UART flow control is not implemented on stm32f746g_disco. I am going to get that working. Hopefully that makes this setup work.
Looks like UART flow control is not implemented on stm32f746g_disco. I am going to get that working. Hopefully that makes this setup work.
|
By
@abaska
· #5405
·
|
|
HCI Host Not enough space in buffer
#hci
Hi, I have a HCI host and controller setup. When the host starts, and the controller had already been running, it sometimes begins reading in the middle of a HCI message from the controller. It reads
Hi, I have a HCI host and controller setup. When the host starts, and the controller had already been running, it sometimes begins reading in the middle of a HCI message from the controller. It reads
|
By
@abaska
· #5454
·
|
|
HCI Host Not enough space in buffer
#hci
Hi, Basically the code is assuming that the packet is valid, but the buffer sizes have simply been defined too small to fit the packet. In such a case discarding the rx.remaining bytes would be the co
Hi, Basically the code is assuming that the packet is valid, but the buffer sizes have simply been defined too small to fit the packet. In such a case discarding the rx.remaining bytes would be the co
|
By
Johan Hedberg
· #5455
·
|
|
CONFIG_BT_PRIVACY cannot be enabled with Hci_uart sample
#nrf52832
#hci
Hi guys, I met a problem here and hop anybody can help. I want to enable the config CONFIG_BT_PRIVACY, and according to the official document, the config depends on BT_SMP BT_CONN BT_HCI_HOST BT_HCI a
Hi guys, I met a problem here and hop anybody can help. I want to enable the config CONFIG_BT_PRIVACY, and according to the official document, the config depends on BT_SMP BT_CONN BT_HCI_HOST BT_HCI a
|
By
icephyr
· #5519
·
|
|
CONFIG_BT_PRIVACY cannot be enabled with Hci_uart sample
#nrf52832
#hci
Hi there, If you are building the hci_uart then CONFIG_BT_PRIVACY is irrelevant because it’s only tied to the Host. What you need is CONFIG_BT_CTLR_PRIVACY, which enables privacy in the controller. Ca
Hi there, If you are building the hci_uart then CONFIG_BT_PRIVACY is irrelevant because it’s only tied to the Host. What you need is CONFIG_BT_CTLR_PRIVACY, which enables privacy in the controller. Ca
|
By
Carles Cufi
· #5526
·
|
|
CONFIG_BT_PRIVACY cannot be enabled with Hci_uart sample
#nrf52832
#hci
Thanks Carles, I have realized it.
Thanks Carles, I have realized it.
|
By
icephyr
· #5531
·
|
|
BLE Central max concurrent connections
#uart
#ble
#hci
#nrf52480
Hi, I am evaluating the use of nRF52 (HCI with BlueZ/Linux) as BLE central device. Does anyone know the maximum number of concurrent connections which Zephyr supports? Many thanks, Jos
Hi, I am evaluating the use of nRF52 (HCI with BlueZ/Linux) as BLE central device. Does anyone know the maximum number of concurrent connections which Zephyr supports? Many thanks, Jos
|
By
...
· #5752
·
|
|
BLE Central max concurrent connections
#uart
#ble
#hci
#nrf52480
Hi Josef, There is no maximum, neither as a central nor as a peripheral, nor combined. Whatever you can fit in RAM and in multiplexed time (depending on connection intervals, use of slave latency, etc
Hi Josef, There is no maximum, neither as a central nor as a peripheral, nor combined. Whatever you can fit in RAM and in multiplexed time (depending on connection intervals, use of slave latency, etc
|
By
Carles Cufi
· #5753
·
|
|
Is there a way to handle BLE hci_event directly in my thread?
#hci
#nrf52840
#ble
In the current implementation, BLE HCI_EVENT is processed on a dedicated RX_THREAD and called back in the same context. I want to handle HCI_EVENT (eg advvertise_report) directly in my thread. Is ther
In the current implementation, BLE HCI_EVENT is processed on a dedicated RX_THREAD and called back in the same context. I want to handle HCI_EVENT (eg advvertise_report) directly in my thread. Is ther
|
By
loquat3
· #6507
·
|
|
How to combine smp_svr and hci_uart app's of zephyr for DFU OTA
#hci
#nrf52480
#ble
#uart
#samples
Hi, I want to do an DFU OTA in nRF52840 BLE chip. I have flashed mcuboot bootloader and also flashed hci_uart (To scan BLE beacons) application. This will be one time flash using JTAG. Now, I want to
Hi, I want to do an DFU OTA in nRF52840 BLE chip. I have flashed mcuboot bootloader and also flashed hci_uart (To scan BLE beacons) application. This will be one time flash using JTAG. Now, I want to
|
By
...
· #6534
·
|
|
How to combine smp_svr and hci_uart app's of zephyr for DFU OTA
#hci
#nrf52480
#ble
#uart
#samples
Hi Q1 – no, this mens that higher part of BLE stack runs on HCI client which has no access to nRF52840 flash at all. Q2 – mcuboot serial recovery or your proprietary protocol which can share common ua
Hi Q1 – no, this mens that higher part of BLE stack runs on HCI client which has no access to nRF52840 flash at all. Q2 – mcuboot serial recovery or your proprietary protocol which can share common ua
|
By
Puzdrowski, Andrzej
· #6535
·
|
|
DFU OTA by using mcuboot bootloader in serial recovery mode
#ble
#hci
#nrf52480
#uart
Hello All, Right now I'm exploring the best way to do DFU OTA. I would like to ask that how i can do the DFU by booting the mcuboot bootloader in serial recovery mode. I have one nrf52840_pca10056 chi
Hello All, Right now I'm exploring the best way to do DFU OTA. I would like to ask that how i can do the DFU by booting the mcuboot bootloader in serial recovery mode. I have one nrf52840_pca10056 chi
|
By
...
· #6536
·
|
|
DFU OTA by using mcuboot bootloader in serial recovery mode
#ble
#hci
#nrf52480
#uart
Hi Mayank: I had a similar requirement, also without a button on the same Nordic chip. I simply copied this file into my project, and called smp_svr_init() from my main() after bluetooth was up and ru
Hi Mayank: I had a similar requirement, also without a button on the same Nordic chip. I simply copied this file into my project, and called smp_svr_init() from my main() after bluetooth was up and ru
|
By
Lawrence King
· #6539
·
|
|
Firmware upgrade of hci_uart app by using bootloader in serial recovery mode
#ble
#hci
#nrf52480
#uart
Hello, I have nrf52840_pca10056 chip connected to imx6ul processor via uart (Both are embedded on my custom board) as shown in attached image. I'm using mcuboot bootloader on nrf52840 chip, now i want
Hello, I have nrf52840_pca10056 chip connected to imx6ul processor via uart (Both are embedded on my custom board) as shown in attached image. I'm using mcuboot bootloader on nrf52840 chip, now i want
|
By
...
· #6562
·
|
|
Firmware upgrade of hci_uart app by using bootloader in serial recovery mode
#ble
#hci
#nrf52480
#uart
Hi Mayank, I am surprised to say this doesn't appear to be covered in the MCUboot documentation. David, did I miss it somewhere? Mayank: you need at least three pins connecting the i.MX and nRF chips:
Hi Mayank, I am surprised to say this doesn't appear to be covered in the MCUboot documentation. David, did I miss it somewhere? Mayank: you need at least three pins connecting the i.MX and nRF chips:
|
By
Bolivar, Marti
· #6567
·
|
|
Why the default MAC address is not shown in the host when using hciconfig command in linux
#hci
#ble
#nrf52
#nrf52840
Hi, We are willing to do the LE USB controller with the nrf52840 dongle By looking into this case https://devzone.nordicsemi.com/f/nordic-q-a/46036/mac-address-ranges. I came to know that there will b
Hi, We are willing to do the LE USB controller with the nrf52840 dongle By looking into this case https://devzone.nordicsemi.com/f/nordic-q-a/46036/mac-address-ranges. I came to know that there will b
|
By
Venkatesh Dyagala
· #6569
·
|
|
Why the default MAC address is not shown in the host when using hciconfig command in linux
#hci
#ble
#nrf52
#nrf52840
Hi Venkatesh, hciconfig uses a legacy ioctl kernel interface which is only able to retrieve the public address of a controller. nRF controllers do not come with any public address by default, which is
Hi Venkatesh, hciconfig uses a legacy ioctl kernel interface which is only able to retrieve the public address of a controller. nRF controllers do not come with any public address by default, which is
|
By
Johan Hedberg
· #6572
·
|