|
[Bluetooth] How to use "bt adv-create" at \zephyr\tests\bluetooth\shell
#bluetooth
#nrf52840
#shell
Hello, I'm use the sample code at \zephyr\tests\bluetooth\shell\ and the HW platform is nrf52840dk, what I'm trying to do is to make HW send ADV_EXT_IND and AUX_ADV_IND. After flashing the firmware in
Hello, I'm use the sample code at \zephyr\tests\bluetooth\shell\ and the HW platform is nrf52840dk, what I'm trying to do is to make HW send ADV_EXT_IND and AUX_ADV_IND. After flashing the firmware in
|
By
renkai@...
·
|
|
Zephyr 2.3: BLE: BT SIG certification plans 2 messages
#ble
#nrf52840
Hi Ryan, This is still TBD, I will soon call a meeting to decide on this year’s qualification plans. Thanks, Carles
Hi Ryan, This is still TBD, I will soon call a meeting to decide on this year’s qualification plans. Thanks, Carles
|
By
Carles Cufi
·
|
|
#nrf52840 #k_sleep
#nrf52840
#k_sleep
Iam working on custom application on zephyr(2.2.99), but my application is not working when using k_sleep() or k_msleep() Can someone help me with above issue. Thanks, Narendhar
Iam working on custom application on zephyr(2.2.99), but my application is not working when using k_sleep() or k_msleep() Can someone help me with above issue. Thanks, Narendhar
|
By
Narendar Malepu
·
|
|
#nrf52840 #gpio 2 messages
#nrf52840
#gpio
Hi Narendar, <narendarm@...> wrote: I recently encountered the same issue. It was a relatively painless fix (thanks btw to the Zephyr devs who made the transition so easy). Write: gpio_pin
Hi Narendar, <narendarm@...> wrote: I recently encountered the same issue. It was a relatively painless fix (thanks btw to the Zephyr devs who made the transition so easy). Write: gpio_pin
|
By
Christopher Friedt
·
|
|
nrf52840 ble error 3 messages
#ble
#nrf52840
Yes previously I posted same issue, but iam not creating any threads in my application
Yes previously I posted same issue, but iam not creating any threads in my application
|
By
Narendar Malepu
·
|
|
nrf52840 ble error 7 messages
#ble
#nrf52840
But i'm not using any threads in my application, did you mean ble created threads
But i'm not using any threads in my application, did you mean ble created threads
|
By
Narendar Malepu
·
|
|
USB audio 2 messages
#nrf52840
Hi there, A Pull Request is now up and ready for review: https://github.com/zephyrproject-rtos/zephyr/pull/21526 Regards, Carles
Hi there, A Pull Request is now up and ready for review: https://github.com/zephyrproject-rtos/zephyr/pull/21526 Regards, Carles
|
By
Carles Cufi
·
|
|
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
·
|
|
Why the default MAC address is not shown in the host when using hciconfig command in linux 2 messages
#hci
#ble
#nrf52
#nrf52840
Hi Venkatesh, hciconfig uses a legacy ioctl kernel interface which is only able to retrieve the public address of a controller. nRF controllers do not come with any public address by default, which is
Hi Venkatesh, hciconfig uses a legacy ioctl kernel interface which is only able to retrieve the public address of a controller. nRF controllers do not come with any public address by default, which is
|
By
Johan Hedberg
·
|
|
Is there a way to handle BLE hci_event directly in my thread?
#hci
#nrf52840
#ble
In the current implementation, BLE HCI_EVENT is processed on a dedicated RX_THREAD and called back in the same context. I want to handle HCI_EVENT (eg advvertise_report) directly in my thread. Is ther
In the current implementation, BLE HCI_EVENT is processed on a dedicated RX_THREAD and called back in the same context. I want to handle HCI_EVENT (eg advvertise_report) directly in my thread. Is ther
|
By
loquat3
·
|
|
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
...
·
|
|
Issue in OTA of zephyr OS over BLE on Nordic nrf52840_pca10056 chip 3 messages
#nrf52840
#ble
#bluetoothmesh
Thanks Jamie, Here, I would like to point out the exact setup that i'm trying DFU on. I have One custom board which has imx6ul processor, I'm having one BLE controller on board which is connected to p
Thanks Jamie, Here, I would like to point out the exact setup that i'm trying DFU on. I have One custom board which has imx6ul processor, I'm having one BLE controller on board which is connected to p
|
By
...
·
|
|
Simultaneous BLE and ShockBurst
#shockburst
#ble
#nrf52840
In my application, I need to use the nrf52840 for both BLE (as the controller) and ShockBurst. Specifically, it's the nrf52840 on the nrf9160 if it matters. I'm using the zephyr BLE stack and things a
In my application, I need to use the nrf52840 for both BLE (as the controller) and ShockBurst. Specifically, it's the nrf52840 on the nrf9160 if it matters. I'm using the zephyr BLE stack and things a
|
By
Mike DiClaudio
·
|
|
Need help in establishing client-server socket communication between my Ubuntu PC and PCA10056 board, on which Zephyr is running. 12 messages
#nrf52840
#samples
Thanks Marc, I have verified that and it is fine. As mentioned in the previous mails, I am suspecting on the changes that I have made in the file "zephyr/subsys/net/l2/ethernet/ethernet.c". Although,
Thanks Marc, I have verified that and it is fine. As mentioned in the previous mails, I am suspecting on the changes that I have made in the file "zephyr/subsys/net/l2/ethernet/ethernet.c". Although,
|
By
giriprasad@...
·
|
|
Interfacing ENC28J60(ethernet) with PCA10056.
#nrf52840
Hi Team, I have interfaced ENC28j60 module to PCA10056 and flashed the example "zephyr/samples/net/sockets/echo" . After this, I am unable to ping PCA10056. I am getting the wireshark log as shown in
Hi Team, I have interfaced ENC28j60 module to PCA10056 and flashed the example "zephyr/samples/net/sockets/echo" . After this, I am unable to ping PCA10056. I am getting the wireshark log as shown in
|
By
giriprasad@...
·
Edited
|
|
c++ application development 4 messages
#nrf52840
Not until we get #19002 and then #18464 merged. Since I'm the one with concerns about those I'll work to get them in next week if that's possible. For now you could make progress by taking 18464 into
Not until we get #19002 and then #18464 merged. Since I'm the one with concerns about those I'll work to get them in next week if that's possible. For now you could make progress by taking 18464 into
|
By
Peter A. Bigot
·
|
|
Error in NRF SoC flash memory compilation
#nrf52840
When Iam trying to include flash.h file in my application noticed below compilation error. Can you help me to resolve the issue ZEPHYR/zephyrproject/zephyr/include/drivers/flash.h: In function 'int z_
When Iam trying to include flash.h file in my application noticed below compilation error. Can you help me to resolve the issue ZEPHYR/zephyrproject/zephyr/include/drivers/flash.h: In function 'int z_
|
By
giriprasad@...
·
|
|
"net arp" command displays "ARP cache is empty" even after a series of arpings from peer devices 3 messages
#nrf52840
Hi, Thanks for your reply. I am sure that, I am getting ICMP reply correctly and there is no entry in the ARP cache. But, I need to tell you about a code change that I have made in the Zephyr drivers,
Hi, Thanks for your reply. I am sure that, I am getting ICMP reply correctly and there is no entry in the ARP cache. But, I need to tell you about a code change that I have made in the Zephyr drivers,
|
By
giriprasad@...
·
|
|
More apps sharing the same building system 2 messages
#nrf52840
Hi, Do you mean by "apps" to create multiple images for multiple boards, or multiple threads in one image? Zephyr is not like Linux; meaning that you don't have multiple apps running on a board. Rathe
Hi, Do you mean by "apps" to create multiple images for multiple boards, or multiple threads in one image? Zephyr is not like Linux; meaning that you don't have multiple apps running on a board. Rathe
|
By
Yasushi SHOJI
·
|
|
Request for help in interfacing ENC28J60 to PCA10056
#nrf52840
Hi, I am trying to interface ENC28J60 module to PCA10056(NRF52840). Below are my pin configurations: ================= =================================== NRF52840 PCA10056 ENC28J60 (pin numbers on th
Hi, I am trying to interface ENC28J60 module to PCA10056(NRF52840). Below are my pin configurations: ================= =================================== NRF52840 PCA10056 ENC28J60 (pin numbers on th
|
By
giriprasad@...
·
|