|
Persistent memory issue (NVS and FCB) - Zephyr V1.X versus V2
#ble
#nrf52
Hi there, One of the likely culprits is stack sizing. Please enable CONFIG_HW_STACK_PROTECTION and verify that one of your stacks is not overflowing. Regards, Carles
Hi there, One of the likely culprits is stack sizing. Please enable CONFIG_HW_STACK_PROTECTION and verify that one of your stacks is not overflowing. Regards, Carles
|
By
Carles Cufi
· #6553
·
|
|
bt_gatt_notify multiple characteristics - always notification for the first characteristic
#ble
Hi all, Solved... It looks like when BT_GATT_CCC is set in the service MACRO define, it takes not 1 but 2 indices to advance as also there is automatically a descriptor char added if you need to acces
Hi all, Solved... It looks like when BT_GATT_CCC is set in the service MACRO define, it takes not 1 but 2 indices to advance as also there is automatically a descriptor char added if you need to acces
|
By
frv
· #6551
·
Edited
|
|
Persistent memory issue (NVS and FCB) - Zephyr V1.X versus V2
#ble
#nrf52
Hi all, I have the following setup: - nrf52 demo kit running a simple BLE peripheral application - Raspberry Pi running a BLE central application A secured connection is made (authentication based on
Hi all, I have the following setup: - nrf52 demo kit running a simple BLE peripheral application - Raspberry Pi running a BLE central application A secured connection is made (authentication based on
|
By
frv
· #6552
·
|
|
Persistent memory issue (NVS and FCB) - Zephyr V1.X versus V2
#ble
#nrf52
Hi Carles, Thanks for the tip. I would be really surprised that I already have a stack issue, as the application is still very simple... Nevertheless it can't harm to have this option enabled. Br, Fra
Hi Carles, Thanks for the tip. I would be really surprised that I already have a stack issue, as the application is still very simple... Nevertheless it can't harm to have this option enabled. Br, Fra
|
By
frv
· #6554
·
|
|
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
·
|
|
How to get BLE scan channel
#ble
OK I was create a github issue. thank you.
OK I was create a github issue. thank you.
|
By
loquat3
· #6668
·
|
|
Issue in OTA of zephyr OS over UART on Nordic nrf52840_pca10056 chip
#ble
#bluetoothmesh
#nrf52840
#uart
Hi Mayank, could you please attach your 'zephyr/.config' file? Maybe I will find some inaccuracy there. Cheers, Adam
Hi Mayank, could you please attach your 'zephyr/.config' file? Maybe I will find some inaccuracy there. Cheers, Adam
|
By
Adam Podogrocki
· #6462
·
|
|
Issue in OTA of zephyr OS over UART on Nordic nrf52840_pca10056 chip
#ble
#bluetoothmesh
#nrf52840
#uart
Thanks Adam, I have upgraded zephyr to latest version (2.1.0) using west update. Now with the configuration of my application as well as mcuboot, i reached at the stage where i can upload the signed a
Thanks Adam, I have upgraded zephyr to latest version (2.1.0) using west update. Now with the configuration of my application as well as mcuboot, i reached at the stage where i can upload the signed a
|
By
...
· #6463
·
|
|
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
·
|
|
Issue in OTA of zephyr OS over BLE on Nordic nrf52840_pca10056 chip
#nrf52840
#ble
#bluetoothmesh
Thanks Jamie, Here, I would like to point out the exact setup that i'm trying DFU on. I have One custom board which has imx6ul processor, I'm having one BLE controller on board which is connected to p
Thanks Jamie, Here, I would like to point out the exact setup that i'm trying DFU on. I have One custom board which has imx6ul processor, I'm having one BLE controller on board which is connected to p
|
By
...
· #6454
·
|
|
hcitool lescan stops scanning beacons
#ble
#hci
#nrf52480
#uart
Hi Community, I have one custom board on which I'm having Nordic's nrf52840_pca10056 chip on which i have flashed zephyr's 'hci_uart' sample application for the beacon scanning purpose. "hci_uart" app
Hi Community, I have one custom board on which I'm having Nordic's nrf52840_pca10056 chip on which i have flashed zephyr's 'hci_uart' sample application for the beacon scanning purpose. "hci_uart" app
|
By
...
· #6941
·
|
|
safely calling bt_gatt_subscribe_params.notify
#ble
in bluetooth/host/gatt.c, the notify member of bt_gatt_subscribe_params is called without checking for a null pointer. In my central, the peripheral disconnected while I was subscribed to an attribute
in bluetooth/host/gatt.c, the notify member of bt_gatt_subscribe_params is called without checking for a null pointer. In my central, the peripheral disconnected while I was subscribed to an attribute
|
By
Mike DiClaudio
· #6952
·
|
|
#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
·
|
|
hci_uart application with flow control disable
#uart
#samples
#ble
#hci
#nrf52480
Hi Mayank, You might get lucky with disabling hardware flow control, however this standard HCI transport officially requires it (see Vol 4, Part A section 3 in Bluetooth Core Specification 5.2). Yes,
Hi Mayank, You might get lucky with disabling hardware flow control, however this standard HCI transport officially requires it (see Vol 4, Part A section 3 in Bluetooth Core Specification 5.2). Yes,
|
By
Johan Hedberg
· #6759
·
|
|
hci_uart application with flow control disable
#uart
#samples
#ble
#hci
#nrf52480
Hi Johan, Should i go with the Hardware flow control as enable to solve the buffer flow issue ? Not using HWFC could have any other adverse effect? As my current implementation is based on flow contro
Hi Johan, Should i go with the Hardware flow control as enable to solve the buffer flow issue ? Not using HWFC could have any other adverse effect? As my current implementation is based on flow contro
|
By
...
· #6760
·
|
|
ZEBRA RFC source tree location
#ble
The ZEBRA RFC (see RFC: https://github.com/zephyrproject-rtos/zephyr/issues/23465) is a feature proposal for a simple way to add secure authentication between two Bluetooth devices. ZEBRA is not part
The ZEBRA RFC (see RFC: https://github.com/zephyrproject-rtos/zephyr/issues/23465) is a feature proposal for a simple way to add secure authentication between two Bluetooth devices. ZEBRA is not part
|
By
Dean Gereaux
· #6896
·
|
|
nrf52840 ble error
#ble
#nrf52840
Yes previously I posted same issue, but iam not creating any threads in my application
Yes previously I posted same issue, but iam not creating any threads in my application
|
By
Narendar Malepu
· #6892
·
|
|
hci_uart application with flow control disable
#uart
#samples
#ble
#hci
#nrf52480
Hi All, I have a doubt regarding one of the sample application of zephyr (samples/bluetooth/hci_uart). This 'hci_uart' application has Hardware flow control enable by default in its nrf.conf file. (CO
Hi All, I have a doubt regarding one of the sample application of zephyr (samples/bluetooth/hci_uart). This 'hci_uart' application has Hardware flow control enable by default in its nrf.conf file. (CO
|
By
...
· #6757
·
|
|
hci_uart application with flow control disable
#uart
#samples
#ble
#hci
#nrf52480
Hi, > Q1: As i'm not using HW flow control, Can i have any flow control related problem if there will be more number of devices/beacons available for the scanning. Yes, that is the purpose of flow con
Hi, > Q1: As i'm not using HW flow control, Can i have any flow control related problem if there will be more number of devices/beacons available for the scanning. Yes, that is the purpose of flow con
|
By
lairdjm
· #6758
·
|