|
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
·
|
|
First Mac build
Hi all,
I’m getting started with first build of Zephyr on my Mac. I don’t get very far – after clone there are the following instructions:
Build Kconfig in $ZEPHYR_BASE/build and add it
Hi all,
I’m getting started with first build of Zephyr on my Mac. I don’t get very far – after clone there are the following instructions:
Build Kconfig in $ZEPHYR_BASE/build and add it
|
By
Jim Schmidt <JimS14@...>
·
#864
·
|
|
Re: [Zephyr-devel] How to implement #BluetoothMesh Generic_Delta_Server_Unack opcode function ??
#bluetoothmesh
Hi,
I forgot to mentioned about
struct server_state *state_ptr = model->user_data;
----------------------------------------------------------------------------------------
struct server_state
Hi,
I forgot to mentioned about
struct server_state *state_ptr = model->user_data;
----------------------------------------------------------------------------------------
struct server_state
|
By
vikrant8051 <vikrant8051@...>
·
#863
·
|
|
How to implement #BluetoothMesh Generic_Delta_Server_Unack opcode function ??
#bluetoothmesh
Hi,
Hi to all,
I am trying to implement Generic_Delta_Server_Unack (Level Server) as follow ...
void gen_delta_set(struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, struct net_buf_simple
Hi,
Hi to all,
I am trying to implement Generic_Delta_Server_Unack (Level Server) as follow ...
void gen_delta_set(struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, struct net_buf_simple
|
By
vikrant8051 <vikrant8051@...>
·
#862
·
|
|
Zephyr news, 5 June 2018
Hello,
This is the 5 June 2018 newsletter tracking the latest Zephyr
development merged into the mainline tree on GitHub.
An HTML version is available
Hello,
This is the 5 June 2018 newsletter tracking the latest Zephyr
development merged into the mainline tree on GitHub.
An HTML version is available
|
By
Marti Bolivar
·
#861
·
|
|
Re: [Zephyr-devel] How to change Bluetooth default TX power ?
I'd second that vote as our use case also involves being able to change the tx power depending on the type of advertisement packet being sent out.
--
Gurpreet SinghMember of Technical StaffMist
I'd second that vote as our use case also involves being able to change the tx power depending on the type of advertisement packet being sent out.
--
Gurpreet SinghMember of Technical StaffMist
|
By
Gurpreet Singh <gurpreet@...>
·
#860
·
|
|
Re: [Zephyr-devel] How to change Bluetooth default TX power ?
Hi,
https://github.com/zephyrproject-rtos/zephyr/pull/8164
Ryan,
As stated in my earlier email, runtime changes need Host API and corresponding vendor HCI extensions, let alone controller
Hi,
https://github.com/zephyrproject-rtos/zephyr/pull/8164
Ryan,
As stated in my earlier email, runtime changes need Host API and corresponding vendor HCI extensions, let alone controller
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#859
·
|
|
Re: [Zephyr-devel] How to change Bluetooth default TX power ?
Hi Vinayak,
My current need is to be able to change the power setting through a config variable, as I have done outside the zephyr system. I am investigating power-range compromises
Hi Vinayak,
My current need is to be able to change the power setting through a config variable, as I have done outside the zephyr system. I am investigating power-range compromises
|
By
Abderrezak Mekkaoui <ab.mekka@...>
·
#858
·
|
|
Re: [Zephyr-devel] How to change Bluetooth default TX power ?
I'd like to put in a vote for changing the TX power at runtime. Our use case would be making the TX power less during advertisements and then increasing it once the connection is
I'd like to put in a vote for changing the TX power at runtime. Our use case would be making the TX power less during advertisements and then increasing it once the connection is
|
By
Ryan Erickson <Ryan.Erickson@...>
·
#857
·
|
|
Re: [Zephyr-devel] How to change Bluetooth default TX power ?
Hi Vinayak,
My current need is to be able to change the power setting through a config variable, as I have done outside the zephyr system. I am investigating power-range compromises
Hi Vinayak,
My current need is to be able to change the power setting through a config variable, as I have done outside the zephyr system. I am investigating power-range compromises
|
By
Abderrezak Mekkaoui <ab.mekka@...>
·
#856
·
|
|
Re: [Zephyr-devel] How to change Bluetooth default TX power ?
Vikrant,
Sure, I will send a PR for that one as soon as I can (tomorrow maybe).
Regards,
Vinayak
Vikrant,
Sure, I will send a PR for that one as soon as I can (tomorrow maybe).
Regards,
Vinayak
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#855
·
|
|
Re: [Zephyr-devel] How to change Bluetooth default TX power ?
Hi Vinayak,
As of now, I need build time configuration option to change Tx power. It will be great, if we could do it by editing prj.conf.
Thank You !!
Hi Vinayak,
As of now, I need build time configuration option to change Tx power. It will be great, if we could do it by editing prj.conf.
Thank You !!
|
By
vikrant8051 <vikrant8051@...>
·
#854
·
|
|
Re: [Zephyr-devel] How to change Bluetooth default TX power ?
Hi Vikrant and Abderrezak,
Please elaborate on your applications' use case for Tx power change. Do you want to use a build time custom Tx power setting or runtime dynamic update to Tx Power?
As there
Hi Vikrant and Abderrezak,
Please elaborate on your applications' use case for Tx power change. Do you want to use a build time custom Tx power setting or runtime dynamic update to Tx Power?
As there
|
By
Chettimada, Vinayak Kariappa <vinayak.kariappa.chettimada@...>
·
#853
·
|
|
Re: [Zephyr-devel] How to change Bluetooth default TX power ?
Hi All,
I have the same issue. This is clearly an app variable imho.
Thanks
Abderrezak
Hi All,
I have the same issue. This is clearly an app variable imho.
Thanks
Abderrezak
|
By
Abderrezak Mekkaoui <ab.mekka@...>
·
#852
·
|
|
How to configure #NVS if #FCB in used for #BluetoothMesh ?
#nvs
#fcb
#bluetoothmesh
Hi all,
I wanna use #NVS to save #BluetoothMesh Models states.
As per current implementation, #BluetoothMesh stack is using #FCB for persistent storage.
If I use #NVS (with default setting) along
Hi all,
I wanna use #NVS to save #BluetoothMesh Models states.
As per current implementation, #BluetoothMesh stack is using #FCB for persistent storage.
If I use #NVS (with default setting) along
|
By
vikrant8051 <vikrant8051@...>
·
#851
·
|
|
How to change Bluetooth default TX power ?
Hi,
If anyone want to edit tx power of #nRF52840_PDK, then have to edit two file ..
1) $zephyr/subsys/bluetooth/controller/ll_sw/ctrl.c: L5882
2) $zephyr/subsys/bluetooth/controller/ll_sw/ll_test.c:
Hi,
If anyone want to edit tx power of #nRF52840_PDK, then have to edit two file ..
1) $zephyr/subsys/bluetooth/controller/ll_sw/ctrl.c: L5882
2) $zephyr/subsys/bluetooth/controller/ll_sw/ll_test.c:
|
By
vikrant8051 <vikrant8051@...>
·
#850
·
|