|
Simultaneous BLE and ShockBurst
#shockburst
#ble
#nrf52840
In my application, I need to use the nrf52840 for both BLE (as the controller) and ShockBurst. Specifically, it's the nrf52840 on the nrf9160 if it matters. I'm using the zephyr BLE stack and things a
In my application, I need to use the nrf52840 for both BLE (as the controller) and ShockBurst. Specifically, it's the nrf52840 on the nrf9160 if it matters. I'm using the zephyr BLE stack and things a
|
By
Mike DiClaudio
· #6396
·
|
|
BLE stack using PPI channels
#ble
#nrf52832
In my application I was try to use 6 PPI channels. And I discovered that almost all channels is used by BLE stack. NRF52 chip have dedicated PPI [20:31] channels for radio. Why this challens was not u
In my application I was try to use 6 PPI channels. And I discovered that almost all channels is used by BLE stack. NRF52 chip have dedicated PPI [20:31] channels for radio. Why this challens was not u
|
By
robert.konc@...
· #5161
·
|
|
BLE stack using PPI channels
#ble
#nrf52832
Good question, there exists an issue that can be used for this discussion: https://github.com/zephyrproject-rtos/zephyr/issues/7092 ________________________________________ Sent: Wednesday, September
Good question, there exists an issue that can be used for this discussion: https://github.com/zephyrproject-rtos/zephyr/issues/7092 ________________________________________ Sent: Wednesday, September
|
By
Sebastian Boe
· #5162
·
|
|
BLE stack using PPI channels
#ble
#nrf52832
Hi Sebastian, Robert, Sebastian, thanks for pointing out the existing issue. Robert, would you please comment on that issue stating the needs of your application so we can evaluate how best to fix thi
Hi Sebastian, Robert, Sebastian, thanks for pointing out the existing issue. Robert, would you please comment on that issue stating the needs of your application so we can evaluate how best to fix thi
|
By
Carles Cufi
· #5163
·
|
|
BLE stack using PPI channels
#ble
#nrf52832
Hi, The pre-programmed PPI are very specific to Nordic's in-house stack implementation needs. Some of them coincidentally can be re-used in Zephyr implementation. I will try to send a PR by EOD, if it
Hi, The pre-programmed PPI are very specific to Nordic's in-house stack implementation needs. Some of them coincidentally can be re-used in Zephyr implementation. I will try to send a PR by EOD, if it
|
By
Chettimada, Vinayak Kariappa
· #5164
·
|
|
BLE stack using PPI channels
#ble
#nrf52832
Hi, Only 5 of the pre-programmed PPI can be reused in Zephyr's BLE implementation. But the task to refactor the controller is not simple (i.e. not doable in a day or two). In upstream Zephyr, PPI's 16
Hi, Only 5 of the pre-programmed PPI can be reused in Zephyr's BLE implementation. But the task to refactor the controller is not simple (i.e. not doable in a day or two). In upstream Zephyr, PPI's 16
|
By
Chettimada, Vinayak Kariappa
· #5165
·
|
|
Problem with sending longer HCI messages with DLE enabled NRF52840
#ble
#hci
#nrf52480
Hi, I am having some problems with getting two NRF52840 USB dongles to communicate with each other with extended data ACL data lengths. I have flashed both the dongles with the Zephyr HCI-USB samples
Hi, I am having some problems with getting two NRF52840 USB dongles to communicate with each other with extended data ACL data lengths. I have flashed both the dongles with the Zephyr HCI-USB samples
|
By
kristian.kajak@...
· #6406
·
|
|
Problem with sending longer HCI messages with DLE enabled NRF52840
#ble
#hci
#nrf52480
Hello! I have had some progress so far. I tried the same configuration setup on the NRF52-PCA10040 dev kit with the HCI-UART sample and everything seems to work as expected. Although I do not necessar
Hello! I have had some progress so far. I tried the same configuration setup on the NRF52-PCA10040 dev kit with the HCI-UART sample and everything seems to work as expected. Although I do not necessar
|
By
kristian.kajak@...
· #6408
·
|
|
How to encrypt advertise packet with zephyr and nrf52832 ?
#ble
#nrf52832
Hi guys, I'd like to encrypt the advertise packet since some secure fields in the payload. But I did not find any clue yet. So anybody knows how to implement this feature with zephyr? Thank a lot if y
Hi guys, I'd like to encrypt the advertise packet since some secure fields in the payload. But I did not find any clue yet. So anybody knows how to implement this feature with zephyr? Thank a lot if y
|
By
icephyr
· #5677
·
Edited
|
|
Data Length Extension
#ble
#nrf52
#nrf52832
#nrf52840
I am trying to enable data length extensions in a connection but am limited to the std 20 payload bytes. I have a Nordic PCA10040 (nRF52832) running Zephyr v1.14rc1 as a central connected to a Laird B
I am trying to enable data length extensions in a connection but am limited to the std 20 payload bytes. I have a Nordic PCA10040 (nRF52832) running Zephyr v1.14rc1 as a central connected to a Laird B
|
By
henry.wagner@...
· #5758
·
|
|
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
·
|
|
#ble #nrf52840
#nrf52840
#ble
After implementing a throughput test for BLE using #nrf52840 hardware and Zephyr 1.14-rc1, notice some curious behavior in data we are collecting. The test seems to show that sending data from the cen
After implementing a throughput test for BLE using #nrf52840 hardware and Zephyr 1.14-rc1, notice some curious behavior in data we are collecting. The test seems to show that sending data from the cen
|
By
henry.wagner@...
· #5860
·
|
|
BLE throughput under load, QOS
#ble
#nrf52840
After implementing a throughput test for BLE using Nordic nrf52840 hardware and Zephyr 1.14-rc1, notice some curious behavior in data we are collecting. The test is to evaluate maximum throughput in a
After implementing a throughput test for BLE using Nordic nrf52840 hardware and Zephyr 1.14-rc1, notice some curious behavior in data we are collecting. The test is to evaluate maximum throughput in a
|
By
henry.wagner@...
· #5877
·
|
|
#ble #nrf52840
#nrf52840
#ble
Hi Henry, This is news to me and, although it might be expected, I would like to check with a couple of people. So I think this deserves being tracked. Would you mind opening a “Question” issue on Git
Hi Henry, This is news to me and, although it might be expected, I would like to check with a couple of people. So I think this deserves being tracked. Would you mind opening a “Question” issue on Git
|
By
Carles Cufi
· #5881
·
|
|
Issue in OTA of zephyr OS over BLE on Nordic nrf52840_pca10056 chip
#nrf52840
#ble
#bluetoothmesh
Hi Mayank, You are getting this error because the hci0 device could not be enabled on your host system, the echo command sends that to the remote device using Bluetooth. You need a Bluetooth dongle pl
Hi Mayank, You are getting this error because the hci0 device could not be enabled on your host system, the echo command sends that to the remote device using Bluetooth. You need a Bluetooth dongle pl
|
By
lairdjm
· #6451
·
|
|
Issue in OTA of zephyr OS over UART on Nordic nrf52840_pca10056 chip
#ble
#bluetoothmesh
#nrf52840
#uart
Hi Mayank, If you are using UART as a connection type, then please disable other communication channels like BT and shell - at least in my case with STM32 it helped. I assume that flash partition layo
Hi Mayank, If you are using UART as a connection type, then please disable other communication channels like BT and shell - at least in my case with STM32 it helped. I assume that flash partition layo
|
By
Adam Podogrocki
· #6445
·
|
|
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
·
|
|
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
·
|
|
bt_gatt_notify multiple characteristics - always notification for the first characteristic
#ble
Hi all, I have a user defined BT GATT service with 2 user defined characteristics. The code is as simple as this for defining the GATT service. static struct bt_uuid_128 uuidButtonService = BT_UUID_IN
Hi all, I have a user defined BT GATT service with 2 user defined characteristics. The code is as simple as this for defining the GATT service. static struct bt_uuid_128 uuidButtonService = BT_UUID_IN
|
By
frv
· #6548
·
|