|
How to flush the HCI_UART to c
#ble
#nrf52832
Hi, We had builded the HCI_UART to nrf52832(since our device take only .zip file) and tried to flush to Nordic Development kit, but couldnt able to while doing make flush. could you please recommend w
Hi, We had builded the HCI_UART to nrf52832(since our device take only .zip file) and tried to flush to Nordic Development kit, but couldnt able to while doing make flush. could you please recommend w
|
By
prabhakaran@...
· #5201
·
|
|
BLE stack using PPI channels
#ble
#nrf52832
Hi Charles We need 6 PPI channels to drive BLDC motor. For now I'm modify radio_nrf5_ppi.h. So I could work. File si also attached. In begginig of file is #define CONFIG_BT_NRF52X_RADIO_EVENT_TIMER wh
Hi Charles We need 6 PPI channels to drive BLDC motor. For now I'm modify radio_nrf5_ppi.h. So I could work. File si also attached. In begginig of file is #define CONFIG_BT_NRF52X_RADIO_EVENT_TIMER wh
|
By
robert.konc@...
· #5167
·
|
|
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
·
|
|
BLE stack using PPI channels
#ble
#nrf52832
Hi Sebastian, Robert, Sebastian, thanks for pointing out the existing issue. Robert, would you please comment on that issue stating the needs of your application so we can evaluate how best to fix thi
Hi Sebastian, Robert, Sebastian, thanks for pointing out the existing issue. Robert, would you please comment on that issue stating the needs of your application so we can evaluate how best to fix thi
|
By
Carles Cufi
· #5163
·
|
|
BLE stack using PPI channels
#ble
#nrf52832
Good question, there exists an issue that can be used for this discussion: https://github.com/zephyrproject-rtos/zephyr/issues/7092 ________________________________________ Sent: Wednesday, September
Good question, there exists an issue that can be used for this discussion: https://github.com/zephyrproject-rtos/zephyr/issues/7092 ________________________________________ Sent: Wednesday, September
|
By
Sebastian Boe
· #5162
·
|
|
BLE stack using PPI channels
#ble
#nrf52832
In my application I was try to use 6 PPI channels. And I discovered that almost all channels is used by BLE stack. NRF52 chip have dedicated PPI [20:31] channels for radio. Why this challens was not u
In my application I was try to use 6 PPI channels. And I discovered that almost all channels is used by BLE stack. NRF52 chip have dedicated PPI [20:31] channels for radio. Why this challens was not u
|
By
robert.konc@...
· #5161
·
|
|
BLE services not cleared during disconnection
#ble
Hi Dhananjay, When you refer to subscribe I suppose you are talking about writes to CCC? Those are persistent if you have paired the device which I believe is mandatory in case of HID, clearing the su
Hi Dhananjay, When you refer to subscribe I suppose you are talking about writes to CCC? Those are persistent if you have paired the device which I believe is mandatory in case of HID, clearing the su
|
By
Luiz Augusto von Dentz
· #5063
·
|
|
BLE services not cleared during disconnection
#ble
Hello, I am using Zephyr's Bluetooth stack for my BLE peripheral device which uses either HID services and custom service to send data to BLE Host. The problem i face is as follows: 1) If i connect my
Hello, I am using Zephyr's Bluetooth stack for my BLE peripheral device which uses either HID services and custom service to send data to BLE Host. The problem i face is as follows: 1) If i connect my
|
By
dhguja@gmail.com
· #5062
·
Edited
|
|
how to configre the default baudrate of hci_uart sample? #ble #nrf52832#hci_uart #ble #nrf52832#hci_uart
#ble
Update the nrf52_pca10040.overlay file. For your custom board, place a new file <custom_board>.overlay file in your application folder with the desired DT settings/overrides. https://github.com/zephyr
Update the nrf52_pca10040.overlay file. For your custom board, place a new file <custom_board>.overlay file in your application folder with the desired DT settings/overrides. https://github.com/zephyr
|
By
Chettimada, Vinayak Kariappa
· #4936
·
|
|
how to configre the default baudrate of hci_uart sample? #ble #nrf52832#hci_uart #ble #nrf52832#hci_uart
#ble
Hi guys, The default baudrate of zephyr hci_uart sample on nordic 52832 is 1Mbits. I'd like to configure it to 115200. Is there anyone who knows how to configure it in defconfig dts or some config fil
Hi guys, The default baudrate of zephyr hci_uart sample on nordic 52832 is 1Mbits. I'd like to configure it to 115200. Is there anyone who knows how to configure it in defconfig dts or some config fil
|
By
icephyr
· #4935
·
|
|
zephyr HCI UART on nRF52832 - HCI interface bring up fails #ble #nrf52832#hci_uart
#ble
Thanks guys,I resloved this problem already.The usb2uart chip cannot cover baudrate of 1000000,when I configured baudrate of hci_uart to 115200,it worked fine. 发自我的华为手机
Thanks guys,I resloved this problem already.The usb2uart chip cannot cover baudrate of 1000000,when I configured baudrate of hci_uart to 115200,it worked fine. 发自我的华为手机
|
By
icephyr
· #4931
·
|
|
zephyr HCI UART on nRF52832 - HCI interface bring up fails #ble #nrf52832#hci_uart
#ble
This is your custom board, please verify that all UART lines, Tx, Rx, RTS, and CTS are wired correctly to your converter, correct buad rate and hardware flow control is used.
This is your custom board, please verify that all UART lines, Tx, Rx, RTS, and CTS are wired correctly to your converter, correct buad rate and hardware flow control is used.
|
By
Chettimada, Vinayak Kariappa
· #4930
·
|
|
zephyr HCI UART on nRF52832 - HCI interface bring up fails #ble #nrf52832#hci_uart
#ble
I have filed an issue related to HCI UART sample from zephyr running on nrf52832. I compiled the hci_uart sample successfully, but I am not able to use the UART interface through an external USB-UART
I have filed an issue related to HCI UART sample from zephyr running on nrf52832. I compiled the hci_uart sample successfully, but I am not able to use the UART interface through an external USB-UART
|
By
icephyr
· #4929
·
|
|
ticker timer
#nrf52840
#ble
#nrf52832
Hi there, I copied Vinayak who is the original author of the ticker. There is no real material available publicly at this point. Regards, Carles
Hi there, I copied Vinayak who is the original author of the ticker. There is no real material available publicly at this point. Regards, Carles
|
By
Carles Cufi
· #4805
·
|
|
ticker timer
#nrf52840
#ble
#nrf52832
Hello, I am trying to understand ticker timer. and have confusion between user id's, what is the difference between RADIO_TICKER_USER_ID_WORKER and RADIO_TICKER_USER_ID_APP? is there any material avai
Hello, I am trying to understand ticker timer. and have confusion between user id's, what is the difference between RADIO_TICKER_USER_ID_WORKER and RADIO_TICKER_USER_ID_APP? is there any material avai
|
By
...
· #4804
·
|
|
[Zephyr-users] What is the process to enable bluetooth so that nrf52832 is disciverable by other device (android phone)
#bluetoothmesh
#nrf52832
#ble
Hi Rajat, This could be helpful https://devzone.nordicsemi.com/b/blog/posts/nrf-blinky-compatible-firmware-using-zephyr-blueto You've to make changes as per your Board design. regards, vikrant
Hi Rajat, This could be helpful https://devzone.nordicsemi.com/b/blog/posts/nrf-blinky-compatible-firmware-using-zephyr-blueto You've to make changes as per your Board design. regards, vikrant
|
By
...
· #4764
·
|
|
[Zephyr-users] is it possible to enable LE Coded PHY for #BluetoothMesh Nodes / #BLE devices?
#bluetoothmesh
#ble
Hi Vikrant, Advertising on Coded PHY needs the implementation of Extended Advertising feature of BT V5.0. This feature has not been implementation, only a initial effort was attempted. That said, any
Hi Vikrant, Advertising on Coded PHY needs the implementation of Extended Advertising feature of BT V5.0. This feature has not been implementation, only a initial effort was attempted. That said, any
|
By
Chettimada, Vinayak Kariappa
· #4720
·
|
|
is it possible to enable LE Coded PHY for #BluetoothMesh Nodes / #BLE devices?
#bluetoothmesh
#ble
Hi, http://blog.bluetooth.com/exploring-bluetooth-5-going-the-distance Is concept of, LE Codded PHY present in current Zephyr implementation to increase range between two #BluetoothMesh Nodes ? What i
Hi, http://blog.bluetooth.com/exploring-bluetooth-5-going-the-distance Is concept of, LE Codded PHY present in current Zephyr implementation to increase range between two #BluetoothMesh Nodes ? What i
|
By
...
· #4719
·
|