|
Re: Device Firmware Update + Zephyr +
#bluetoothmesh
Vikrant and others,I was wondering here... Is there any way of using Bluetooth mesh by using the Nordic HAL (NRFX) instead of using the Zephyr's one?
Thank you.Best regards,Rodrigo Peixoto.
Vikrant and others,I was wondering here... Is there any way of using Bluetooth mesh by using the Nordic HAL (NRFX) instead of using the Zephyr's one?
Thank you.Best regards,Rodrigo Peixoto.
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#745
·
|
|
Re: Device Firmware Update + Zephyr +
#bluetoothmesh
Vikrant,
answering inline.
Ok.
I really need that.
Do you need help on that? I am a little bit confusing.
I was willing to create the sample related to OTA and mesh. But if there is other sample
Vikrant,
answering inline.
Ok.
I really need that.
Do you need help on that? I am a little bit confusing.
I was willing to create the sample related to OTA and mesh. But if there is other sample
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#744
·
|
|
Re: Device Firmware Update + Zephyr +
#bluetoothmesh
Hi Rodrigo,
Working on #DFU_OTA feature is not at top of my priority list. I had just checked it & try to understand overall mechanism.
Now I will prefer to wait till
1) Zephyr #BluetoothMesh stack
Hi Rodrigo,
Working on #DFU_OTA feature is not at top of my priority list. I had just checked it & try to understand overall mechanism.
Now I will prefer to wait till
1) Zephyr #BluetoothMesh stack
|
By
vikrant8051 <vikrant8051@...>
·
#743
·
|
|
Re: Device Firmware Update + Zephyr +
#bluetoothmesh
Hi vikrant.
I could do the integration! Now the SMP_Server sample is integrated to the mesh one. I need to play a little more with it. I have already tested the mcumgr a lot, but not too much the
Hi vikrant.
I could do the integration! Now the SMP_Server sample is integrated to the mesh one. I need to play a little more with it. I have already tested the mcumgr a lot, but not too much the
|
By
Rodrigo Peixoto <rodrigopex@...>
·
#742
·
|
|
Re: time between two packets(advertisement)
Hi Swapnil,
No, not without changing the implementation. Changing or having such a delay means that the reserved time of BLE event should also be adjusted. And, such a delay would also reduce overall
Hi Swapnil,
No, not without changing the implementation. Changing or having such a delay means that the reserved time of BLE event should also be adjusted. And, such a delay would also reduce overall
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#741
·
|
|
Re: NXP MCUX RTC implementation
Thanks to everyone offering help.
We finished the project and pushed a pullrequest [1] to add an NXP MCUX RTC driver to Zephyr.
Kind regards,
Franco
[1]
Thanks to everyone offering help.
We finished the project and pushed a pullrequest [1] to add an NXP MCUX RTC driver to Zephyr.
Kind regards,
Franco
[1]
|
By
Franco Saworski <franco.saworski@...>
·
#740
·
|
|
Re: [Zephyr-devel] not able to complete #BluetoothMesh provisioning & configuration process using #meshctl (5.49)
#meshctl
#bluetoothmesh
Hi,
This was already identified as a bug in meshctl by Steve, a week ago or
so. However, I haven't seen a patch submitted to BlueZ yet.
Johan
Hi,
This was already identified as a bug in meshctl by Steve, a week ago or
so. However, I haven't seen a patch submitted to BlueZ yet.
Johan
|
By
Johan Hedberg
·
#739
·
|
|
Re: [Zephyr-devel] not able to complete #BluetoothMesh provisioning & configuration process using #meshctl (5.49)
#meshctl
#bluetoothmesh
Hi Vikrant,
I just did two tests today, the detail is:
1st test. I built “onoff-app” example basing on latest Zephyr project, the commit is 9968cda453ac7a91d513b6a50817c926c3fe5cc6 of today,
Hi Vikrant,
I just did two tests today, the detail is:
1st test. I built “onoff-app” example basing on latest Zephyr project, the commit is 9968cda453ac7a91d513b6a50817c926c3fe5cc6 of today,
|
By
Kai Ren <kren@...>
·
#738
·
|
|
Re: [Zephyr-devel] not able to complete #BluetoothMesh provisioning & configuration process using #meshctl (5.49)
#meshctl
#bluetoothmesh
HI Kai,
Today I tried to provision #BlueNRG Mesh (It is based on ST Mesh library to which we could provision using Silicon Labs Mesh App )
DEVICE using #meshctl, in this case too provisioning process
HI Kai,
Today I tried to provision #BlueNRG Mesh (It is based on ST Mesh library to which we could provision using Silicon Labs Mesh App )
DEVICE using #meshctl, in this case too provisioning process
|
By
vikrant8051 <vikrant8051@...>
·
#737
·
|
|
time between two packets(advertisement)
Hello,
is it possible to change the time or provide a delay between two consecutive packets sent on two different advertising channels?
packet on channel 37 --> delay --> packet on channel 38 -->
Hello,
is it possible to change the time or provide a delay between two consecutive packets sent on two different advertising channels?
packet on channel 37 --> delay --> packet on channel 38 -->
|
By
swapnil <swapnil2007kadam@...>
·
#736
·
|
|
Re: payload 251 byte with beacon sample
Hi Swapnil,
Legacy advertising channels do not support 251 byte PDUs.
The configuration CONFIG_BT_CTLR_DATA_LENGTH=y, you are setting is only valid for data connections. The beacon sample is only a
Hi Swapnil,
Legacy advertising channels do not support 251 byte PDUs.
The configuration CONFIG_BT_CTLR_DATA_LENGTH=y, you are setting is only valid for data connections. The beacon sample is only a
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#735
·
|
|
payload 251 byte with beacon sample
HELLO,
i am new to zephyr. and trying to send a message with 251 byte payload. how can I set the controller.?
i am using following configuration:
CONFIG_BT=y
CONFIG_BT_CTLR =
HELLO,
i am new to zephyr. and trying to send a message with 251 byte payload. how can I set the controller.?
i am using following configuration:
CONFIG_BT=y
CONFIG_BT_CTLR =
|
By
swapnil <swapnil2007kadam@...>
·
#734
·
|
|
Re: BLE Nano 2 - LWM2M DTLS demo example
Hi Michael,
Thank you for the detailed step-by-step, greatly appreciated!
It’s working :)
You are correct, modifying the CONFIG_MBEDTLS_HEAP_SIZE caused the demo to stop working.
Further, just to
Hi Michael,
Thank you for the detailed step-by-step, greatly appreciated!
It’s working :)
You are correct, modifying the CONFIG_MBEDTLS_HEAP_SIZE caused the demo to stop working.
Further, just to
|
By
Christos Vasilakis
·
#733
·
|
|
Re: BLE Nano 2 - LWM2M DTLS demo example
Hi again Christos,
On 04/23/2018 09:34 AM, Christos Vasilakis wrote:
I think changing the CONFIG_MBEDTLS_HEAP_SIZE is what's causing the issues you're seeing. I
Hi again Christos,
On 04/23/2018 09:34 AM, Christos Vasilakis wrote:
I think changing the CONFIG_MBEDTLS_HEAP_SIZE is what's causing the issues you're seeing. I
|
By
Michael Scott
·
#732
·
|
|
Re: BLE Nano 2 - LWM2M DTLS demo example
Hi Christos,
On 04/23/2018 09:34 AM, Christos Vasilakis wrote:
While I have worked extensively with the BLENano2 using an out-of-tree LwM2M client, I haven't
Hi Christos,
On 04/23/2018 09:34 AM, Christos Vasilakis wrote:
While I have worked extensively with the BLENano2 using an out-of-tree LwM2M client, I haven't
|
By
Michael Scott
·
#731
·
|
|
BLE Nano 2 - LWM2M DTLS demo example
Hi there,
I have recently purchased a BLE Nano 2 kit and I am trying to run the LWM2M client example found here [1]. I have successfully installed and run the simple (non-DTLS) example and works just
Hi there,
I have recently purchased a BLE Nano 2 kit and I am trying to run the LWM2M client example found here [1]. I have successfully installed and run the simple (non-DTLS) example and works just
|
By
Christos Vasilakis
·
#730
·
|
|
Low power node and friend
#bluetoothmesh
Hello,
I'm currently trying to implement a bluetooth mesh that includes not only relay nodes but low power nodes and their respective friends. So far I'm having a bit of trouble trying to do this. Is
Hello,
I'm currently trying to implement a bluetooth mesh that includes not only relay nodes but low power nodes and their respective friends. So far I'm having a bit of trouble trying to do this. Is
|
By
Diana Rivera
·
#729
·
|
|
Re: [Zephyr-devel] How to evaluate the "zephyr\samples\bluetooth\mesh"?
Hi Aaron,
CONFIG_BT_MESH_LOW_POWER
CONFIG_BT_MESH_FRIEND
By enabling these parameters you could test LPN & Friend node features.
It has nothing to do with Flash storage.
But if your are planning to
Hi Aaron,
CONFIG_BT_MESH_LOW_POWER
CONFIG_BT_MESH_FRIEND
By enabling these parameters you could test LPN & Friend node features.
It has nothing to do with Flash storage.
But if your are planning to
|
By
vikrant8051 <vikrant8051@...>
·
#728
·
|
|
Re: [Zephyr-devel] How to evaluate the "zephyr\samples\bluetooth\mesh"?
Hi Vibrant,
Glad to know that zephyr have this road-map. Do you mean the Friend & Low Power Node feature will be implemented in zephyr June 2018 with LTS tag ?
Yes, I think this feature should be
Hi Vibrant,
Glad to know that zephyr have this road-map. Do you mean the Friend & Low Power Node feature will be implemented in zephyr June 2018 with LTS tag ?
Yes, I think this feature should be
|
By
Aaron Xu <overheat1984@...>
·
#727
·
|
|
Re: [Zephyr-devel] How to evaluate the "zephyr\samples\bluetooth\mesh"?
Hi Aaron,
I wanna too do that.
But to create complex mesh network, it is required that node should save provisioning & configuration data on
SoC flash. And I hope from next version onwards we could
Hi Aaron,
I wanna too do that.
But to create complex mesh network, it is required that node should save provisioning & configuration data on
SoC flash. And I hope from next version onwards we could
|
By
vikrant8051 <vikrant8051@...>
·
#726
·
|