|
Re: #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@...>
·
#884
·
|
|
Re: #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
·
#883
·
|
|
Re: #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@...>
·
#882
·
|
|
k_sleep on mimxrt1050_evk board
Hello,
I got the job to evaluate zephyr on a mimxrt1050_evk board.
I followed the instructions and could successfully download the hello world sample project.
Next step was to enhance the project with
Hello,
I got the job to evaluate zephyr on a mimxrt1050_evk board.
I followed the instructions and could successfully download the hello world sample project.
Next step was to enhance the project with
|
By
marco.hoefle@...
·
#881
·
|
|
#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@...>
·
#880
·
|
|
I am not able to configure pins as an input pin using the Zephyr OS API
#nrf52832
#input
#gpio
Hi Everyone,
Pardon me if i write some illogical stuff. Complete beginner to this microcontroller.
I started using nrf52832 with Zephyr OS . I was trying to configure the pin as a input pin and
Hi Everyone,
Pardon me if i write some illogical stuff. Complete beginner to this microcontroller.
I started using nrf52832 with Zephyr OS . I was trying to configure the pin as a input pin and
|
By
Rajat Kalyan
·
#879
·
|
|
ieee802154: csma-ca: random backoff factor looks wrong
The calculation for the random backoff factor looks wrong [1]:
u8_t bo_n = sys_rand32_get() & (2 << (be + 1));
This generates either a power-of-two number or zero for bo_n, because it only overlaps a
The calculation for the random backoff factor looks wrong [1]:
u8_t bo_n = sys_rand32_get() & (2 << (be + 1));
This generates either a power-of-two number or zero for bo_n, because it only overlaps a
|
By
Franco Saworski <franco.saworski@...>
·
#878
·
|
|
Re: Zephyr development news, 11 June 2018
Hi again,
I forgot to mention that (as usual) an HTML version is also available:
https://opensourcefoundries.com/blog/2018/06/11/zephyr-news-20180611/
Sorry about that.
Marti
Hi again,
I forgot to mention that (as usual) an HTML version is also available:
https://opensourcefoundries.com/blog/2018/06/11/zephyr-news-20180611/
Sorry about that.
Marti
|
By
Marti Bolivar
·
#877
·
|
|
Zephyr development news, 11 June 2018
Hello and happy release day,
Please note that we've renamed the series to "Zephyr development news"
to avoid a name clash with another publication.
This is the 11 June 2018 newsletter tracking the
Hello and happy release day,
Please note that we've renamed the series to "Zephyr development news"
to avoid a name clash with another publication.
This is the 11 June 2018 newsletter tracking the
|
By
Marti Bolivar
·
#876
·
|
|
Re: is it possible to enable LE Coded PHY for #BluetoothMesh Nodes / #BLE devices?
#ble
#bluetoothmesh
Hi Vikrant,
Advertising on Coded PHY needs the implementation of Extended Advertising feature of BT V5.0. This feature has not been implementation, only a initial effort was attempted.
That said, any
Hi Vikrant,
Advertising on Coded PHY needs the implementation of Extended Advertising feature of BT V5.0. This feature has not been implementation, only a initial effort was attempted.
That said, any
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#875
·
|
|
is it possible to enable LE Coded PHY for #BluetoothMesh Nodes / #BLE devices?
#ble
#bluetoothmesh
Hi,
http://blog.bluetooth.com/exploring-bluetooth-5-going-the-distance
Is concept of, LE Codded PHY present in current Zephyr implementation to increase range
between two #BluetoothMesh Nodes ?
What
Hi,
http://blog.bluetooth.com/exploring-bluetooth-5-going-the-distance
Is concept of, LE Codded PHY present in current Zephyr implementation to increase range
between two #BluetoothMesh Nodes ?
What
|
By
vikrant8051 <vikrant8051@...>
·
#874
·
|
|
Re: [Solved] Segger RTT support
My prj.conf file for beacon app:
CONFIG_BT=y
CONFIG_BT_DEBUG_LOG=n
CONFIG_BT_DEVICE_NAME="Test
My prj.conf file for beacon app:
CONFIG_BT=y
CONFIG_BT_DEBUG_LOG=n
CONFIG_BT_DEVICE_NAME="Test
|
By
Marcio Montenegro
·
#873
·
|
|
Re: Segger RTT support
Hi Marcio,
Can you try adding:
CONFIG_UART_CONSOLE=n
to your prj.conf?
More info here:
http://docs.zephyrproject.org/tools/nordic_segger.html#rtt-console
Regards,
Carles
Hi Marcio,
Can you try adding:
CONFIG_UART_CONSOLE=n
to your prj.conf?
More info here:
http://docs.zephyrproject.org/tools/nordic_segger.html#rtt-console
Regards,
Carles
|
By
Carles Cufi
·
#872
·
|
|
Segger RTT support
Hi all,
I am trying to setup my nrf51 project to use Segger RTT console.I am compiling last version of Zephyr but any previous version can be used.
My nrf51 hardware is ok and I can use RTT on Keil
Hi all,
I am trying to setup my nrf51 project to use Segger RTT console.I am compiling last version of Zephyr but any previous version can be used.
My nrf51 hardware is ok and I can use RTT on Keil
|
By
Marcio Montenegro
·
#871
·
|
|
Re: [Zephyr-devel] #BluetoothMesh Lighting Model implementation
#bluetoothmesh
Hi,
MyNewt's is a good start point. But looks need more work to make zephyr bluetooth mesh be used in light.
I am looking forward it. In the mean time, I can start sensor model coding on zephyr when
Hi,
MyNewt's is a good start point. But looks need more work to make zephyr bluetooth mesh be used in light.
I am looking forward it. In the mean time, I can start sensor model coding on zephyr when
|
By
Aaron Xu <overheat1984@...>
·
#870
·
|
|
Re: [Zephyr-devel] #BluetoothMesh Lighting Model implementation
#bluetoothmesh
Hi Johan,
Mynewt's lighting model app is very simple & basic, if compare it with diagram on page 296 of model specs. And it is not what I'm expecting.
Hello Bluetooth_SIG members,
Is Bluetooth_SIG
Hi Johan,
Mynewt's lighting model app is very simple & basic, if compare it with diagram on page 296 of model specs. And it is not what I'm expecting.
Hello Bluetooth_SIG members,
Is Bluetooth_SIG
|
By
vikrant8051 <vikrant8051@...>
·
#869
·
|
|
Re: [Zephyr-devel] #BluetoothMesh Lighting Model implementation
#bluetoothmesh
Hi Vikrant,
MyNewt's Bluetooth Mesh is essentially the same as Zephyr's mesh, since
it was ported from Zephyr. Most likely you can take any model
implementation from there and use it directly (or
Hi Vikrant,
MyNewt's Bluetooth Mesh is essentially the same as Zephyr's mesh, since
it was ported from Zephyr. Most likely you can take any model
implementation from there and use it directly (or
|
By
Johan Hedberg
·
#868
·
|
|
#BluetoothMesh Lighting Model implementation
#bluetoothmesh
Hi to all,
is there any one who tried to implement Lighting Models (page 296 of Mesh_Model_Specification v1.0.pdf) using Zephyt #BluetoothMesh API ?
I want to control three things -> Light On Off,
Hi to all,
is there any one who tried to implement Lighting Models (page 296 of Mesh_Model_Specification v1.0.pdf) using Zephyt #BluetoothMesh API ?
I want to control three things -> Light On Off,
|
By
vikrant8051 <vikrant8051@...>
·
#867
·
|
|
Re: [Zephyr-devel] How to implement #BluetoothMesh Generic_Delta_Server_Unack opcode function ??
#bluetoothmesh
Hi to all,
I solved my own issue.
Please refer this ... https://github.com/vikrant8051/zephyr/blob/mesh_demo/samples/boards/nrf52/mesh/onoff_level_app/src/mesh/doer.c
Thank You !!
Hi to all,
I solved my own issue.
Please refer this ... https://github.com/vikrant8051/zephyr/blob/mesh_demo/samples/boards/nrf52/mesh/onoff_level_app/src/mesh/doer.c
Thank You !!
|
By
vikrant8051 <vikrant8051@...>
·
#866
·
|
|
Re: First Mac build
Hi Jim, and welcome.
Looking at the URL, those are instructions for the v1.11 release of Zephyr, which did indeed have some host tools in the scripts directory that needed to be compiled.
As a guess,
Hi Jim, and welcome.
Looking at the URL, those are instructions for the v1.11 release of Zephyr, which did indeed have some host tools in the scripts directory that needed to be compiled.
As a guess,
|
By
Marti Bolivar
·
#865
·
|