|
Hello Zephyr support team,
#ble
#bluetoothmesh
#hci
#zephyrbluetoothmesh
#uart
We have some questions regarding the BLE MESH, So kindly go through below hardware and software setup and please guide us about our queries. Your quick response will be highly appreciated. Hardware se
We have some questions regarding the BLE MESH, So kindly go through below hardware and software setup and please guide us about our queries. Your quick response will be highly appreciated. Hardware se
|
By
prabhunath.gupt@...
·
|
|
#uart
#uart
Hello, I am using the stm32l152re, I am using the mdm_receiver driver to use uart in my project. I want to use a pointer to a callback function in my project to do a k_work_submit in a UART callback.
Hello, I am using the stm32l152re, I am using the mdm_receiver driver to use uart in my project. I want to use a pointer to a callback function in my project to do a k_work_submit in a UART callback.
|
By
yuta.uenishi@...
·
|
|
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
...
·
|
|
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
...
·
|
|
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
...
·
|
|
Zephyr rtos : Unable to scan all broadcasted BLE packets 2 messages
#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
·
|
|
hci interface stopped working after few hours 16 messages
#ble
#hci
#nrf52480
#uart
Hi Vinayak, Thank you for the support. I have created the GH issue for the same https://github.com/zephyrproject-rtos/zephyr/issues/23319 Thanks, Mayank
Hi Vinayak, Thank you for the support. I have created the GH issue for the same https://github.com/zephyrproject-rtos/zephyr/issues/23319 Thanks, Mayank
|
By
...
·
|
|
nrf52840 hang without errors 2 messages
#ble
#nrf52840
#uart
Hi Narendar, Please create a github bug report, with details on how to build your application and reproduce the issue. You may share a branch in the GH issue if that is faster for me or others to repr
Hi Narendar, Please create a github bug report, with details on how to build your application and reproduce the issue. You may share a branch in the GH issue if that is faster for me or others to repr
|
By
Chettimada, Vinayak Kariappa
·
|
|
hci_uart application with flow control disable 4 messages
#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
...
·
|
|
Firmware upgrade of hci_uart app by using bootloader in serial recovery mode 2 messages
#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
·
|
|
DFU OTA by using mcuboot bootloader in serial recovery mode 2 messages
#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
·
|
|
How to combine smp_svr and hci_uart app's of zephyr for DFU OTA 2 messages
#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
·
|
|
Issue in OTA of zephyr OS over UART on Nordic nrf52840_pca10056 chip 7 messages
#ble
#bluetoothmesh
#nrf52840
#uart
Thanks Adam, I have upgraded zephyr to latest version (2.1.0) using west update. Now with the configuration of my application as well as mcuboot, i reached at the stage where i can upload the signed a
Thanks Adam, I have upgraded zephyr to latest version (2.1.0) using west update. Now with the configuration of my application as well as mcuboot, i reached at the stage where i can upload the signed a
|
By
...
·
|
|
BLE Central max concurrent connections 2 messages
#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
·
|
|
NRF52840 UART CTS interrupt 2 messages
#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
·
|
|
uart hardware flow control problem of nrf52_pca10040
#uart
#nrf52832
Hi guys, I met a problem here and hop anyone can help. Thanks. I enable hardware control in menuconfig, build a firmware of hci_uart sample and burn the firmware into nrf52_pca10040 (nrf52832), and th
Hi guys, I met a problem here and hop anyone can help. Thanks. I enable hardware control in menuconfig, build a firmware of hci_uart sample and burn the firmware into nrf52_pca10040 (nrf52832), and th
|
By
icephyr
·
|
|
Zephyr as HCI Host 3 messages
#uart
#bluetoothmesh
#hci
Looks like UART flow control is not implemented on stm32f746g_disco. I am going to get that working. Hopefully that makes this setup work.
Looks like UART flow control is not implemented on stm32f746g_disco. I am going to get that working. Hopefully that makes this setup work.
|
By
@abaska
·
|
|
【HCI_UART】hci_uart sample cannot advertise controlled by HCI commands
#nrf52832
#uart
#hci
Hi guys, I met a problem with official hci_uart sample. Hope anybody can give me any advice,thanks. I use NRF52832's official develop board running hci_uart sample as a controller, I send hci commands
Hi guys, I met a problem with official hci_uart sample. Hope anybody can give me any advice,thanks. I use NRF52832's official develop board running hci_uart sample as a controller, I send hci commands
|
By
icephyr
·
|