|
hci interface stopped working after few hours
#ble
#hci
#nrf52480
#uart
Hi, I’ve previously done testing with the HCI UART and USB sample apps (in older Zephyr versions) with an nRF52840 and linux PC and always found it to not work well. It would start fine, could scan fo
Hi, I’ve previously done testing with the HCI UART and USB sample apps (in older Zephyr versions) with an nRF52840 and linux PC and always found it to not work well. It would start fine, could scan fo
|
By
lairdjm
· #6814
·
|
|
hci interface stopped working after few hours
#ble
#hci
#nrf52480
#uart
Hi All, I'm facing issues regarding ble's hci interface. I'm having nrf52840 module on which i run zephyr's hci_uart app for beacon scanning. I have Bluez 5.50 installed on my custom board (imx6ull).
Hi All, I'm facing issues regarding ble's hci interface. I'm having nrf52840 module on which i run zephyr's hci_uart app for beacon scanning. I have Bluez 5.50 installed on my custom board (imx6ull).
|
By
Mayank
· #6812
·
|
|
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
Mayank
· #6760
·
|
|
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, > 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
·
|
|
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
Mayank
· #6757
·
|
|
first steps / debug
#debug
#nrf52480
Hi! This is my first message to the Zephyr forum. Well, I started to work with zephyr a few days ago. I followed the steps from the Getting Started Guide and I'd like to perform the debugging of the a
Hi! This is my first message to the Zephyr forum. Well, I started to work with zephyr a few days ago. I followed the steps from the Getting Started Guide and I'd like to perform the debugging of the a
|
By
Rafael Dias
· #6702
·
|
|
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
|
|
My Bad! Re: DTS processing finds illegal return status of "ok" (as opposed to "okay")
#nrf52480
Sorry for the earlier post. This always happens when I've been away from a platform during a major upgrade. I also had an overlay file redirecting spi0 pins that contained "status = "ok"". I successfu
Sorry for the earlier post. This always happens when I've been away from a platform during a major upgrade. I also had an overlay file redirecting spi0 pins that contained "status = "ok"". I successfu
|
By
cpmcparland@...
· #6602
·
|
|
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
·
|
|
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
·
|
|
Firmware upgrade of hci_uart app by using bootloader in serial recovery mode
#ble
#hci
#nrf52480
#uart
Hello, I have nrf52840_pca10056 chip connected to imx6ul processor via uart (Both are embedded on my custom board) as shown in attached image. I'm using mcuboot bootloader on nrf52840 chip, now i want
Hello, I have nrf52840_pca10056 chip connected to imx6ul processor via uart (Both are embedded on my custom board) as shown in attached image. I'm using mcuboot bootloader on nrf52840 chip, now i want
|
By
Mayank
· #6562
·
|
|
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
·
|
|
DFU OTA by using mcuboot bootloader in serial recovery mode
#ble
#hci
#nrf52480
#uart
Hello All, Right now I'm exploring the best way to do DFU OTA. I would like to ask that how i can do the DFU by booting the mcuboot bootloader in serial recovery mode. I have one nrf52840_pca10056 chi
Hello All, Right now I'm exploring the best way to do DFU OTA. I would like to ask that how i can do the DFU by booting the mcuboot bootloader in serial recovery mode. I have one nrf52840_pca10056 chi
|
By
Mayank
· #6536
·
|
|
How to combine smp_svr and hci_uart app's of zephyr for DFU OTA
#hci
#nrf52480
#ble
#uart
#samples
Hi Q1 – no, this mens that higher part of BLE stack runs on HCI client which has no access to nRF52840 flash at all. Q2 – mcuboot serial recovery or your proprietary protocol which can share common ua
Hi Q1 – no, this mens that higher part of BLE stack runs on HCI client which has no access to nRF52840 flash at all. Q2 – mcuboot serial recovery or your proprietary protocol which can share common ua
|
By
Puzdrowski, Andrzej
· #6535
·
|
|
How to combine smp_svr and hci_uart app's of zephyr for DFU OTA
#hci
#nrf52480
#ble
#uart
#samples
Hi, I want to do an DFU OTA in nRF52840 BLE chip. I have flashed mcuboot bootloader and also flashed hci_uart (To scan BLE beacons) application. This will be one time flash using JTAG. Now, I want to
Hi, I want to do an DFU OTA in nRF52840 BLE chip. I have flashed mcuboot bootloader and also flashed hci_uart (To scan BLE beacons) application. This will be one time flash using JTAG. Now, I want to
|
By
Mayank
· #6534
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
SPI slave on nRF52840-PCA10059
#nrf52480
Hi all, I’m trying to get a simple SPI slave application running on nRF52840-PCA10059 dongle. So far, no success. I tried a couple of things that all lead to compilation error of the kind “symbol unde
Hi all, I’m trying to get a simple SPI slave application running on nRF52840-PCA10059 dongle. So far, no success. I tried a couple of things that all lead to compilation error of the kind “symbol unde
|
By
Riccardo
· #5831
·
|