|
Custom passkey not work.
#ble
#nrf52480
Hi, I have problem using function bt_passkey_set(). Even if I use this function pairing use random number. In application I use BT_SECURITY_L4 level. This is my config for Ble. CONFIG_BT=y CONFIG_BT_S
Hi, I have problem using function bt_passkey_set(). Even if I use this function pairing use random number. In application I use BT_SECURITY_L4 level. This is my config for Ble. CONFIG_BT=y CONFIG_BT_S
|
By
robert.konc@...
· #7290
·
|
|
Max Possible BLE communication range with Zephyr's 'hci_uart' app on nrf52840 chip
#hci
#nrf52480
#uart
#ble
#bluetooth
Hello Community, We are using nordic's nrf52840_pca10056 chip on our custom board and on top of that zephyr's 'hci_uart' application is running. (Zephyr version v2.1.0).On our custom board, the host s
Hello Community, We are using nordic's nrf52840_pca10056 chip on our custom board and on top of that zephyr's 'hci_uart' application is running. (Zephyr version v2.1.0).On our custom board, the host s
|
By
...
· #7165
·
|
|
Zephyr 2.3: BLE: BT SIG certification plans
#ble
#nrf52840
Hi Ryan, This is still TBD, I will soon call a meeting to decide on this year’s qualification plans. Thanks, Carles
Hi Ryan, This is still TBD, I will soon call a meeting to decide on this year’s qualification plans. Thanks, Carles
|
By
Carles Cufi
· #7089
·
|
|
Zephyr 2.3: BLE: BT SIG certification plans
#ble
#nrf52840
Are there any plans for Zephyr 2.3 to be BT SIG certified for host, controller, or profile (mesh) subsystems?
Are there any plans for Zephyr 2.3 to be BT SIG certified for host, controller, or profile (mesh) subsystems?
|
By
Ryan Erickson
· #7083
·
|
|
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
·
|
|
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
·
|
|
Beacon scanning limitation using hci_uart
#uart
#ninja
#ble
#hci
#nrf52480
Hello All, I have one question regarding the ability of zephyr's hci_uart sample app. I am using this application on nrf52840_pca10056 for scanning the ble beacons. Scenario is i can see "hci0" interf
Hello All, I have one question regarding the ability of zephyr's hci_uart sample app. I am using this application on nrf52840_pca10056 for scanning the ble beacons. Scenario is i can see "hci0" interf
|
By
...
· #6938
·
|
|
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
·
|
|
nrf52840 ble error
#ble
#nrf52840
Please create a github issue with details of building your application and steps to reproduce the issue. Do specify the commit hash, and if you have a branch, do mention that too. I see you have re-se
Please create a github issue with details of building your application and steps to reproduce the issue. Do specify the commit hash, and if you have a branch, do mention that too. I see you have re-se
|
By
Chettimada, Vinayak Kariappa
· #6887
·
|
|
nrf52840 ble error
#ble
#nrf52840
Hi, Iam using nrf52840 development board, developing software using zephyr. In software development iam using bluetooth as a peripheral and uart in interrupt mode(to get data from other module), when
Hi, Iam using nrf52840 development board, developing software using zephyr. In software development iam using bluetooth as a peripheral and uart in interrupt mode(to get data from other module), when
|
By
Narendar Malepu
· #6886
·
|
|
nrf52840 ble error
#ble
#nrf52840
But i'm not using any threads in my application, did you mean ble created threads
But i'm not using any threads in my application, did you mean ble created threads
|
By
Narendar Malepu
· #6875
·
|
|
nrf52840 ble error
#ble
#nrf52840
Sorry, forgot to paste the link: https://github.com/zephyrproject-rtos/zephyr/pull/23258 -Vinayak
Sorry, forgot to paste the link: https://github.com/zephyrproject-rtos/zephyr/pull/23258 -Vinayak
|
By
Chettimada, Vinayak Kariappa
· #6872
·
|
|
nrf52840 ble error
#ble
#nrf52840
Please identify and increase thread stack size based on your application code. You can use the implementation in this PR to analyse stack usage. -Vinayak
Please identify and increase thread stack size based on your application code. You can use the implementation in this PR to analyse stack usage. -Vinayak
|
By
Chettimada, Vinayak Kariappa
· #6871
·
|
|
nrf52840 ble error
#ble
#nrf52840
Hi Vinayak Kariappa, Here is the result for above commandzephyr/include/sys/dlist.h:211
Hi Vinayak Kariappa, Here is the result for above commandzephyr/include/sys/dlist.h:211
|
By
Narendar Malepu
· #6870
·
|
|
Zephyr rtos : Unable to scan all broadcasted BLE packets
#ble
#hci
#nrf52480
#samples
#uart
You can use nRF sniffer found here: https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Sniffer-for-Bluetooth-LE And check the wireshark logs for advertising interval and channels. If
You can use nRF sniffer found here: https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Sniffer-for-Bluetooth-LE And check the wireshark logs for advertising interval and channels. If
|
By
Chettimada, Vinayak Kariappa
· #6868
·
|
|
nrf52840 ble error
#ble
#nrf52840
Please provide the details of: # arm-none-eabi-addr2line -e <path to zephyr.elf file> 0x000390ee -Vinayak
Please provide the details of: # arm-none-eabi-addr2line -e <path to zephyr.elf file> 0x000390ee -Vinayak
|
By
Chettimada, Vinayak Kariappa
· #6867
·
|
|
nrf52840 ble error
#ble
#nrf52840
Is this custom hardware? Are you implying that both interfaces work independently but not together?
Is this custom hardware? Are you implying that both interfaces work independently but not together?
|
By
Allen Curtis
· #6863
·
|
|
Zephyr rtos : Unable to scan all broadcasted BLE packets
#ble
#hci
#nrf52480
#samples
#uart
Hi All, I have observed one thing related to zephyr's hci_uart sample application. I have used above application to implement the logic of beacon scanning in my custom application. (Used Bluez 5.50 fr
Hi All, I have observed one thing related to zephyr's hci_uart sample application. I have used above application to implement the logic of beacon scanning in my custom application. (Used Bluez 5.50 fr
|
By
...
· #6862
·
|
|
nrf52840 ble error
#ble
#nrf52840
Hi, Iam using nrf52840 development board, developing software using zephyr. In software development iam using bluetooth as a peripheral and uart in interrupt mode(to get data from other module), when
Hi, Iam using nrf52840 development board, developing software using zephyr. In software development iam using bluetooth as a peripheral and uart in interrupt mode(to get data from other module), when
|
By
Narendar Malepu
· #6861
·
|