|
[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@...
· #7208
·
|
|
Zephyr 2.3: BLE: BT SIG certification plans
#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
· #7089
·
|
|
Zephyr 2.3: BLE: BT SIG certification plans
#ble
#nrf52840
Are there any plans for Zephyr 2.3 to be BT SIG certified for host, controller, or profile (mesh) subsystems?
Are there any plans for Zephyr 2.3 to be BT SIG certified for host, controller, or profile (mesh) subsystems?
|
By
Ryan Erickson
· #7083
·
|
|
#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
· #6933
·
|
|
#nrf52840 #gpio
#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
· #6924
·
|
|
#nrf52840 #gpio
#nrf52840
#gpio
Hi, Previously worked on zephyr branch(2.1.0) but now i want to move to master branch(2.2.99). When I trying to compile application getting below warning for all gpio functions warning: 'gpio_pin_writ
Hi, Previously worked on zephyr branch(2.1.0) but now i want to move to master branch(2.2.99). When I trying to compile application getting below warning for all gpio functions warning: 'gpio_pin_writ
|
By
Narendar Malepu
· #6923
·
|
|
nrf52840 ble error
#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
· #6892
·
|
|
nrf52840 ble error
#ble
#nrf52840
Please create a github issue with details of building your application and steps to reproduce the issue. Do specify the commit hash, and if you have a branch, do mention that too. I see you have re-se
Please create a github issue with details of building your application and steps to reproduce the issue. Do specify the commit hash, and if you have a branch, do mention that too. I see you have re-se
|
By
Chettimada, Vinayak Kariappa
· #6887
·
|
|
nrf52840 ble error
#ble
#nrf52840
Hi, Iam using nrf52840 development board, developing software using zephyr. In software development iam using bluetooth as a peripheral and uart in interrupt mode(to get data from other module), when
Hi, Iam using nrf52840 development board, developing software using zephyr. In software development iam using bluetooth as a peripheral and uart in interrupt mode(to get data from other module), when
|
By
Narendar Malepu
· #6886
·
|
|
nrf52840 ble error
#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
· #6875
·
|
|
nrf52840 ble error
#ble
#nrf52840
Sorry, forgot to paste the link: https://github.com/zephyrproject-rtos/zephyr/pull/23258 -Vinayak
Sorry, forgot to paste the link: https://github.com/zephyrproject-rtos/zephyr/pull/23258 -Vinayak
|
By
Chettimada, Vinayak Kariappa
· #6872
·
|
|
nrf52840 ble error
#ble
#nrf52840
Please identify and increase thread stack size based on your application code. You can use the implementation in this PR to analyse stack usage. -Vinayak
Please identify and increase thread stack size based on your application code. You can use the implementation in this PR to analyse stack usage. -Vinayak
|
By
Chettimada, Vinayak Kariappa
· #6871
·
|
|
nrf52840 ble error
#ble
#nrf52840
Hi Vinayak Kariappa, Here is the result for above commandzephyr/include/sys/dlist.h:211
Hi Vinayak Kariappa, Here is the result for above commandzephyr/include/sys/dlist.h:211
|
By
Narendar Malepu
· #6870
·
|
|
nrf52840 ble error
#ble
#nrf52840
Please provide the details of: # arm-none-eabi-addr2line -e <path to zephyr.elf file> 0x000390ee -Vinayak
Please provide the details of: # arm-none-eabi-addr2line -e <path to zephyr.elf file> 0x000390ee -Vinayak
|
By
Chettimada, Vinayak Kariappa
· #6867
·
|
|
nrf52840 ble error
#ble
#nrf52840
Is this custom hardware? Are you implying that both interfaces work independently but not together?
Is this custom hardware? Are you implying that both interfaces work independently but not together?
|
By
Allen Curtis
· #6863
·
|
|
nrf52840 ble error
#ble
#nrf52840
Hi, Iam using nrf52840 development board, developing software using zephyr. In software development iam using bluetooth as a peripheral and uart in interrupt mode(to get data from other module), when
Hi, Iam using nrf52840 development board, developing software using zephyr. In software development iam using bluetooth as a peripheral and uart in interrupt mode(to get data from other module), when
|
By
Narendar Malepu
· #6861
·
|
|
USB audio
#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
· #6850
·
|
|
nrf52840 hang without errors
#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
· #6809
·
|
|
nrf52840 hang without errors
#ble
#nrf52840
#uart
Hi, Iam using nrf52840 development board, developing software using zephyr. In software development iam using bluetooth as a peripheral and uart in interrupt mode(to get data from other module), when
Hi, Iam using nrf52840 development board, developing software using zephyr. In software development iam using bluetooth as a peripheral and uart in interrupt mode(to get data from other module), when
|
By
Narendar Malepu
· #6808
·
|
|
Why the default MAC address is not shown in the host when using hciconfig command in linux
#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
· #6572
·
|