|
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
·
|
|
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
·
|