|
Re: #BluetoothMesh persistent storage for provisioning data
#bluetoothmesh
Hi Johan,
Following your suggestion, I just did a test on it after git fetch 7428.
After compiling and running "mesh_demo", at least, sequence number store and restore work well on my side. I use
Hi Johan,
Following your suggestion, I just did a test on it after git fetch 7428.
After compiling and running "mesh_demo", at least, sequence number store and restore work well on my side. I use
|
By
Kai Ren
·
#2182
·
|
|
Re: Read connection RSSI always return -127
Hi Carles,
Thank you for your reply.
Yes, I enable COFIG_BT_CTRL_CONN in prj.conf file.
HCI command was successfully executed but I got always -127 for rssi value.
(Please
Hi Carles,
Thank you for your reply.
Yes, I enable COFIG_BT_CTRL_CONN in prj.conf file.
HCI command was successfully executed but I got always -127 for rssi value.
(Please
|
By
전형욱
·
#2181
·
|
|
64 bit time stamp in microseconds (us)
Hi All,
Does anybody know how to reliably implement a 64 bit (int64_t) time stamp in microseconds?
Thanks and have a great WE.
Abderrezak
Hi All,
Does anybody know how to reliably implement a 64 bit (int64_t) time stamp in microseconds?
Thanks and have a great WE.
Abderrezak
|
By
Abderrezak Mekkaoui
·
#2180
·
|
|
Re: Using SPI_SLAVE on STM32
Hello Thomasz,
Quick update before leaving for the week.
I took the patches suggested by you and I prepared
a very simple test environment. I have an issue
though: it seems that I'm not able to
Hello Thomasz,
Quick update before leaving for the week.
I took the patches suggested by you and I prepared
a very simple test environment. I have an issue
though: it seems that I'm not able to
|
By
Armando Visconti
·
#2179
·
|
|
Re: IPv6 addresses
Hi Jukka,
Thanks for your answer. If SLAAC is enabled by default, how are you then able to know the device's IPv6 address so that so that it can be set as the PEER_ADDR of another device?
I've been
Hi Jukka,
Thanks for your answer. If SLAAC is enabled by default, how are you then able to know the device's IPv6 address so that so that it can be set as the PEER_ADDR of another device?
I've been
|
By
Diana Rivera
·
#2178
·
|
|
Re: problems building a BME680 app: zephyr_prebuilt.elf uses VFP register arguments ....
Hi All,
Just in case this is helpful. To build and correctly run my app, I needed to add the following configuration variables to my prj.conf:
CONFIG_FLOAT=y
CONFIG_NEWLIB_LIBC=y
Nothing else is
Hi All,
Just in case this is helpful. To build and correctly run my app, I needed to add the following configuration variables to my prj.conf:
CONFIG_FLOAT=y
CONFIG_NEWLIB_LIBC=y
Nothing else is
|
By
Abderrezak Mekkaoui <ab.mekka@...>
·
#2177
·
|
|
Re: IPv6 addresses
Hi Diana,
the static IP address configuration is fully optional and is only meant
to make testing a bit easier. So if you want to have auto IPv6
addresses, then just do not set
Hi Diana,
the static IP address configuration is fully optional and is only meant
to make testing a bit easier. So if you want to have auto IPv6
addresses, then just do not set
|
By
Jukka Rissanen
·
#2176
·
|
|
IPv6 addresses
Hello,
I am currently working on an OpenThread application based on echo_client and echo_server. I have noticed that the devices' IPv6 addresses are set in the configuration file through
Hello,
I am currently working on an OpenThread application based on echo_client and echo_server. I have noticed that the devices' IPv6 addresses are set in the configuration file through
|
By
Diana Rivera
·
#2175
·
|
|
Re: Read connection RSSI always return -127
Hi there,
Strange, this should work as expected. I haven’t tested it myself but will do if you cannot figure it out.
Have you enabled theCONFIG_BT_CTLR_CONN_RSSI option in Kconfig?
Hi there,
Strange, this should work as expected. I haven’t tested it myself but will do if you cannot figure it out.
Have you enabled theCONFIG_BT_CTLR_CONN_RSSI option in Kconfig?
|
By
Carles Cufi
·
#2174
·
|
|
Re: #BluetoothMesh persistent storage for provisioning data
#bluetoothmesh
Hi Kai,
Please check the PR I referenced earlier. I've added a patch there to
convert mesh_demo to use settings. It was actually the other way around
that it made sense to do the calls: first
Hi Kai,
Please check the PR I referenced earlier. I've added a patch there to
convert mesh_demo to use settings. It was actually the other way around
that it made sense to do the calls: first
|
By
Johan Hedberg
·
#2173
·
|
|
Re: #BluetoothMesh persistent storage for provisioning data
#bluetoothmesh
Thanks for the reply!
The problem I suffered is that: when I run mesh_demo on microbit, I can't restore SEQ after a reset, when means that if a GenericOnOff client reset unexpected, I need to make
Thanks for the reply!
The problem I suffered is that: when I run mesh_demo on microbit, I can't restore SEQ after a reset, when means that if a GenericOnOff client reset unexpected, I need to make
|
By
Kai Ren
·
#2172
·
|
|
Re: #BluetoothMesh persistent storage for provisioning data
#bluetoothmesh
Hi Kai,
Also note that the remaining state storing is coming as part of the
following PR:
https://github.com/zephyrproject-rtos/zephyr/pull/7428
Essentially everything is in place there now, but I
Hi Kai,
Also note that the remaining state storing is coming as part of the
following PR:
https://github.com/zephyrproject-rtos/zephyr/pull/7428
Essentially everything is in place there now, but I
|
By
Johan Hedberg
·
#2171
·
|
|
#BluetoothMesh persistent storage for provisioning data
#bluetoothmesh
Hello,
I noticed that zephyr start to support persistent storage for provisioning data like:
{ "Net", net_set },
{ "IV", iv_set },
{ "Seq", seq_set },
{ "RPL", rpl_set },
{ "NetKey",
Hello,
I noticed that zephyr start to support persistent storage for provisioning data like:
{ "Net", net_set },
{ "IV", iv_set },
{ "Seq", seq_set },
{ "RPL", rpl_set },
{ "NetKey",
|
By
Kai Ren
·
#2170
·
|
|
Re: Can't download in chuncks using https
I was able to resolve this problem by configuring the server to send smaller fragments than it was sending
I was able to resolve this problem by configuring the server to send smaller fragments than it was sending
|
By
christian tavares
·
#2169
·
|
|
Re: new PR adding initial dts support for nrf52 gpio, needs reviewer(s)
Hi Marc,
Thanks very much for your PR. Since you cannot add reviewers yourself I have added them for you.
Regards,
Carles
From:<devel@...> on behalf of Marc Reilly
Hi Marc,
Thanks very much for your PR. Since you cannot add reviewers yourself I have added them for you.
Regards,
Carles
From:<devel@...> on behalf of Marc Reilly
|
By
Carles Cufi
·
#2168
·
|
|
new PR adding initial dts support for nrf52 gpio, needs reviewer(s)
Hi,
I've just added PR #7444 (https://github.com/zephyrproject-rtos/zephyr/pull/7444), but I'm not sure who to ask as reviewer(s). So, I'd like to make an appeal to anyone who is interested in
Hi,
I've just added PR #7444 (https://github.com/zephyrproject-rtos/zephyr/pull/7444), but I'm not sure who to ask as reviewer(s). So, I'd like to make an appeal to anyone who is interested in
|
By
Marc Reilly
·
#2167
·
|
|
Read connection RSSI always return -127
Hello,
I wrote the same question on user forum but haven't got any response so I'm writing this on devel forum, too.
I'm developing HCI UART dongle using nRF52840 based on Zephyr
Hello,
I wrote the same question on user forum but haven't got any response so I'm writing this on devel forum, too.
I'm developing HCI UART dongle using nRF52840 based on Zephyr
|
By
전형욱
·
#2166
·
|
|
1.12 merge window closing soon
The Zephyr 1.12 release feature merge window is due to close soon. Our original schedule had this milestone set for today, but the TSC agreed to extend the merge window by one week to allow a few
The Zephyr 1.12 release feature merge window is due to close soon. Our original schedule had this milestone set for today, but the TSC agreed to extend the merge window by one week to allow a few
|
By
Maureen Helm
·
#2165
·
|
|
Can't download in chuncks using https
I'm developing an http_client library, this library needs to download a flash image on the server and install the image on the card.
When I download the flash image from the server if it is larger
I'm developing an http_client library, this library needs to download a flash image on the server and install the image on the card.
When I download the flash image from the server if it is larger
|
By
christian tavares
·
#2164
·
|
|
Re: Kconfig changes on master
Hi there,
CMake is the build system, Kconfig is the configuration system. Kconfig is run by CMake as one of the first things it does in order to figure out what needs to be built and how.
More
Hi there,
CMake is the build system, Kconfig is the configuration system. Kconfig is run by CMake as one of the first things it does in order to figure out what needs to be built and how.
More
|
By
Carles Cufi
·
#2163
·
|