|
Re: [Bluetooth Mesh] How is the correct way to make a self provision
#bluetoothmesh
#zephyrbluetoothmesh
Hi Lucas,
(added zephyr-devel back to CC since this info may benefit others as well)
No, that’s normal. It means you used the configuration client API without requesting it to wait for the
Hi Lucas,
(added zephyr-devel back to CC since this info may benefit others as well)
No, that’s normal. It means you used the configuration client API without requesting it to wait for the
|
By
Johan Hedberg
·
#5820
·
|
|
Re: [Bluetooth Mesh] How is the correct way to make a self provision
#bluetoothmesh
#zephyrbluetoothmesh
Interesting, I was using this CONFIG_BT_SETTINGS because I got it on other project. I did what you said and the errors were gone, thank you, apparently is working. One more thing, this messages "<wrn>
Interesting, I was using this CONFIG_BT_SETTINGS because I got it on other project. I did what you said and the errors were gone, thank you, apparently is working. One more thing, this messages "<wrn>
|
By
Lucas Peixoto <lucaspeixotoac@...>
·
#5819
·
|
|
Re: [Bluetooth Mesh] How is the correct way to make a self provision
#bluetoothmesh
#zephyrbluetoothmesh
Hi Lucas,
It looks like you’ve enabled CONFIG_BT_SETTINGS, but are not calling settings_load() in your app. It might explain the behaviour you’re seeing, since you’re effectively leaving the
Hi Lucas,
It looks like you’ve enabled CONFIG_BT_SETTINGS, but are not calling settings_load() in your app. It might explain the behaviour you’re seeing, since you’re effectively leaving the
|
By
Johan Hedberg
·
#5818
·
|
|
[Bluetooth Mesh] How is the correct way to make a self provision
#bluetoothmesh
#zephyrbluetoothmesh
Hello, I need help to understand what is the correct way to make a self provision. I have two boards(nrf52_pca10040) and them will be provisioned on the same network to make some tests. So far I was
Hello, I need help to understand what is the correct way to make a self provision. I have two boards(nrf52_pca10040) and them will be provisioned on the same network to make some tests. So far I was
|
By
Lucas Peixoto <lucaspeixotoac@...>
·
#5817
·
Edited
|
|
Re: LE pair disconnected
Hi Thea Aldrich,
The issue has been fixed.
Thank You,
Tommy
寄件者: Thea Aldrich <aldrich.thea@...>
寄件日期: 2019年3月21日 下午 08:54
收件者: Tommy Lin (林志聰); Thea
Hi Thea Aldrich,
The issue has been fixed.
Thank You,
Tommy
寄件者: Thea Aldrich <aldrich.thea@...>
寄件日期: 2019年3月21日 下午 08:54
收件者: Tommy Lin (林志聰); Thea
|
By
Tommy Lin (林志聰) <Tommy.Lin@...>
·
#5816
·
|
|
Re: LE pair disconnected
Hi Tommy,
I wanted to circle back around to make sure you were able to get your questions answered. If not, please let me know and I will help get you the answers you need.
If you have not done so
Hi Tommy,
I wanted to circle back around to make sure you were able to get your questions answered. If not, please let me know and I will help get you the answers you need.
If you have not done so
|
By
Thea Aldrich
·
#5815
·
|
|
Re: How to disable optimization in sanitycheck
> there are signs that there may be optimization enabled
Note that you can check the configuration sanitycheck used in the sanity-out folder,
for example for hello_world with native_posix the
> there are signs that there may be optimization enabled
Note that you can check the configuration sanitycheck used in the sanity-out folder,
for example for hello_world with native_posix the
|
By
alberto.piedras@...
·
#5814
·
|
|
Re: How to disable optimization in sanitycheck
You may need one extra level of quotation, see --extra-args CMAKE_C_FLAGS example and sanitycheck pointer in https://github.com/zephyrproject-rtos/zephyr/pull/14593/files "test/determinism.sh"
You may need one extra level of quotation, see --extra-args CMAKE_C_FLAGS example and sanitycheck pointer in https://github.com/zephyrproject-rtos/zephyr/pull/14593/files "test/determinism.sh"
|
By
Marc Herbert
·
#5813
·
|
|
How to disable optimization in sanitycheck
Dear All
Is there an option (or any instruction on how to modify the code) to disable all optimization in sanitycheck?
Purpose: When I was looking at the code coverage report generated by sanitycheck,
Dear All
Is there an option (or any instruction on how to modify the code) to disable all optimization in sanitycheck?
Purpose: When I was looking at the code coverage report generated by sanitycheck,
|
By
Ooi, Cinly
·
#5812
·
|
|
Re: Triggering Z_SYSCALL_HANDLER calls
You need to call the API from user mode in order to exercise the handler functions. If you call the APIs from supervisor mode, the software interrupt and handler function are bypassed and control goes
You need to call the API from user mode in order to exercise the handler functions. If you call the APIs from supervisor mode, the software interrupt and handler function are bypassed and control goes
|
By
Boie, Andrew P
·
#5811
·
|
|
Re: How to enable DMA transfers for UART?
Hello Stefan,
"Stefan Jaritz" <stefan@...> wrote:
[]
Recently, a new "async" UART API was added to Zephyr, whose
implementation could leverage DMA support (that was one of usecases
Hello Stefan,
"Stefan Jaritz" <stefan@...> wrote:
[]
Recently, a new "async" UART API was added to Zephyr, whose
implementation could leverage DMA support (that was one of usecases
|
By
Paul Sokolovsky
·
#5810
·
|
|
Triggering Z_SYSCALL_HANDLER calls
Dear All
I am trying to write some coverage test to cover Z_SYSCALL_HANDLERs and I need some clue on how to start. I know I have to set CONFIG_USERSPACE.
Normally for Z_SYSCALL_HANDLER(funcA), gcov
Dear All
I am trying to write some coverage test to cover Z_SYSCALL_HANDLERs and I need some clue on how to start. I know I have to set CONFIG_USERSPACE.
Normally for Z_SYSCALL_HANDLER(funcA), gcov
|
By
Ooi, Cinly
·
#5809
·
|
|
Building multiple images
Hi all,
due to how advanced security features (TEE) and device firmware
upgrade (MCUBoot) is organized we are seeing the need to boot
Zephyr applications in multiple stages. A real-world use-case
Hi all,
due to how advanced security features (TEE) and device firmware
upgrade (MCUBoot) is organized we are seeing the need to boot
Zephyr applications in multiple stages. A real-world use-case
|
By
Sebastian Boe
·
#5808
·
|
|
Building multiple images
Hi all,
due to how advanced security features (TEE) and device firmware
upgrade (MCUBoot) is organized we are seeing the need to boot
Zephyr applications in multiple stages. A real-world use-case
Hi all,
due to how advanced security features (TEE) and device firmware
upgrade (MCUBoot) is organized we are seeing the need to boot
Zephyr applications in multiple stages. A real-world use-case
|
By
Sebastian Boe
·
#5807
·
|
|
Re: [Bluetooth mesh]How can I change device name at runtime in ./sample/bluetooth/mesh/?
Thanks Johan, it's handy to use.
Best Regards,
Kai
Thanks Johan, it's handy to use.
Best Regards,
Kai
|
By
Kai Ren
·
#5806
·
|
|
Re: How to enable DMA transfers for UART?
Stefan,
I've ever implemented a DMA-enabled UART on STM32F4 boards, but based on much old version of zephyr. I can try rebasing it to the latest zephyr if you are interested.
Regards,
Jun
On
Stefan,
I've ever implemented a DMA-enabled UART on STM32F4 boards, but based on much old version of zephyr. I can try rebasing it to the latest zephyr if you are interested.
Regards,
Jun
On
|
By
Li, Jun R
·
#5805
·
|
|
Building multiple images
Hi all,
due to how advanced security features (TEE) and device firmware
upgrade (MCUBoot) is organized we are seeing the need to boot
Zephyr applications in multiple stages. A real-world use-case
Hi all,
due to how advanced security features (TEE) and device firmware
upgrade (MCUBoot) is organized we are seeing the need to boot
Zephyr applications in multiple stages. A real-world use-case
|
By
Sebastian Boe
·
#5804
·
|
|
How to enable DMA transfers for UART?
Hey,
I am currently experimenting with ZephyrOS on different tasks. My base is an own dev board which has a stm32f4xx MCU that connects different ICs etc. via UART, I2C, SPI & GPIOs.
Currently the
Hey,
I am currently experimenting with ZephyrOS on different tasks. My base is an own dev board which has a stm32f4xx MCU that connects different ICs etc. via UART, I2C, SPI & GPIOs.
Currently the
|
By
Stefan Jaritz
·
#5803
·
|
|
Re: [Bluetooth mesh]How can I change device name at runtime in ./sample/bluetooth/mesh/?
Hi Kai,
The bt_set_name() and bt_get_name() APIs were introduced in Zephyr 1.13.
Johan
Hi Kai,
The bt_set_name() and bt_get_name() APIs were introduced in Zephyr 1.13.
Johan
|
By
Johan Hedberg
·
#5802
·
|
|
[Bluetooth mesh]How can I change device name at runtime in ./sample/bluetooth/mesh/?
Hello,
I’m using Zephyr v1.12.0 release, the sample code I used is ./sample/bluetooth/mesh/.
In this project, I know the device name (used at provisioning phase over PB-GATT) is predefined in
Hello,
I’m using Zephyr v1.12.0 release, the sample code I used is ./sample/bluetooth/mesh/.
In this project, I know the device name (used at provisioning phase over PB-GATT) is predefined in
|
By
Kai Ren
·
#5801
·
|