|
#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
·
|
|
Data Length Extension
#ble
#nrf52
#nrf52832
#nrf52840
Hi Henry, Take a look at the configuration used in Nordic’s throughput sample: https://github.com/tejlmand/fw-nrfconnect-nrf/blob/master/samples/bluetooth/throughput/prj.conf I think you are missing s
Hi Henry, Take a look at the configuration used in Nordic’s throughput sample: https://github.com/tejlmand/fw-nrfconnect-nrf/blob/master/samples/bluetooth/throughput/prj.conf I think you are missing s
|
By
Carles Cufi
· #5759
·
|
|
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 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 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
·
|
|
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
|
|
Ble slave to get master's device name
#ble
#nrf52480
Hi, I am making a program in a slave (peripheral) device. I can get a master (central) device connect to the slave (peripheral) device. But, how can I make the slave device to get the device name of t
Hi, I am making a program in a slave (peripheral) device. I can get a master (central) device connect to the slave (peripheral) device. But, how can I make the slave device to get the device name of t
|
By
Andrew Gu
· #5625
·
|
|
bond information deleted
#ble
Hi all, I'm developing a system with Zephyr that has been configured to have 4 Bluetooth connections and 4 paired devices for a Nordic nRF52832 SoC. CONFIG_BT_MAX_CONN=4 CONFIG_BT_MAX_PAIRED=4 I'm fin
Hi all, I'm developing a system with Zephyr that has been configured to have 4 Bluetooth connections and 4 paired devices for a Nordic nRF52832 SoC. CONFIG_BT_MAX_CONN=4 CONFIG_BT_MAX_PAIRED=4 I'm fin
|
By
nick.ward@...
· #5620
·
|
|
Possibility to reduce the power consumption of peripheral device
#ble
#nrf52480
Hi. It looks that you have HFCLK running all the time. This is probably caused by small issue in power management code. Please try to remove the calls to nrf_power_task_trigger() from soc/arm/nordic_n
Hi. It looks that you have HFCLK running all the time. This is probably caused by small issue in power management code. Please try to remove the calls to nrf_power_task_trigger() from soc/arm/nordic_n
|
By
...
· #5551
·
|
|
Possibility to reduce the power consumption of peripheral device
#ble
#nrf52480
Hello, In order to use the peripheral and central device for energy efficient application, I performed some power measurement test with the following configuration using nrf52 DK. Central_hr sample ap
Hello, In order to use the peripheral and central device for energy efficient application, I performed some power measurement test with the following configuration using nrf52 DK. Central_hr sample ap
|
By
...
· #5548
·
|
|
Ble mesh stack not compatilbe with c++
#ble
#bluetoothmesh
Hi Robert, Can you please open a GitHub issue and assign it to @jhedberg ? Thanks, Carles
Hi Robert, Can you please open a GitHub issue and assign it to @jhedberg ? Thanks, Carles
|
By
Carles Cufi
· #5530
·
|
|
Ble mesh stack not compatilbe with c++
#ble
#bluetoothmesh
Hi, When could we expect that blemesh code will be usable in c++. Most header files in zephyr are compatible with c++ but not ble mesh headers. No #ifdef __cplusplus in headers. Regards, Robert
Hi, When could we expect that blemesh code will be usable in c++. Most header files in zephyr are compatible with c++ but not ble mesh headers. No #ifdef __cplusplus in headers. Regards, Robert
|
By
robert.konc@...
· #5459
·
|
|
#nrf52840 #ble unstable connection
#nrf52840
#ble
Hi Vinayak, I merge the patch, host (nRF Connect) get update connection parameter request. After CI change to 30ms, it can keep connection a bit longer but it still disconnect after few minutes (dista
Hi Vinayak, I merge the patch, host (nRF Connect) get update connection parameter request. After CI change to 30ms, it can keep connection a bit longer but it still disconnect after few minutes (dista
|
By
...
· #5382
·
|
|
#nrf52840 #ble unstable connection
#nrf52840
#ble
https://github.com/zephyrproject-rtos/zephyr/pull/11231 Could you please test the PR on your board and let me know if its better. Find attach the patch file as alternative to the diff in PR. Use "git
https://github.com/zephyrproject-rtos/zephyr/pull/11231 Could you please test the PR on your board and let me know if its better. Find attach the patch file as alternative to the diff in PR. Use "git
|
By
Chettimada, Vinayak Kariappa
· #5363
·
|
|
#nrf52840 #ble unstable connection
#nrf52840
#ble
Hi Vinayak, Thanks for your reply. If you have any idea about this issue I can do the tests from my site. Regards, Randy Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...> 於 2018
Hi Vinayak, Thanks for your reply. If you have any idea about this issue I can do the tests from my site. Regards, Randy Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...> 於 2018
|
By
...
· #5361
·
|
|
#nrf52840 #ble unstable connection
#nrf52840
#ble
Your config file looks ok. I will check if errata 201 will solve your issues. I will try to send you a patch by this weekend. As I will need to reproduce the issue, you will need to help me if it is t
Your config file looks ok. I will check if errata 201 will solve your issues. I will try to send you a patch by this weekend. As I will need to reproduce the issue, you will need to help me if it is t
|
By
Chettimada, Vinayak Kariappa
· #5359
·
|
|
#nrf52840 #ble unstable connection
#nrf52840
#ble
Hi Vinayak, I did some test today by using the latest master, there is no connection parameter update that means the CI keeps in 7.5ms, the connection keeps alive. I try to update the CI to 30ms manua
Hi Vinayak, I did some test today by using the latest master, there is no connection parameter update that means the CI keeps in 7.5ms, the connection keeps alive. I try to update the CI to 30ms manua
|
By
...
· #5354
·
|
|
#nrf52840 #ble unstable connection
#nrf52840
#ble
Hi Vinayak, I enable HCI_CORE_DEBUG to got some logs in the link. 1. UART log. 2. air log. Thanks, Randy
Hi Vinayak, I enable HCI_CORE_DEBUG to got some logs in the link. 1. UART log. 2. air log. Thanks, Randy
|
By
...
· #5339
·
|
|
#nrf52840 #ble unstable connection
#nrf52840
#ble
Hi Randy, Could you please let us know the LF clock src used in your EVB? If you are using 32KHz external crystal as source (CONFIG_CLOCK_CONTROL_NRF5_K32SRC_XTAL=y), and the accuracy is not the defau
Hi Randy, Could you please let us know the LF clock src used in your EVB? If you are using 32KHz external crystal as source (CONFIG_CLOCK_CONTROL_NRF5_K32SRC_XTAL=y), and the accuracy is not the defau
|
By
Chettimada, Vinayak Kariappa
· #5325
·
|
|
#nrf52840 #ble unstable connection
#nrf52840
#ble
Hi community, I'm using nrf52840 on our own development board, I met one problem about abnormal disconnect. environment: [Central] use BLE nRF connect run on nRF52840_PCA10056 (Windows) [Peripheral 1]
Hi community, I'm using nrf52840 on our own development board, I met one problem about abnormal disconnect. environment: [Central] use BLE nRF connect run on nRF52840_PCA10056 (Windows) [Peripheral 1]
|
By
...
· #5323
·
|