|
#bluetoothmesh Help for sending and receiving messages through mesh
#bluetoothmesh
Hello, I am working on a project using Mesh with nrf52 boards. I have 3 boards for now, two of them are in a mesh network (boards A and B) (I will have more later to hava a real mesh network), and the
Hello, I am working on a project using Mesh with nrf52 boards. I have 3 boards for now, two of them are in a mesh network (boards A and B) (I will have more later to hava a real mesh network), and the
|
By
paul.leguennec@...
· #5902
·
|
|
BT Mesh Health Server Fault Register
#bluetoothmesh
#zephyrbluetoothmesh
Hi Billy, That depends on your application and the source of the faults. All the stack requires is for you to keep track of the fault history. You could do that e.g. with a simple u8_t array like the
Hi Billy, That depends on your application and the source of the faults. All the stack requires is for you to keep track of the fault history. You could do that e.g. with a simple u8_t array like the
|
By
Johan Hedberg
· #5884
·
|
|
BT Mesh Health Server Fault Register
#bluetoothmesh
#zephyrbluetoothmesh
Hi, The Zephyr mesh health server leaves fault registration up to the application, however you do need to register a bt_mesh_health_srv_cb struct which includes callbacks for retrieving the faults, cl
Hi, The Zephyr mesh health server leaves fault registration up to the application, however you do need to register a bt_mesh_health_srv_cb struct which includes callbacks for retrieving the faults, cl
|
By
Johan Hedberg
· #5883
·
|
|
BT Mesh Health Server Fault Register
#bluetoothmesh
#zephyrbluetoothmesh
Hi All, I am looking at the BT Mesh Health Server, and Client, so that i can report faults between nodes and ultimately to the central control application. Unfortunately, i have run into a problem; Ho
Hi All, I am looking at the BT Mesh Health Server, and Client, so that i can report faults between nodes and ultimately to the central control application. Unfortunately, i have run into a problem; Ho
|
By
William Fish
· #5882
·
|
|
[Bluetooth Mesh] How is the correct way to make a self provision
#bluetoothmesh
#zephyrbluetoothmesh
Hi Lucas, (added zephyr-devel back to CC since this info may benefit others as well) No, that’s normal. It means you used the configuration client API without requesting it to wait for the response me
Hi Lucas, (added zephyr-devel back to CC since this info may benefit others as well) No, that’s normal. It means you used the configuration client API without requesting it to wait for the response me
|
By
Johan Hedberg
· #5820
·
|
|
[Bluetooth Mesh] How is the correct way to make a self provision
#bluetoothmesh
#zephyrbluetoothmesh
Interesting, I was using this CONFIG_BT_SETTINGS because I got it on other project. I did what you said and the errors were gone, thank you, apparently is working. One more thing, this messages "<wrn>
Interesting, I was using this CONFIG_BT_SETTINGS because I got it on other project. I did what you said and the errors were gone, thank you, apparently is working. One more thing, this messages "<wrn>
|
By
Lucas Peixoto
· #5819
·
|
|
[Bluetooth Mesh] How is the correct way to make a self provision
#bluetoothmesh
#zephyrbluetoothmesh
Hi Lucas, It looks like you’ve enabled CONFIG_BT_SETTINGS, but are not calling settings_load() in your app. It might explain the behaviour you’re seeing, since you’re effectively leaving the stack par
Hi Lucas, It looks like you’ve enabled CONFIG_BT_SETTINGS, but are not calling settings_load() in your app. It might explain the behaviour you’re seeing, since you’re effectively leaving the stack par
|
By
Johan Hedberg
· #5818
·
|
|
[Bluetooth Mesh] How is the correct way to make a self provision
#bluetoothmesh
#zephyrbluetoothmesh
Hello, I need help to understand what is the correct way to make a self provision. I have two boards(nrf52_pca10040) and them will be provisioned on the same network to make some tests. So far I was u
Hello, I need help to understand what is the correct way to make a self provision. I have two boards(nrf52_pca10040) and them will be provisioned on the same network to make some tests. So far I was u
|
By
Lucas Peixoto
· #5817
·
Edited
|
|
Mesh Provisioning Publisher - Setting & Binding in application
#bluetoothmesh
#zephyrbluetoothmesh
Hi Billy, If I were to guess, you’re calling the configuration client APIs without waiting for the responses (passing NULL for the response parameters, like the status) and some previous call has cons
Hi Billy, If I were to guess, you’re calling the configuration client APIs without waiting for the responses (passing NULL for the response parameters, like the status) and some previous call has cons
|
By
Johan Hedberg
· #5735
·
|
|
Mesh Provisioning Publisher - Setting & Binding in application
#bluetoothmesh
#zephyrbluetoothmesh
Hi, I'm new to this and struggling with BLE Mesh provisioning and need help, I am using Micro-bit (nrf51) which struggle to provision via BlueZ meshctl as they have such little memory hence i am attem
Hi, I'm new to this and struggling with BLE Mesh provisioning and need help, I am using Micro-bit (nrf51) which struggle to provision via BlueZ meshctl as they have such little memory hence i am attem
|
By
William Fish
· #5732
·
|
|
related to #BluetoothMesh & DFU_OTA
#bluetoothmesh
Hi, After merging https://github.com/zephyrproject-rtos/zephyr/pull/13135#issuecomment-462891136 this PR in local repo, we can do DFU OTA using Android #nRFConnect. But I've observe following things:
Hi, After merging https://github.com/zephyrproject-rtos/zephyr/pull/13135#issuecomment-462891136 this PR in local repo, we can do DFU OTA using Android #nRFConnect. But I've observe following things:
|
By
...
· #5701
·
|
|
Bluetooth mesh using nrf52 pca10040
#bluetoothmesh
#nrf52832
Hi, Since this is a BlueZ question it’d be better asked on the BlueZ mailing lists. I’ve added it to CC. E.g. Brian or Inga (who know the BlueZ mesh implementation very well) might be able to answer y
Hi, Since this is a BlueZ question it’d be better asked on the BlueZ mailing lists. I’ve added it to CC. E.g. Brian or Inga (who know the BlueZ mesh implementation very well) might be able to answer y
|
By
Johan Hedberg
· #5698
·
|
|
Bluetooth mesh using nrf52 pca10040
#bluetoothmesh
#nrf52832
Hey, I am trying to establish a bluetooth mesh using the Raspberry Pi 3 (bluez meshctl) as the provisioner and the nrf52 boards as the nodes. The nodes have to periodically send sensor data (LPN) to t
Hey, I am trying to establish a bluetooth mesh using the Raspberry Pi 3 (bluez meshctl) as the provisioner and the nrf52 boards as the nodes. The nodes have to periodically send sensor data (LPN) to t
|
By
...
· #5696
·
|
|
BT MESH SENSOR MODEL: BT_MESH_MODEL_ID_SENSOR_SRV
#bluetoothmesh
#zephyrbluetoothmesh
Hi All, I am looking at implementing a sensor network via BLE Mesh and am looking for any information on the implementation of the SENSOR MESH MODEL. Can anyone point me in the right direction? Many t
Hi All, I am looking at implementing a sensor network via BLE Mesh and am looking for any information on the implementation of the SENSOR MESH MODEL. Can anyone point me in the right direction? Many t
|
By
William Fish
· #5670
·
|
|
How to build images for client or server in bluetooth mesh examples?
#bluetoothmesh
I noticed that in these examples, there's only one main.c file, and only one image file would be built, it can support different hardware, but seems not different roles? Bluetooth Mesh is supposed to
I noticed that in these examples, there's only one main.c file, and only one image file would be built, it can support different hardware, but seems not different roles? Bluetooth Mesh is supposed to
|
By
wxzzzh
· #5555
·
|
|
Ble mesh stack not compatilbe with c++
#ble
#bluetoothmesh
Hi Robert, Can you please open a GitHub issue and assign it to @jhedberg ? Thanks, Carles
Hi Robert, Can you please open a GitHub issue and assign it to @jhedberg ? Thanks, Carles
|
By
Carles Cufi
· #5530
·
|
|
Suggestions on rpl_border_router and rpl_node
#bluetoothmesh
#nrf52480
#nrf52832
#zephyrbluetoothmesh
Hi Akash, Look the at the hardware information and setup procedure in "samples/net/rpl_border_router/README.rst". - Ravi
Hi Akash, Look the at the hardware information and setup procedure in "samples/net/rpl_border_router/README.rst". - Ravi
|
By
Ravi kumar Veeramally
· #5529
·
|
|
Suggestions on rpl_border_router and rpl_node
#bluetoothmesh
#nrf52480
#nrf52832
#zephyrbluetoothmesh
Hi There is a platform_whitelist in the sample.yaml file. In your case: "platform_whitelist: frdm_k64f " So you need this nxp board or have to port the sample to another board. Greetings Serafin
Hi There is a platform_whitelist in the sample.yaml file. In your case: "platform_whitelist: frdm_k64f " So you need this nxp board or have to port the sample to another board. Greetings Serafin
|
By
Serafin
· #5528
·
|
|
Suggestions on rpl_border_router and rpl_node
#bluetoothmesh
#nrf52480
#nrf52832
#zephyrbluetoothmesh
Hi All, I have been working on ipv6 over ble on zephyr RTOS to form mesh network.I have been successfully integrated "rpl_node"(which is in zephyr/samples/net/rpl_node) with ble(nrf52832), and it has
Hi All, I have been working on ipv6 over ble on zephyr RTOS to form mesh network.I have been successfully integrated "rpl_node"(which is in zephyr/samples/net/rpl_node) with ble(nrf52832), and it has
|
By
...
· #5527
·
|
|
Ble mesh stack not compatilbe with c++
#ble
#bluetoothmesh
Hi, When could we expect that blemesh code will be usable in c++. Most header files in zephyr are compatible with c++ but not ble mesh headers. No #ifdef __cplusplus in headers. Regards, Robert
Hi, When could we expect that blemesh code will be usable in c++. Most header files in zephyr are compatible with c++ but not ble mesh headers. No #ifdef __cplusplus in headers. Regards, Robert
|
By
robert.konc@...
· #5459
·
|