|
LE pair disconnected
Hi, Could you please provide the btmon HCI logs? Regards, Vinayak From: "Isaac Chen (陳尚航)" <Isaac_Chen@...> Date: Monday, 4 March 2019 at 8:01 AM To: "Tommy Lin (林志聰)" <Tommy.Lin@...
Hi, Could you please provide the btmon HCI logs? Regards, Vinayak From: "Isaac Chen (陳尚航)" <Isaac_Chen@...> Date: Monday, 4 March 2019 at 8:01 AM To: "Tommy Lin (林志聰)" <Tommy.Lin@...
|
By
Chettimada, Vinayak Kariappa
· #5746
·
|
|
Get RSSI in DTM(Zephyr)
Hi Chen, As I know, BLE RSSI can’t be measured in standard DTM mode. Is it possible to add new feature in DTM to support BLE RSSI measurement? [vich] Yes, this is possible, but the command will have t
Hi Chen, As I know, BLE RSSI can’t be measured in standard DTM mode. Is it possible to add new feature in DTM to support BLE RSSI measurement? [vich] Yes, this is possible, but the command will have t
|
By
Chettimada, Vinayak Kariappa
· #5586
·
|
|
Get RSSI in DTM
Hi Tommy, I don’t remember if DTM mode has any RSSI command in the Specification. Could you please elaborate on your requirements? Regards, Vinayak
Hi Tommy, I don’t remember if DTM mode has any RSSI command in the Specification. Could you please elaborate on your requirements? Regards, Vinayak
|
By
Chettimada, Vinayak Kariappa
· #5577
·
|
|
NRF52 Scanning stops without indication
Hi Jon, Could you please share a simple application or an upstream Zephyr sample that can reproduce this memory leak? From the look of it, the controller's rx buffers have been leaked. Is there any ch
Hi Jon, Could you please share a simple application or an upstream Zephyr sample that can reproduce this memory leak? From the look of it, the controller's rx buffers have been leaked. Is there any ch
|
By
Chettimada, Vinayak Kariappa
· #5422
·
|
|
#nrf52840 #ble unstable connection
#nrf52840
#ble
https://github.com/zephyrproject-rtos/zephyr/pull/11231 Could you please test the PR on your board and let me know if its better. Find attach the patch file as alternative to the diff in PR. Use "git
https://github.com/zephyrproject-rtos/zephyr/pull/11231 Could you please test the PR on your board and let me know if its better. Find attach the patch file as alternative to the diff in PR. Use "git
|
By
Chettimada, Vinayak Kariappa
· #5363
·
|
|
#nrf52840 #ble unstable connection
#nrf52840
#ble
Your config file looks ok. I will check if errata 201 will solve your issues. I will try to send you a patch by this weekend. As I will need to reproduce the issue, you will need to help me if it is t
Your config file looks ok. I will check if errata 201 will solve your issues. I will try to send you a patch by this weekend. As I will need to reproduce the issue, you will need to help me if it is t
|
By
Chettimada, Vinayak Kariappa
· #5359
·
|
|
[Zephyr-users] BT840F EV mesh without crystal
FYI: https://github.com/zephyrproject-rtos/zephyr/pull/11038 I have discovered a regression related to RCOSC non-blocking startup, please try the PR and comment as necessary in the PR. - Vinayak
FYI: https://github.com/zephyrproject-rtos/zephyr/pull/11038 I have discovered a regression related to RCOSC non-blocking startup, please try the PR and comment as necessary in the PR. - Vinayak
|
By
Chettimada, Vinayak Kariappa
· #5332
·
|
|
#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
·
|
|
bt_le_scan of node in Mesh network
Hi Martin, Adding Johan. The controller does not support multiple scan state instances. This is something in the works. Mesh stack implementation utilizes standard BT 4.0+ controller features, and no
Hi Martin, Adding Johan. The controller does not support multiple scan state instances. This is something in the works. Mesh stack implementation utilizes standard BT 4.0+ controller features, and no
|
By
Chettimada, Vinayak Kariappa
· #5250
·
|
|
Choosing Tx Buffers in BLE stack
Do you have a sniffer trace you can send to me email? It appears the peer is not responding to a control procedure. -Vinayak
Do you have a sniffer trace you can send to me email? It appears the peer is not responding to a control procedure. -Vinayak
|
By
Chettimada, Vinayak Kariappa
· #5219
·
|
|
Bluetooth: about latest Kernel OOPS
Hi Vikrant, It appears a recent merged PR has introduced regression. https://github.com/zephyrproject-rtos/zephyr/pull/10289 I am analysing the issue, meanwhile you can revert the said commit so as to
Hi Vikrant, It appears a recent merged PR has introduced regression. https://github.com/zephyrproject-rtos/zephyr/pull/10289 I am analysing the issue, meanwhile you can revert the said commit so as to
|
By
Chettimada, Vinayak Kariappa
· #5217
·
|
|
Choosing Tx Buffers in BLE stack
Hi Dhananjay, Related PR and its explanation in the commit message: https://github.com/zephyrproject-rtos/zephyr/pull/10332 This does not solve your Windows crash, but will in general reduce data tran
Hi Dhananjay, Related PR and its explanation in the commit message: https://github.com/zephyrproject-rtos/zephyr/pull/10332 This does not solve your Windows crash, but will in general reduce data tran
|
By
Chettimada, Vinayak Kariappa
· #5188
·
|
|
MPU fault while testing Bluetooth Mesh Sample demos
Are you still receiving MPU Fault? I have solved someone's similar problem., and had a question if you are using GATT API and by any chance the control flows through bt_att_req_send function? -Vinayak
Are you still receiving MPU Fault? I have solved someone's similar problem., and had a question if you are using GATT API and by any chance the control flows through bt_att_req_send function? -Vinayak
|
By
Chettimada, Vinayak Kariappa
· #5168
·
|
|
BLE stack using PPI channels
#ble
#nrf52832
Hi, Only 5 of the pre-programmed PPI can be reused in Zephyr's BLE implementation. But the task to refactor the controller is not simple (i.e. not doable in a day or two). In upstream Zephyr, PPI's 16
Hi, Only 5 of the pre-programmed PPI can be reused in Zephyr's BLE implementation. But the task to refactor the controller is not simple (i.e. not doable in a day or two). In upstream Zephyr, PPI's 16
|
By
Chettimada, Vinayak Kariappa
· #5165
·
|
|
BLE stack using PPI channels
#ble
#nrf52832
Hi, The pre-programmed PPI are very specific to Nordic's in-house stack implementation needs. Some of them coincidentally can be re-used in Zephyr implementation. I will try to send a PR by EOD, if it
Hi, The pre-programmed PPI are very specific to Nordic's in-house stack implementation needs. Some of them coincidentally can be re-used in Zephyr implementation. I will try to send a PR by EOD, if it
|
By
Chettimada, Vinayak Kariappa
· #5164
·
|
|
Choosing Tx Buffers in BLE stack
Please clarify, minimum BLE connection interval is 7.5 ms. Do you know what is the connection interval used by Window when you see the Window OS crash? you get Blue Screen of Death? Which version of W
Please clarify, minimum BLE connection interval is 7.5 ms. Do you know what is the connection interval used by Window when you see the Window OS crash? you get Blue Screen of Death? Which version of W
|
By
Chettimada, Vinayak Kariappa
· #5143
·
|
|
[Zephyr-users] [Zephyr-devel] DTM mode on nrf52840
The shell application takes console commands, what you need is HCI Test mode over UART. On a nRF52840,you will need to use both the UART instances, one for console and the other for a HCI "tap" or bas
The shell application takes console commands, what you need is HCI Test mode over UART. On a nRF52840,you will need to use both the UART instances, one for console and the other for a HCI "tap" or bas
|
By
Chettimada, Vinayak Kariappa
· #5073
·
|
|
DTM mode on nrf52840
> While I was certainly able to expose an hci H4 link to the controller, I was not able to make the DTM mode co-exist with my application code. Could you ellaborate on how you are accessing H4 from yo
> While I was certainly able to expose an hci H4 link to the controller, I was not able to make the DTM mode co-exist with my application code. Could you ellaborate on how you are accessing H4 from yo
|
By
Chettimada, Vinayak Kariappa
· #5071
·
|
|
Adding a custom board
Hi Christoph, Yes, you can start with a copy of the board closest to your custom board and update the files to match close to your product, preferably the board name is easily relatable to the board g
Hi Christoph, Yes, you can start with a copy of the board closest to your custom board and update the files to match close to your product, preferably the board name is easily relatable to the board g
|
By
Chettimada, Vinayak Kariappa
· #5061
·
|
|
nrf52840_pca10059 startup
This all sounds very close to what is described in : http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52840.ps%2Fpower.html&cp=2_0_0_4_2_1&anchor=power_usb_supply "both VBU
This all sounds very close to what is described in : http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52840.ps%2Fpower.html&cp=2_0_0_4_2_1&anchor=power_usb_supply "both VBU
|
By
Chettimada, Vinayak Kariappa
· #5040
·
|