|
Bluetooth mesh provisionning got stuck
#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
...
· #914
·
|
|
What is the process to enable bluetooth so that nrf52832 is disciverable by other device (android phone)
#ble
#bluetoothmesh
#nrf52832
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
...
· #899
·
|
|
compiling issue for nRF52840_PDK
Hi, I am getting this error. -- Selected BOARD nrf52840_pca10056 Zephyr version: 1.12.99 Parsing Kconfig tree in /home/vikrant/projects/zephyr/zephyr/Kconfig Using /home/vikrant/projects/zephyr/zephyr
Hi, I am getting this error. -- Selected BOARD nrf52840_pca10056 Zephyr version: 1.12.99 Parsing Kconfig tree in /home/vikrant/projects/zephyr/zephyr/Kconfig Using /home/vikrant/projects/zephyr/zephyr
|
By
...
· #895
·
|
|
#BluetoothMesh: if Node reprovisioned then it not get stored on SoC flash
Hi Johan, Which app you used for testing ? Is it samples/boards/nrf52/mesh/onoff-app by adding persistent storage support ? Could you please test it for PR:8296 by removing NVS from it ? Thanks!!
Hi Johan, Which app you used for testing ? Is it samples/boards/nrf52/mesh/onoff-app by adding persistent storage support ? Could you please test it for PR:8296 by removing NVS from it ? Thanks!!
|
By
...
· #890
·
|
|
#BluetoothMesh: if Node reprovisioned then it not get stored on SoC flash
Hi Johan, I've completely removed NVS from my local project. Even after that facing same issue. If you provision & configure -> reset the board -> then it work as expected. But I'm not talking about p
Hi Johan, I've completely removed NVS from my local project. Even after that facing same issue. If you provision & configure -> reset the board -> then it work as expected. But I'm not talking about p
|
By
...
· #887
·
|
|
#BluetoothMesh: if Node reprovisioned then it not get stored on SoC flash
Hi Johan, It is with default #FCB.
Hi Johan, It is with default #FCB.
|
By
...
· #884
·
|
|
#BluetoothMesh: if Node reprovisioned then it not get stored on SoC flash
Hi, Yes, I confirmed my observation. And happening this every time. I also tried it with #nRFMesh app. In that case too, if I do (provision + configuration) -> ( node-reset ) -> (provision + configura
Hi, Yes, I confirmed my observation. And happening this every time. I also tried it with #nRFMesh app. In that case too, if I do (provision + configuration) -> ( node-reset ) -> (provision + configura
|
By
...
· #882
·
|
|
#BluetoothMesh: if Node reprovisioned then it not get stored on SoC flash
Hi, If after complete or partial provisioning, execute node-reset command then in that case I have observe following things : 1) Node get reprovision 2) but after reboot, it boot as unprovisioned devi
Hi, If after complete or partial provisioning, execute node-reset command then in that case I have observe following things : 1) Node get reprovision 2) but after reboot, it boot as unprovisioned devi
|
By
...
· #880
·
|
|
is it possible to enable LE Coded PHY for #BluetoothMesh Nodes / #BLE devices?
#ble
#bluetoothmesh
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
...
· #874
·
|
|
[Zephyr-devel] #BluetoothMesh Lighting Model implementation
#bluetoothmesh
Hi Johan, Mynewt's lighting model app is very simple & basic, if compare it with diagram on page 296 of model specs. And it is not what I'm expecting. Hello Bluetooth_SIG members, Is Bluetooth_SIG goi
Hi Johan, Mynewt's lighting model app is very simple & basic, if compare it with diagram on page 296 of model specs. And it is not what I'm expecting. Hello Bluetooth_SIG members, Is Bluetooth_SIG goi
|
By
...
· #869
·
|
|
#BluetoothMesh Lighting Model implementation
#bluetoothmesh
Hi to all, is there any one who tried to implement Lighting Models (page 296 of Mesh_Model_Specification v1.0.pdf) using Zephyt #BluetoothMesh API ? I want to control three things -> Light On Off, Lig
Hi to all, is there any one who tried to implement Lighting Models (page 296 of Mesh_Model_Specification v1.0.pdf) using Zephyt #BluetoothMesh API ? I want to control three things -> Light On Off, Lig
|
By
...
· #867
·
|
|
[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
...
· #866
·
|
|
[Zephyr-devel] How to implement #BluetoothMesh Generic_Delta_Server_Unack opcode function ??
#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
...
· #863
·
|
|
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
...
· #862
·
|
|
[Zephyr-devel] How to change Bluetooth default TX power ?
Hi Vinayak, As of now, I need build time configuration option to change Tx power. It will be great, if we could do it by editing prj.conf. Thank You !!
Hi Vinayak, As of now, I need build time configuration option to change Tx power. It will be great, if we could do it by editing prj.conf. Thank You !!
|
By
...
· #854
·
|
|
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
...
· #851
·
|
|
How to change Bluetooth default TX power ?
Hi, If anyone want to edit tx power of #nRF52840_PDK, then have to edit two file .. 1) $zephyr/subsys/bluetooth/controller/ll_sw/ctrl.c: L5882 2) $zephyr/subsys/bluetooth/controller/ll_sw/ll_test.c: L
Hi, If anyone want to edit tx power of #nRF52840_PDK, then have to edit two file .. 1) $zephyr/subsys/bluetooth/controller/ll_sw/ctrl.c: L5882 2) $zephyr/subsys/bluetooth/controller/ll_sw/ll_test.c: L
|
By
...
· #850
·
|
|
[Zephyr-devel] [Zephyr-users] #BluetoothMesh ...about latest kernel OOPS & exception
#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
...
· #846
·
|
|
[Zephyr-devel] [Zephyr-users] #BluetoothMesh ...about latest kernel OOPS & exception
#bluetoothmesh
Hi, I commented line no. 3318 of subsys/bluetooth/host/hci_core.c i.e. // BT_ASSERT(buf); And after that everything is working perfectly normal. Thanks !!
Hi, I commented line no. 3318 of subsys/bluetooth/host/hci_core.c i.e. // BT_ASSERT(buf); And after that everything is working perfectly normal. Thanks !!
|
By
...
· #845
·
|
|
[Zephyr-devel] [Zephyr-users] #BluetoothMesh ...about latest kernel OOPS & exception
#bluetoothmesh
Hi Carles, I tried it with samples/boards/nrf52/mesh/onoff-app ....Here too, I faced kernel OOPS. But in that case, occurrence frequency was very low. I'm facing all these issues after 1.12.0-rc2 upda
Hi Carles, I tried it with samples/boards/nrf52/mesh/onoff-app ....Here too, I faced kernel OOPS. But in that case, occurrence frequency was very low. I'm facing all these issues after 1.12.0-rc2 upda
|
By
...
· #843
·
|