|
Re: [Zephyr-users] #BluetoothMesh: if Node reprovisioned then it not get stored on SoC flash
Hi Johan,
Which app you used for testing ?
Is it samples/boards/nrf52/mesh/onoff-app by adding persistent storage support ?
Could you please test it for PR:8296 by removing NVS from it ?
Thanks!!
Hi Johan,
Which app you used for testing ?
Is it samples/boards/nrf52/mesh/onoff-app by adding persistent storage support ?
Could you please test it for PR:8296 by removing NVS from it ?
Thanks!!
|
By
vikrant8051 <vikrant8051@...>
·
#4760
·
|
|
Re: Adding own Library to project
That is true, this way doesn't support adding a driver module into the application since the app doesn't directly call anything from the driver. I'm wondering why driver modules in zephyr directory
That is true, this way doesn't support adding a driver module into the application since the app doesn't directly call anything from the driver. I'm wondering why driver modules in zephyr directory
|
By
Li, Jun R
·
#4759
·
|
|
Re: Adding own Library to project
"Li, Jun R" <jun.r.li@...> wrote:
Well, this way of doing bears a whole of problems in some conditions.
While it works in probably most cases, including drivers in such a
library won't work.
"Li, Jun R" <jun.r.li@...> wrote:
Well, this way of doing bears a whole of problems in some conditions.
While it works in probably most cases, including drivers in such a
library won't work.
|
By
Patrick Boettcher <patrick.boettcher@...>
·
#4758
·
|
|
Re: Adding own Library to project
Hi Patrick,
If you still want to keep your library (module), another way you can do is to add your library as the link dependency for the application library (app) by the
Hi Patrick,
If you still want to keep your library (module), another way you can do is to add your library as the link dependency for the application library (app) by the
|
By
Li, Jun R
·
#4757
·
|
|
Re: [Zephyr-users] #BluetoothMesh: if Node reprovisioned then it not get stored on SoC flash
Hi Vikrant,
I understood what you meant. And those are the steps I followed. I used
Nordic's new iOS mesh app and used its "node reset" feature. Then I
reprovisioned and after that did a power-cycle.
Hi Vikrant,
I understood what you meant. And those are the steps I followed. I used
Nordic's new iOS mesh app and used its "node reset" feature. Then I
reprovisioned and after that did a power-cycle.
|
By
Johan Hedberg
·
#4756
·
|
|
Re: [Zephyr-users] #BluetoothMesh: if Node reprovisioned then it not get stored on SoC flash
Hi Johan,
I've completely removed NVS from my local project.
Even after that facing same issue.
If you provision & configure -> reset the board -> then it work as expected.
But I'm not talking
Hi Johan,
I've completely removed NVS from my local project.
Even after that facing same issue.
If you provision & configure -> reset the board -> then it work as expected.
But I'm not talking
|
By
vikrant8051 <vikrant8051@...>
·
#4755
·
|
|
Re: bt settings - how is it done ?
Hi Jehudi,
The linker section is defined in include/linker/common-rom.ld, and
variables are placed there using the __in_section() specifier
Hi Jehudi,
The linker section is defined in include/linker/common-rom.ld, and
variables are placed there using the __in_section() specifier
|
By
Johan Hedberg
·
#4754
·
|
|
bt settings - how is it done ?
Hi,
In the settings part of bt there seems to be a cool way to generate a
list of settings with their set, commit and export handlers. Items are
added to this list by a macro BT_SETTINGS_DEFINE() and
Hi,
In the settings part of bt there seems to be a cool way to generate a
list of settings with their set, commit and export handlers. Items are
added to this list by a macro BT_SETTINGS_DEFINE() and
|
By
laczenJMS
·
#4753
·
|
|
Re: Adding own Library to project
Hi Patrick,
König Patrick <Patrick.Koenig@...> wrote:
The most convenient way of adding additional sources to your
application outside zephyr is using
target_sources(app PRIVATE src1.c
Hi Patrick,
König Patrick <Patrick.Koenig@...> wrote:
The most convenient way of adding additional sources to your
application outside zephyr is using
target_sources(app PRIVATE src1.c
|
By
Patrick Boettcher <patrick.boettcher@...>
·
#4752
·
|
|
Re: [Zephyr-users] #BluetoothMesh: if Node reprovisioned then it not get stored on SoC flash
Hi Vikrant,
I just tried your exact steps with the mesh_shell app, and it works
correctly (i.e. after the power cycle the board comes back as
provisioned). I used the nRF51 USB dongle, fwiw. Is it
Hi Vikrant,
I just tried your exact steps with the mesh_shell app, and it works
correctly (i.e. after the power cycle the board comes back as
provisioned). I used the nRF51 USB dongle, fwiw. Is it
|
By
Johan Hedberg
·
#4751
·
|
|
Adding own Library to project
Hello,
My name is Patrick König. I am new to zephyr. I just wrote a couple of functions as additions to the zephyr/samples/subsys/usb/cdc_acm Sample Project for the Nordic nRf52840. These are
Hello,
My name is Patrick König. I am new to zephyr. I just wrote a couple of functions as additions to the zephyr/samples/subsys/usb/cdc_acm Sample Project for the Nordic nRf52840. These are
|
By
König Patrick <Patrick.Koenig@...>
·
#4750
·
|
|
Re: [Zephyr-users] #BluetoothMesh: if Node reprovisioned then it not get stored on SoC flash
Hi Johan,
It is with default #FCB.
Hi Johan,
It is with default #FCB.
|
By
vikrant8051 <vikrant8051@...>
·
#4749
·
|
|
Re: [Zephyr-users] #BluetoothMesh: if Node reprovisioned then it not get stored on SoC flash
Hi Vikrant,
Is this with NFFS or FCB? I remember testing this with FCB and it worked
correctly.
Johan
Hi Vikrant,
Is this with NFFS or FCB? I remember testing this with FCB and it worked
correctly.
Johan
|
By
Johan Hedberg
·
#4748
·
|
|
Re: [Zephyr-users] #BluetoothMesh: if Node reprovisioned then it not get stored on SoC flash
Hi,
Yes, I confirmed my observation. And happening this every time.
I also tried it with #nRFMesh app. In that case too, if I do
(provision + configuration) -> ( node-reset ) -> (provision +
Hi,
Yes, I confirmed my observation. And happening this every time.
I also tried it with #nRFMesh app. In that case too, if I do
(provision + configuration) -> ( node-reset ) -> (provision +
|
By
vikrant8051 <vikrant8051@...>
·
#4747
·
|
|
#BluetoothMesh: if Node reprovisioned then it not get stored on SoC flash
Hi,
If after complete or partial provisioning, execute node-reset command then in that case I have observe following things :
1) Node get reprovision
2) but after reboot, it boot as unprovisioned
Hi,
If after complete or partial provisioning, execute node-reset command then in that case I have observe following things :
1) Node get reprovision
2) but after reboot, it boot as unprovisioned
|
By
vikrant8051 <vikrant8051@...>
·
#4746
·
|
|
Re: Building app with ext libraries (mcumgr for example)
Hi
"Patrick Boettcher" <patrick.boettcher@...> wrote:
A colleague (thanks Ismael) has bisected zephyr between 1.11 and 1.12
to find that dd5449a77b5c914 is the first commit without the
Hi
"Patrick Boettcher" <patrick.boettcher@...> wrote:
A colleague (thanks Ismael) has bisected zephyr between 1.11 and 1.12
to find that dd5449a77b5c914 is the first commit without the
|
By
Patrick Boettcher <patrick.boettcher@...>
·
#4745
·
|
|
Re: Using a predefined passkey on a BLE peripheral device with no input/output
An GitHub issue was opened to address this requirement: https://github.com/zephyrproject-rtos/zephyr/issues/8350
Thank you!
Jun
From: <devel@...> on behalf of vikrant8051
An GitHub issue was opened to address this requirement: https://github.com/zephyrproject-rtos/zephyr/issues/8350
Thank you!
Jun
From: <devel@...> on behalf of vikrant8051
|
By
Li, Jun R
·
#4744
·
|
|
Re: Using a predefined passkey on a BLE peripheral device with no input/output
Hi Johan,
This is not new requirement. I had asked similar question on Jan 25, 2018
This is for your reference,
https://lists.zephyrproject.org/g/devel/message/1644
Need was static passkey for
Hi Johan,
This is not new requirement. I had asked similar question on Jan 25, 2018
This is for your reference,
https://lists.zephyrproject.org/g/devel/message/1644
Need was static passkey for
|
By
vikrant8051 <vikrant8051@...>
·
#4743
·
|
|
Re: Using a predefined passkey on a BLE peripheral device with no input/output
Hi Johan,
My requirement is exactly like what you said: every device has a unique passkey stored and labeled on this case. The user needs to check the case to get the right passkey and enter it when
Hi Johan,
My requirement is exactly like what you said: every device has a unique passkey stored and labeled on this case. The user needs to check the case to get the right passkey and enter it when
|
By
Li, Jun R
·
#4742
·
|
|
Re: Using a predefined passkey on a BLE peripheral device with no input/output
Hi Jun,
We don't have such a feature currently (no one has asked for it until
now). Do I understand right that you want to have a per-device static
random passkey that's e.g. on a sticker on the
Hi Jun,
We don't have such a feature currently (no one has asked for it until
now). Do I understand right that you want to have a per-device static
random passkey that's e.g. on a sticker on the
|
By
Johan Hedberg
·
#4741
·
|