|
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 *buf)
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 *buf)
|
By
...
·
|
|
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 with
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 with
|
By
...
·
|
|
[Zephyr-devel] [Zephyr-users] #BluetoothMesh ...about latest kernel OOPS & exception 9 messages
#bluetoothmesh
Hi, I've created new PR https://github.com/zephyrproject-rtos/zephyr/pull/8101. It is basically modified version of samples/bluetooth/mesh as well as inspired from samples/boards/nrf52/mesh/onoff-app.
Hi, I've created new PR https://github.com/zephyrproject-rtos/zephyr/pull/8101. It is basically modified version of samples/bluetooth/mesh as well as inspired from samples/boards/nrf52/mesh/onoff-app.
|
By
...
·
|
|
#BluetoothMesh ...about latest kernel OOPS & exception 7 messages
#bluetoothmesh
Hi Carles, Now get these FAULT/OOPS, ***** MPU FAULT ***** Executing thread ID (thread): 0x20001eb0 Faulting instruction address: 0x200006b8 Instruction Access Violation Fatal fault in thread 0x20001e
Hi Carles, Now get these FAULT/OOPS, ***** MPU FAULT ***** Executing thread ID (thread): 0x20001eb0 Faulting instruction address: 0x200006b8 Instruction Access Violation Fatal fault in thread 0x20001e
|
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
...
·
|
|
[Zephyr-devel] switching from #FCB to #NVS for #BluetoothMesh persistent storage
#fcb
#nvs
#bluetoothmesh
Hi. I Think it will be possible – (but can’t be sure). At last Jehudi Maes (the NVS author) is considering right now ho to provide nvs-back-end for the setting (I’m in touch with him). Andrzej
Hi. I Think it will be possible – (but can’t be sure). At last Jehudi Maes (the NVS author) is considering right now ho to provide nvs-back-end for the setting (I’m in touch with him). Andrzej
|
By
...
·
|
|
[Zephyr-devel] switching from #FCB to #NVS for #BluetoothMesh persistent storage 2 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
·
|
|
switching from #FCB to #NVS for #BluetoothMesh persistent storage
#fcb
#nvs
#bluetoothmesh
Hi, will it be possible to choose between #FCB & #NVS for #BluetoothMesh persistence data storage using configuration options ? Thank You !!
Hi, will it be possible to choose between #FCB & #NVS for #BluetoothMesh persistence data storage using configuration options ? Thank You !!
|
By
...
·
|
|
[Zephyr-devel] about newly introduced #BluetoothMesh persistent storage feature 2 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
...
·
|
|
about newly introduced #BluetoothMesh persistent storage feature
#bluetoothmesh
Hi, How to save (SIG or Vendor) Model states on SoC flash ? Is it going to be depend upon setting layer which is newly introduce concept or gonna completely independent as part of App layer ? --------
Hi, How to save (SIG or Vendor) Model states on SoC flash ? Is it going to be depend upon setting layer which is newly introduce concept or gonna completely independent as part of App layer ? --------
|
By
...
·
|
|
What will be status of #BluetoothMesh in #LTS release ? 3 messages
#bluetoothmesh
#lts
Hi Johan, Awesome, thanks for the info !!
Hi Johan, Awesome, thanks for the info !!
|
By
...
·
|
|
[Zephyr-devel] What will be status of #BluetoothMesh in #LTS release ? 2 messages
#bluetoothmesh
#lts
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
...
·
|
|
[Zephyr-devel] [ #BluetoothMesh ] possible Bug .. without assigning subscription address to Model, it is reacting to subscription address assign to other Model
#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-devel] not able to complete #BluetoothMesh provisioning & configuration process using #meshctl (5.49) 8 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
...
·
|
|
Device Firmware Update + Zephyr + 7 messages
#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
...
·
|
|
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
·
|
|
#BluetoothMesh guest key implementation 2 messages
#bluetoothmesh
Hi Vikrant, It's more of a provisioner issue than a Zephyr issue. On the Zephyr side all you need to do is make sure your configuration allows at least two network keys. Then you need to make your pro
Hi Vikrant, It's more of a provisioner issue than a Zephyr issue. On the Zephyr side all you need to do is make sure your configuration allows at least two network keys. Then you need to make your pro
|
By
Johan Hedberg
·
|
|
not able to complete #BluetoothMesh provisioning & configuration process using #meshctl (5.49) 7 messages
#bluetoothmesh
#meshctl
Hi Johan, Some more detail. I added some instrumentation to parse_service_data and parse_mesh_service_data. The data type that gets passed to parse_mesh_service_data in data[0] is 0x00 while the funct
Hi Johan, Some more detail. I added some instrumentation to parse_service_data and parse_mesh_service_data. The data type that gets passed to parse_mesh_service_data in data[0] is 0x00 while the funct
|
By
Steve Brown
·
|
|
[Zephyr-devel] #BluetoothMesh URI provisioning
#bluetoothmesh
Hi Vikrant, This is already supported using the "const char *uri" member of struct bt_mesh_prov. Johan
Hi Vikrant, This is already supported using the "const char *uri" member of struct bt_mesh_prov. Johan
|
By
Johan Hedberg
·
|
|
#BluetoothMesh URI provisioning
#bluetoothmesh
Hi, Is Zephyr going to introduce feature so that beacon will broadcast URI for unprovisioned #BluetoothMesh DEVICEs ? Or it is simply replacing DEVICE_NAME (means Zephyr ) to something like mentioned
Hi, Is Zephyr going to introduce feature so that beacon will broadcast URI for unprovisioned #BluetoothMesh DEVICEs ? Or it is simply replacing DEVICE_NAME (means Zephyr ) to something like mentioned
|
By
...
·
|