|
[Zephyr-users] is it possible to enable LE Coded PHY for #BluetoothMesh Nodes / #BLE devices?
#bluetoothmesh
#ble
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
·
|
|
is it possible to enable LE Coded PHY for #BluetoothMesh Nodes / #BLE devices?
#bluetoothmesh
#ble
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 i
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 i
|
By
...
·
|
|
#BluetoothMesh Lighting Model implementation 4 messages
#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 t
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 t
|
By
Aaron Xu
·
|
|
[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
...
·
|
|
How to implement #BluetoothMesh Generic_Delta_Server_Unack opcode function ?? 2 messages
#bluetoothmesh
Hi, I forgot to mentioned about struct server_state *state_ptr = model->user_data; ---------------------------------------------------------------------------------------- struct server_state { int cu
Hi, I forgot to mentioned about struct server_state *state_ptr = model->user_data; ---------------------------------------------------------------------------------------- struct server_state { int cu
|
By
...
·
|
|
How to configure #NVS if #FCB in used for #BluetoothMesh ? 3 messages
#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 fil
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 fil
|
By
laczenJMS
·
|
|
[Zephyr-users] #BluetoothMesh ...about latest kernel OOPS & exception 17 messages
#bluetoothmesh
Hi Andy, commit 43553da9b2bb9e537185695899fb5184c3b17ebe Author: Andy Ross <andrew.j.ross@...> Date: Thu May 31 11:13:49 2018 -0700 kernel/sched: Fix preemption logic The should_preempt() code w
Hi Andy, commit 43553da9b2bb9e537185695899fb5184c3b17ebe Author: Andy Ross <andrew.j.ross@...> Date: Thu May 31 11:13:49 2018 -0700 kernel/sched: Fix preemption logic The should_preempt() code w
|
By
...
·
|
|
#BluetoothMesh ...about latest kernel OOPS & exception
#bluetoothmesh
Hello World !! Today after upgrading to v1.12.0-rc2, I'm getting following error while playing with sample code which is inspired from sample/bluetooth/mesh [bt] [ERR] hci_tx_thread: assert: 'err == 0
Hello World !! Today after upgrading to v1.12.0-rc2, I'm getting following error while playing with sample code which is inspired from sample/bluetooth/mesh [bt] [ERR] hci_tx_thread: assert: 'err == 0
|
By
...
·
|
|
What end user can't do if have only NET & APP key for #BluetoothMesh n/w ?
#bluetoothmesh
Hi, Assume 1) a company don't wanna go with any cloud service to store & upgrade #BluetoothMesh .json file for his products. 2) And no #OOB authentication during provisioning 3) On other side, user pr
Hi, Assume 1) a company don't wanna go with any cloud service to store & upgrade #BluetoothMesh .json file for his products. 2) And no #OOB authentication during provisioning 3) On other side, user pr
|
By
...
·
|
|
switching from #FCB to #NVS for #BluetoothMesh persistent storage 4 messages
#fcb
#nvs
#bluetoothmesh
Hi Vikrant, Mesh will work with any settings backend (currently FCB and NFFS, and in the future with NVS). Johan
Hi Vikrant, Mesh will work with any settings backend (currently FCB and NFFS, and in the future with NVS). Johan
|
By
Johan Hedberg
·
|
|
about newly introduced #BluetoothMesh persistent storage feature 3 messages
#bluetoothmesh
Hi Johan, As per nrf52840_pca10056.dts file last 16KB is used for persistent data storage. To calculate FLASH life time, I have to understand what is going on at background (at #FCB layer). This is my
Hi Johan, As per nrf52840_pca10056.dts file last 16KB is used for persistent data storage. To calculate FLASH life time, I have to understand what is going on at background (at #FCB layer). This is my
|
By
...
·
|
|
#BluetoothMesh persistent storage for provisioning data 6 messages
#bluetoothmesh
Hi Kai, The idea is to avoid excessive flash writes (or worse, flash erases). There's a variable that's set with CONFIG_BT_MESH_SEQ_STORE_RATE. It controls that only the Nth sequence number increment
Hi Kai, The idea is to avoid excessive flash writes (or worse, flash erases). There's a variable that's set with CONFIG_BT_MESH_SEQ_STORE_RATE. It controls that only the Nth sequence number increment
|
By
Johan Hedberg
·
|
|
[Zephyr-users] What will be status of #BluetoothMesh in #LTS release ? 2 messages
#bluetoothmesh
#lts
Hi Johan, Awesome, thanks for the info !!
Hi Johan, Awesome, thanks for the info !!
|
By
...
·
|
|
[ #BluetoothMesh ] Can I use bt_mesh_model_publish() in ./samples/bluetooth/mesh_demo? 2 messages
#bluetoothmesh
Hi Kai, bt_mesh_model_publish() is (like the name suggests) for model publication. bt_mesh_model_send() is for everything else that falls outside of that use case. This could be e.g. a server model's
Hi Kai, bt_mesh_model_publish() is (like the name suggests) for model publication. bt_mesh_model_send() is for everything else that falls outside of that use case. This could be e.g. a server model's
|
By
Johan Hedberg
·
|
|
What will be status of #BluetoothMesh in #LTS release ? 3 messages
#lts
#bluetoothmesh
HI Aaron, This PDF may help developers who want to go with Zephyr #BluetoothMesh. https://www.zephyrproject.org/wp-content/uploads/sites/38/2018/03/openiot_zephyr_lts_what_and_why.pdf But following li
HI Aaron, This PDF may help developers who want to go with Zephyr #BluetoothMesh. https://www.zephyrproject.org/wp-content/uploads/sites/38/2018/03/openiot_zephyr_lts_what_and_why.pdf But following li
|
By
...
·
|
|
[ #BluetoothMesh ] possible Bug .. without assigning subscription address to Model, it is reacting to subscription address assign to other Model 3 messages
#bluetoothmesh
Hi, It was bug from my side & I've resolved it. Now everything is working as expected. Excuse me for that !!
Hi, It was bug from my side & I've resolved it. Now everything is working as expected. Excuse me for that !!
|
By
...
·
|
|
[Zephyr-users] [Zephyr-devel] not able to complete #BluetoothMesh provisioning & configuration process using #meshctl (5.49) 5 messages
#meshctl
#bluetoothmesh
Hi to all, cd $(zephyr_base) git fetch origin pull/7283/head:BlueZMeshctl git checkout BlueZMeshctl I execute above commands & re-build samples/bluetooth/mesh & try to provision it using BlueZ 5.49 #m
Hi to all, cd $(zephyr_base) git fetch origin pull/7283/head:BlueZMeshctl git checkout BlueZMeshctl I execute above commands & re-build samples/bluetooth/mesh & try to provision it using BlueZ 5.49 #m
|
By
...
·
|
|
[Zephyr-users] Device Firmware Update + Zephyr + 4 messages
#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 as yo
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 as yo
|
By
...
·
|
|
not able to complete #BluetoothMesh provisioning & configuration process using #meshctl (5.49) 5 messages
#bluetoothmesh
#meshctl
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
·
|
|
Low power node and friend 5 messages
#bluetoothmesh
Hi Diana, Yes, that's correct. The 'frnd' variable can also be controlled through the configuration model (normally operated from the provisioner device). If you set CONFIG_BT_MESH_LPN_AUTO=y then you
Hi Diana, Yes, that's correct. The 'frnd' variable can also be controlled through the configuration model (normally operated from the provisioner device). If you set CONFIG_BT_MESH_LPN_AUTO=y then you
|
By
Johan Hedberg
·
|