|
BLE Mesh Sensor Model
#bluetoothmesh
Hello, are there any plans for implementing ble mesh sensor model? I am aware of the nRF Connect SDK implementation, but I'm wondering if anyone is working on a native zephyr implementation. Thank you
Hello, are there any plans for implementing ble mesh sensor model? I am aware of the nRF Connect SDK implementation, but I'm wondering if anyone is working on a native zephyr implementation. Thank you
|
By
mustafa.homsi@...
·
|
|
Hello Zephyr support team,
#ble
#bluetoothmesh
#hci
#zephyrbluetoothmesh
#uart
We have some questions regarding the BLE MESH, So kindly go through below hardware and software setup and please guide us about our queries. Your quick response will be highly appreciated. Hardware se
We have some questions regarding the BLE MESH, So kindly go through below hardware and software setup and please guide us about our queries. Your quick response will be highly appreciated. Hardware se
|
By
prabhunath.gupt@...
·
|
|
Cannot build "mesh" sample into #nRF52810 emulating with #nRF52 DK 2 messages
#nrf52810
#nrf52
#bluetoothmesh
Hi, The Bluetooth Mesh sample in the default configuration simply doesn't fit on the nRF52810, unfortunately. There are a couple of config files in this sample that are designed to fit on memory const
Hi, The Bluetooth Mesh sample in the default configuration simply doesn't fit on the nRF52810, unfortunately. There are a couple of config files in this sample that are designed to fit on memory const
|
By
Trond Snekvik
·
|
|
#Bluetoothmesh #nRF52810 #nRF52dk #Overflowed #SRAM #FLASH
#flash
#bluetoothmesh
#nrf52810
#nrf52dk
#overflowed
Hello Team ! I am using the nRF52DK board to emulate the nRF52810, I succeed in running some samples like "blinky", "hello_world" or "beacon" in the path zephyrproject/zephyr/samples/bluetooth. Howeve
Hello Team ! I am using the nRF52DK board to emulate the nRF52810, I succeed in running some samples like "blinky", "hello_world" or "beacon" in the path zephyrproject/zephyr/samples/bluetooth. Howeve
|
By
...
·
|
|
Bluetooth mesh and Central role simultaneously 4 messages
#bluetoothmesh
#bluetooth
Hi Andreas, No, I don’t think that combination would make sense. One option I forgot to mention is the bt_mesh_suspend() & bt_mesh_resume() APIs. You could try suspending mesh operations (advertising
Hi Andreas, No, I don’t think that combination would make sense. One option I forgot to mention is the bt_mesh_suspend() & bt_mesh_resume() APIs. You could try suspending mesh operations (advertising
|
By
Johan Hedberg
·
|
|
Issue in OTA of zephyr OS over UART on Nordic nrf52840_pca10056 chip 7 messages
#ble
#bluetoothmesh
#nrf52840
#uart
Thanks Adam, I have upgraded zephyr to latest version (2.1.0) using west update. Now with the configuration of my application as well as mcuboot, i reached at the stage where i can upload the signed a
Thanks Adam, I have upgraded zephyr to latest version (2.1.0) using west update. Now with the configuration of my application as well as mcuboot, i reached at the stage where i can upload the signed a
|
By
...
·
|
|
Issue in OTA of zephyr OS over BLE on Nordic nrf52840_pca10056 chip 3 messages
#nrf52840
#ble
#bluetoothmesh
Thanks Jamie, Here, I would like to point out the exact setup that i'm trying DFU on. I have One custom board which has imx6ul processor, I'm having one BLE controller on board which is connected to p
Thanks Jamie, Here, I would like to point out the exact setup that i'm trying DFU on. I have One custom board which has imx6ul processor, I'm having one BLE controller on board which is connected to p
|
By
...
·
|
|
Mesh Proxy node communication with PC
#bluetoothmesh
Hello, I am trying to send my mesh message from my proxy (that receive the message from my network) to my PC. I've understood that to do so, I should be using Mesh Proxy Data Out to notify my PC (GATT
Hello, I am trying to send my mesh message from my proxy (that receive the message from my network) to my PC. I've understood that to do so, I should be using Mesh Proxy Data Out to notify my PC (GATT
|
By
paul.leguennec@...
·
|
|
Periodic publishing
#bluetoothmesh
#nrf52
Hello, I have been trying to use the periodic publishing in mesh, but I don't really see how to use it correctly. I have read the Mesh Specification, and I already asked here for help on publishing, a
Hello, I have been trying to use the periodic publishing in mesh, but I don't really see how to use it correctly. I have read the Mesh Specification, and I already asked here for help on publishing, a
|
By
paul.leguennec@...
·
|
|
#bluetoothmesh Using the Period Publish in Mesh
#bluetoothmesh
Hi, How could I use periodic publishing in Mesh ? I have looked through the Mesh Spec (especially section 3.7.6.1), and I tried to understand in include files how to use it but I haven't understood wh
Hi, How could I use periodic publishing in Mesh ? I have looked through the Mesh Spec (especially section 3.7.6.1), and I tried to understand in include files how to use it but I haven't understood wh
|
By
paul.leguennec@...
·
|
|
#bluetoothmesh Help for sending and receiving messages through mesh 4 messages
#bluetoothmesh
Hi, I am trying to implement two vendor models : one client and one server. I made a little specification of that model, and it just need two messages handlers : get and status. The client will send a
Hi, I am trying to implement two vendor models : one client and one server. I made a little specification of that model, and it just need two messages handlers : get and status. The client will send a
|
By
paul.leguennec@...
·
Edited
|
|
BT Mesh Health Server Fault Register 3 messages
#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
·
|
|
[Bluetooth Mesh] How is the correct way to make a self provision 4 messages
#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
·
|
|
Mesh Provisioning Publisher - Setting & Binding in application 2 messages
#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
·
|
|
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
...
·
|
|
Bluetooth mesh using nrf52 pca10040 2 messages
#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
·
|
|
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
·
|
|
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
·
|
|
Ble mesh stack not compatilbe with c++ 2 messages
#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
·
|
|
Suggestions on rpl_border_router and rpl_node 3 messages
#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
·
|