|
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
Mayank
·
|
|
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
Mayank
·
|
|
Mesh Proxy node communication with PC 1 messages
#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 1 messages
#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 1 messages
#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 1 messages
#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
vikrant8051
·
|
|
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 1 messages
#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? 1 messages
#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
Cufi, Carles
·
|
|
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
·
|
|
Zephyr as HCI Host 3 messages
#uart
#bluetoothmesh
#hci
Looks like UART flow control is not implemented on stm32f746g_disco. I am going to get that working. Hopefully that makes this setup work.
Looks like UART flow control is not implemented on stm32f746g_disco. I am going to get that working. Hopefully that makes this setup work.
|
By
@abaska
·
|
|
Low power node and friend 1 messages
#bluetoothmesh
Hello! A couple of months ago, I requested some help to enable the LPN and friend features in this post: https://lists.zephyrproject.org/g/devel/topic/18050411#2060 Which turned out successfully with
Hello! A couple of months ago, I requested some help to enable the LPN and friend features in this post: https://lists.zephyrproject.org/g/devel/topic/18050411#2060 Which turned out successfully with
|
By
Diana Rivera
·
|
|
[Zephyr-users] Bluetooth mesh provisionning got stuck 1 messages
#bluetoothmesh
#nrf52840
Hi Rodrigo, Can you access Models after following these steps ? Provisioning & Configuration of Models -> un-provisioning (using reset node option in #nRFMesh) -> re-provisioning & re-configuration of
Hi Rodrigo, Can you access Models after following these steps ? Provisioning & Configuration of Models -> un-provisioning (using reset node option in #nRFMesh) -> re-provisioning & re-configuration of
|
By
vikrant8051
·
|
|
[Zephyr-users] What is the process to enable bluetooth so that nrf52832 is disciverable by other device (android phone) 1 messages
#bluetoothmesh
#nrf52832
#ble
Hi Rajat, This could be helpful https://devzone.nordicsemi.com/b/blog/posts/nrf-blinky-compatible-firmware-using-zephyr-blueto You've to make changes as per your Board design. regards, vikrant
Hi Rajat, This could be helpful https://devzone.nordicsemi.com/b/blog/posts/nrf-blinky-compatible-firmware-using-zephyr-blueto You've to make changes as per your Board design. regards, vikrant
|
By
vikrant8051
·
|
|
[Zephyr-users] is it possible to enable LE Coded PHY for #BluetoothMesh Nodes / #BLE devices? 1 messages
#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
·
|