|
Re: #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
·
#4693
·
|
|
#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@...>
·
#4692
·
|
|
Re: Building app with ext libraries (mcumgr for example)
Hi,
"Bøe, Sebastian" <Sebastian.Boe@...> wrote:
Great, thanks for your help.
If this is a target_link_libraries()-issue I still wonder why it worked
when activated things "manually" via
Hi,
"Bøe, Sebastian" <Sebastian.Boe@...> wrote:
Great, thanks for your help.
If this is a target_link_libraries()-issue I still wonder why it worked
when activated things "manually" via
|
By
Patrick Boettcher <patrick.boettcher@...>
·
#4691
·
|
|
Re: Building app with ext libraries (mcumgr for example)
Hi,
I was able to reproduce the issue with 1.11.
Interestingly, the problem does not occur on the latest master.
This
Hi,
I was able to reproduce the issue with 1.11.
Interestingly, the problem does not occur on the latest master.
This
|
By
Sebastian Boe
·
#4690
·
|
|
Re: Building app with ext libraries (mcumgr for example)
Hi Sebastian,
"Bøe, Sebastian" <Sebastian.Boe@...> wrote:
Starting from a clean (empty) project and activating everything again
manually works.
I thought the issue was easier to
Hi Sebastian,
"Bøe, Sebastian" <Sebastian.Boe@...> wrote:
Starting from a clean (empty) project and activating everything again
manually works.
I thought the issue was easier to
|
By
Patrick Boettcher <patrick.boettcher@...>
·
#4689
·
|
|
Re: [Zephyr-users] [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@...>
·
#4688
·
|
|
Re: 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@...>
·
#4687
·
|
|
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@...>
·
#4686
·
|
|
Re: Building app with ext libraries (mcumgr for example)
"What's the correct way to integrate libraries from the ext/-dir in an
application build?"
Enabling external libraries through menuconfig is intended to just-work
unless there exists documentation
"What's the correct way to integrate libraries from the ext/-dir in an
application build?"
Enabling external libraries through menuconfig is intended to just-work
unless there exists documentation
|
By
Sebastian Boe
·
#4685
·
|
|
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
·
#4684
·
|
|
Building app with ext libraries (mcumgr for example)
Hi list,
We are trying to integrate mcumgn in our solutions.
We activated it within make menuconfig but we are getting compile
errors during the zephyr-build part of our application:
For example:
Hi list,
We are trying to integrate mcumgn in our solutions.
We activated it within make menuconfig but we are getting compile
errors during the zephyr-build part of our application:
For example:
|
By
Patrick Boettcher <patrick.boettcher@...>
·
#4683
·
|
|
Re: echo_client / echo_server hop limit
Note that we set the hop-limit in ipv6.c line 717
(net_ipv6_create_raw() function) if the user has not set it itself. It
seems that there is a glitch somewhere if the user set hop-limit
Note that we set the hop-limit in ipv6.c line 717
(net_ipv6_create_raw() function) if the user has not set it itself. It
seems that there is a glitch somewhere if the user set hop-limit
|
By
Jukka Rissanen
·
#4682
·
|
|
Re: echo_client / echo_server hop limit
Hi Diana,
I checked if there is any interference of OT port in Zephyr with Hop Limit IPv6 field, and there is no such a thing. A quick research showed up that it is rather a problem in Zephyr’s
Hi Diana,
I checked if there is any interference of OT port in Zephyr with Hop Limit IPv6 field, and there is no such a thing. A quick research showed up that it is rather a problem in Zephyr’s
|
By
Lubos, Robert
·
#4681
·
|
|
Re: How to configure #NVS if #FCB in used for #BluetoothMesh ?
#nvs
#fcb
#bluetoothmesh
Hi Vikrant,
At the moment the default settings for NVS and FCB are indeed
overlapping; you cannot use them at the same time. To use NVS and FCB
together my advice would be to look at the board dts
Hi Vikrant,
At the moment the default settings for NVS and FCB are indeed
overlapping; you cannot use them at the same time. To use NVS and FCB
together my advice would be to look at the board dts
|
By
laczenJMS
·
#4680
·
|
|
echo_client / echo_server hop limit
Hello,
I am currently working on an OpenThread app based on the echo_client and echo_server. I am currently trying to use the hop-limit field by setting it as follows:
In the echo_client udp.c
Hello,
I am currently working on an OpenThread app based on the echo_client and echo_server. I am currently trying to use the hop-limit field by setting it as follows:
In the echo_client udp.c
|
By
Diana Rivera
·
#4679
·
|
|
Re: How to configure #NVS if #FCB in used for #BluetoothMesh ?
#nvs
#fcb
#bluetoothmesh
Hi
As you notice right now it is impossible to use both NVS and FCB out of the box. So you need a hack.
I think finally this problem should be resolved by introduction of dedicate flash slot
Hi
As you notice right now it is impossible to use both NVS and FCB out of the box. So you need a hack.
I think finally this problem should be resolved by introduction of dedicate flash slot
|
By
Puzdrowski, Andrzej
·
#4678
·
|
|
Re: [Zephyr-users] [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@...>
·
#4677
·
|
|
Re: [Zephyr-users] [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
·
#4676
·
|
|
Re: [Zephyr-users] [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@...>
·
#4675
·
|
|
Re: [Zephyr-users] [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
·
#4674
·
|