|
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
·
|
|
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
·
|
|
NRF52840 UART CTS interrupt
#uart
#nrf52480
Hello, I am using the NRF52840, UART1 with hardware flow control turned on. I want to be able to detect transitions on the CTS pin (input). Currently I tried using the GPIO driver to configure interru
Hello, I am using the NRF52840, UART1 with hardware flow control turned on. I want to be able to detect transitions on the CTS pin (input). Currently I tried using the GPIO driver to configure interru
|
By
Ryan Erickson
· #5714
·
|
|
NRF52840 UART CTS interrupt
#uart
#nrf52480
Hi Ryan, The UART driver itself uses the GPIO driver internally so I don’t think there should be any issues with your usecase. Regards, Carles From: <devel@...> on behalf of Ryan E
Hi Ryan, The UART driver itself uses the GPIO driver internally so I don’t think there should be any issues with your usecase. Regards, Carles From: <devel@...> on behalf of Ryan E
|
By
Carles Cufi
· #5716
·
|
|
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
·
|
|
SPI slave on nRF52840-PCA10059
#nrf52480
Thanks to Marcio I resolved. The dts overlay was missing. I created nrf52840_pca10059.overlay in the application main folder. &spi1 { compatible = "nordic,nrf-spis"; status = "ok"; sck-pin = <22>; mos
Thanks to Marcio I resolved. The dts overlay was missing. I created nrf52840_pca10059.overlay in the application main folder. &spi1 { compatible = "nordic,nrf-spis"; status = "ok"; sck-pin = <22>; mos
|
By
Riccardo
· #5841
·
|
|
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
·
|
|
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
·
|
|
DTS processing finds illegal return status of "ok" (as opposed to "okay")
#nrf52480
I'm getting back to an earlier NRF52840 project that uses SPI. Have upgraded to Zephyr 2.1 and finding my way around a few subtle changes. Have encountered the following problem when rebuilding an old
I'm getting back to an earlier NRF52840 project that uses SPI. Have upgraded to Zephyr 2.1 and finding my way around a few subtle changes. Have encountered the following problem when rebuilding an old
|
By
cpmcparland@...
· #6601
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
hci interface stopped working after few hours
#ble
#hci
#nrf52480
#uart
Hi Jamie, A btmon log would help identify the reason for disconnection. > the connection parameter update still fails but even minutes later I am still connected to the remote device. This is weird, t
Hi Jamie, A btmon log would help identify the reason for disconnection. > the connection parameter update still fails but even minutes later I am still connected to the remote device. This is weird, t
|
By
Chettimada, Vinayak Kariappa
· #6830
·
|
|
hci interface stopped working after few hours
#ble
#hci
#nrf52480
#uart
Hi Jamie, All the disconnects are Host Bluetooth stack initiated. I will need some help from BlueZ guys to throw some light here. Regards, Vinayak
Hi Jamie, All the disconnects are Host Bluetooth stack initiated. I will need some help from BlueZ guys to throw some light here. Regards, Vinayak
|
By
Chettimada, Vinayak Kariappa
· #6832
·
|