|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
zephyr HCI UART on nRF52832 - HCI interface bring up fails #ble #nrf52832#hci_uart
#ble
I have filed an issue related to HCI UART sample from zephyr running on nrf52832. I compiled the hci_uart sample successfully, but I am not able to use the UART interface through an external USB-UART
I have filed an issue related to HCI UART sample from zephyr running on nrf52832. I compiled the hci_uart sample successfully, but I am not able to use the UART interface through an external USB-UART
|
By
icephyr
· #4929
·
|
|
zephyr HCI UART on nRF52832 - HCI interface bring up fails #ble #nrf52832#hci_uart
#ble
This is your custom board, please verify that all UART lines, Tx, Rx, RTS, and CTS are wired correctly to your converter, correct buad rate and hardware flow control is used.
This is your custom board, please verify that all UART lines, Tx, Rx, RTS, and CTS are wired correctly to your converter, correct buad rate and hardware flow control is used.
|
By
Chettimada, Vinayak Kariappa
· #4930
·
|
|
zephyr HCI UART on nRF52832 - HCI interface bring up fails #ble #nrf52832#hci_uart
#ble
Thanks guys,I resloved this problem already.The usb2uart chip cannot cover baudrate of 1000000,when I configured baudrate of hci_uart to 115200,it worked fine. 发自我的华为手机
Thanks guys,I resloved this problem already.The usb2uart chip cannot cover baudrate of 1000000,when I configured baudrate of hci_uart to 115200,it worked fine. 发自我的华为手机
|
By
icephyr
· #4931
·
|
|
how to configre the default baudrate of hci_uart sample? #ble #nrf52832#hci_uart #ble #nrf52832#hci_uart
#ble
Hi guys, The default baudrate of zephyr hci_uart sample on nordic 52832 is 1Mbits. I'd like to configure it to 115200. Is there anyone who knows how to configure it in defconfig dts or some config fil
Hi guys, The default baudrate of zephyr hci_uart sample on nordic 52832 is 1Mbits. I'd like to configure it to 115200. Is there anyone who knows how to configure it in defconfig dts or some config fil
|
By
icephyr
· #4935
·
|
|
Issue in OTA of zephyr OS over BLE on Nordic nrf52840_pca10056 chip
#nrf52840
#ble
#bluetoothmesh
Hi, I'm trying to do an OTA of zephyr hci_uart application and i have done following things. Referred https://docs.zephyrproject.org/1.14.0/samples/subsys/mgmt/mcumgr/smp_svr/README.html?highlight=bui
Hi, I'm trying to do an OTA of zephyr hci_uart application and i have done following things. Referred https://docs.zephyrproject.org/1.14.0/samples/subsys/mgmt/mcumgr/smp_svr/README.html?highlight=bui
|
By
...
· #6450
·
|
|
How to get BLE scan channel
#ble
I want to get BLE scan recieve channel. Please add recieve channel parameter for BLE scan callback.
I want to get BLE scan recieve channel. Please add recieve channel parameter for BLE scan callback.
|
By
loquat3
· #6606
·
|
|
Race Condition in ATT
#ble
#nrf52480
In version 1.14.1, there appears to be a race condition when updating an indication value. It results in a BUS FAULT, which occurs because a pointer becomes null. Here are the Zephyr ATT print message
In version 1.14.1, there appears to be a race condition when updating an indication value. It results in a BUS FAULT, which occurs because a pointer becomes null. Here are the Zephyr ATT print message
|
By
ben.byers@...
· #6682
·
Edited
|
|
#ble Refresh advertising data after disconnect
#ble
Hi Robert, You could try using BT_LE_ADV_OPT_ONE_TIME with bt_le_adv_start(). That should ensure that the stack doesn’t automatically restart advertising after a disconnection event. Johan
Hi Robert, You could try using BT_LE_ADV_OPT_ONE_TIME with bt_le_adv_start(). That should ensure that the stack doesn’t automatically restart advertising after a disconnection event. Johan
|
By
Johan Hedberg
· #5968
·
|
|
#ble Refresh advertising data after disconnect
#ble
In disconnect callback event I was try to update advertising data but function "bt_le_adv_update_data" return with -11 (error code). As I understand BLE stack start to advwrise after disconnect automa
In disconnect callback event I was try to update advertising data but function "bt_le_adv_update_data" return with -11 (error code). As I understand BLE stack start to advwrise after disconnect automa
|
By
robert.konc@...
· #5966
·
|
|
is it possible to implement concurrent link with mutiple roles on nrf52832 with zephyr os ?
#nrf52832
#ble
Hi, I want to implement a such system that there are about 10 BLE devices running with zephyr os on nrf52832, and some of them act as Central role, and some of them act as Peripheral role, and some pr
Hi, I want to implement a such system that there are about 10 BLE devices running with zephyr os on nrf52832, and some of them act as Central role, and some of them act as Peripheral role, and some pr
|
By
hotkernel@...
· #6023
·
Edited
|
|
BLE throughput under load, QOS
#ble
#nrf52840
Hi Henry, I wonder if this could be related to the lack of buffers on the host, I assume you would use bt_gatt_notify with NULL conn which will take care of notifying each connection but that may end
Hi Henry, I wonder if this could be related to the lack of buffers on the host, I assume you would use bt_gatt_notify with NULL conn which will take care of notifying each connection but that may end
|
By
Luiz Augusto von Dentz
· #5896
·
|
|
how to configre the default baudrate of hci_uart sample? #ble #nrf52832#hci_uart #ble #nrf52832#hci_uart
#ble
Update the nrf52_pca10040.overlay file. For your custom board, place a new file <custom_board>.overlay file in your application folder with the desired DT settings/overrides. https://github.com/zephyr
Update the nrf52_pca10040.overlay file. For your custom board, place a new file <custom_board>.overlay file in your application folder with the desired DT settings/overrides. https://github.com/zephyr
|
By
Chettimada, Vinayak Kariappa
· #4936
·
|
|
is it possible to implement concurrent link with mutiple roles on nrf52832 with zephyr os ?
#nrf52832
#ble
I have got the answer at Nordic DevZone: https://devzone.nordicsemi.com/f/nordic-q-a/48346/is-it-possible-to-implement-concurrent-link-with-mutiple-roles-one-device-provide-both-peripheral-and-central
I have got the answer at Nordic DevZone: https://devzone.nordicsemi.com/f/nordic-q-a/48346/is-it-possible-to-implement-concurrent-link-with-mutiple-roles-one-device-provide-both-peripheral-and-central
|
By
hotkernel@...
· #6033
·
|
|
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
·
|
|
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
·
|
|
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
·
|