|
Re: Duplicate messages when using bt_mesh_model_publish() and groups
Hi,
Client could re-transmit message to make sure that it will get receive
by Server. All re-transmitted message has same TID. Using it at App level
we could ignore previously received duplicate
Hi,
Client could re-transmit message to make sure that it will get receive
by Server. All re-transmitted message has same TID. Using it at App level
we could ignore previously received duplicate
|
By
vikrant8051 <vikrant8051@...>
·
#5509
·
|
|
Re: Is bluetooth sample "peripheral" still working well?
Hi Johan,
Thanks for this useful feedback, clarifying a few things more, much appreciated!
Best regards,
Frank
Hi Johan,
Thanks for this useful feedback, clarifying a few things more, much appreciated!
Best regards,
Frank
|
By
frv
·
#5508
·
|
|
Re: Duplicate messages when using bt_mesh_model_publish() and groups
Hi Martin,
How is the provisioning done? Probably via the meshctl tool.
On the client node, only one element bound to a Generic OnOff Server model is subscribed to the group address?
Because I'm also
Hi Martin,
How is the provisioning done? Probably via the meshctl tool.
On the client node, only one element bound to a Generic OnOff Server model is subscribed to the group address?
Because I'm also
|
By
frv
·
#5507
·
Edited
|
|
Re: Is bluetooth sample "peripheral" still working well?
Hi Johan,
Actually, the function "settings_load" is called in the sample "peripheral" which you can take a look at. I assume an random address will be written to the settings after the first booting,
Hi Johan,
Actually, the function "settings_load" is called in the sample "peripheral" which you can take a look at. I assume an random address will be written to the settings after the first booting,
|
By
Li, Jun R
·
#5506
·
|
|
Re: Is bluetooth sample "peripheral" still working well?
Hi Frank,
Not quite. An Identity Address can be either a public address or a static random address. In most cases nRF boards only have a static random address but no public address. In this case the
Hi Frank,
Not quite. An Identity Address can be either a public address or a static random address. In most cases nRF boards only have a static random address but no public address. In this case the
|
By
Johan Hedberg
·
#5505
·
|
|
Re: Is bluetooth sample "peripheral" still working well?
Hi Johan,
Is it correct to say that no public address is set by Nordic for BT HW? Thus probably it is normal this warning "No ID address" is shown.
Sometime ago this topic was
Hi Johan,
Is it correct to say that no public address is set by Nordic for BT HW? Thus probably it is normal this warning "No ID address" is shown.
Sometime ago this topic was
|
By
frv
·
#5504
·
|
|
Duplicate messages when using bt_mesh_model_publish() and groups
Hi,
I am running samples\boards\nrf52\mesh\onoff-app on two NRF52 DKs.
What I notice is that mesh messages are duplicated, i.e. when pressing
a button on the server node (that is publishing to group
Hi,
I am running samples\boards\nrf52\mesh\onoff-app on two NRF52 DKs.
What I notice is that mesh messages are duplicated, i.e. when pressing
a button on the server node (that is publishing to group
|
By
Martin <ma@...>
·
#5503
·
|
|
Re: Running rpl border and rpl node on bluetooth
Hi Akash,
I think you better have a look at these links (as
Hi Akash,
I think you better have a look at these links (as
|
By
frv
·
#5502
·
Edited
|
|
Re: Minimum one second delay in activating board LED in Zephyr Bluetooth Mesh based on OnOff applic
Hi all, Vikrant,
Thanks for your feedback.
However the issue if you can call it an issue, is that the BL Mesh OnOff sample applic sets by default a minimum 1 second delay before publishing the state
Hi all, Vikrant,
Thanks for your feedback.
However the issue if you can call it an issue, is that the BL Mesh OnOff sample applic sets by default a minimum 1 second delay before publishing the state
|
By
frv
·
#5501
·
Edited
|
|
Re: Settings subsystem
Hi
Thanks for answer, Andrzej.
Find that I lock value after first key find in flash. I did not know that FBC scan all keys in flash. The problem is that some keys are writen more times and after long
Hi
Thanks for answer, Andrzej.
Find that I lock value after first key find in flash. I did not know that FBC scan all keys in flash. The problem is that some keys are writen more times and after long
|
By
robert.konc@...
·
#5500
·
|
|
Re: Settings subsystem
So while loading settings subsystem loads all available in storage kay-value pairs. Guaranteed are that it will load the most recently values as the last and then h_commit handler will be
So while loading settings subsystem loads all available in storage kay-value pairs. Guaranteed are that it will load the most recently values as the last and then h_commit handler will be
|
By
Puzdrowski, Andrzej
·
#5499
·
|
|
Settings subsystem
I'm using settings to save application data.
But after one setting was writen more than once and application is restarted I get after call settings_load() first value and not last one.
For writing I
I'm using settings to save application data.
But after one setting was writen more than once and application is restarted I get after call settings_load() first value and not last one.
For writing I
|
By
robert.konc@...
·
#5498
·
|
|
Re: Is bluetooth sample "peripheral" still working well?
Hi Jun,
Based on bisecting it seems commit 4d94257162b22f37104e9f85238ed7c3486c5a1c is introducing the issue. Reverting it made the delay and log_strdup failure go away for me. It also fixed the
Hi Jun,
Based on bisecting it seems commit 4d94257162b22f37104e9f85238ed7c3486c5a1c is introducing the issue. Reverting it made the delay and log_strdup failure go away for me. It also fixed the
|
By
Johan Hedberg
·
#5497
·
|
|
Re: Opus codec on nrf52840
Thanks you for the reponse.I took the time to extract the modified opus library code from the Smart Ready project (from the .exe to linux) and compared it to the origin opus lib.Now i will try to use
Thanks you for the reponse.I took the time to extract the modified opus library code from the Smart Ready project (from the .exe to linux) and compared it to the origin opus lib.Now i will try to use
|
By
nicolas lantz
·
#5496
·
|
|
Re: Is bluetooth sample "peripheral" still working well?
Hi Johan,
Thanks for the quick reply! Is there an issue addressing the 9 second delay problem during the booting process? It seems the issue #11780
Hi Johan,
Thanks for the quick reply! Is there an issue addressing the 9 second delay problem during the booting process? It seems the issue #11780
|
By
Li, Jun R
·
#5495
·
|
|
Re: Is bluetooth sample "peripheral" still working well?
Hi,
This is normal when CONFIG_BT_SETTINGS=y is enabled. In such a case the identity address isn’t initialised until the app calls settings_load(), since the identity may be stored in flash.
This
Hi,
This is normal when CONFIG_BT_SETTINGS=y is enabled. In such a case the identity address isn’t initialised until the app calls settings_load(), since the identity may be stored in flash.
This
|
By
Johan Hedberg
·
#5494
·
|
|
Is bluetooth sample "peripheral" still working well?
Hi there,
I’m trying to rebase my project which is based on NRF51822 SoC from V1.13 to the latest version but found the application doesn’t work anymore. It seems the application suffers from
Hi there,
I’m trying to rebase my project which is based on NRF51822 SoC from V1.13 to the latest version but found the application doesn’t work anymore. It seems the application suffers from
|
By
Li, Jun R
·
#5493
·
|
|
Running rpl border and rpl node on bluetooth
Hi All,
Currently i am working on IPV6 over BLE mesh, For that i have chosen reference of RPL Border and RPL Node of zephyr RTOS.I have seen examples of rpl node and border router, but those were
Hi All,
Currently i am working on IPV6 over BLE mesh, For that i have chosen reference of RPL Border and RPL Node of zephyr RTOS.I have seen examples of rpl node and border router, but those were
|
By
Akash Naidu <akashnaiduece@...>
·
#5492
·
|
|
Re: [BLE Mesh] How many nodes can zephyr mesh support and how about the throughput?
Hi Johan,
Thanks a lot for the useful reply. I noticed your reply in github as well. Thanks a lot!
Thanks,
Vincent
Hi Johan,
Thanks a lot for the useful reply. I noticed your reply in github as well. Thanks a lot!
Thanks,
Vincent
|
By
cheney chen <wjchen7@...>
·
#5491
·
|
|
Re: [BLE Mesh] How many nodes can zephyr mesh support and how about the throughput?
Hi,
I’ve tried to answer your questions in the GitHub issue (#11789) that you opened before sending this email. In the future, please use either to GitHub *or* the mailing list, but not both,
Hi,
I’ve tried to answer your questions in the GitHub issue (#11789) that you opened before sending this email. In the future, please use either to GitHub *or* the mailing list, but not both,
|
By
Johan Hedberg
·
#5490
·
|