|
Cannot build "mesh" sample into #nRF52810 emulating with #nRF52 DK
#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
· #7648
·
|
|
Cannot build "mesh" sample into #nRF52810 emulating with #nRF52 DK
#nrf52810
#nrf52
#bluetoothmesh
Hello everyone ! 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. Ho
Hello everyone ! 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. Ho
|
By
david.heng@...
· #7645
·
Edited
|
|
#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
...
· #7644
·
|
|
Bluetooth mesh and Central role simultaneously
#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
· #7132
·
|
|
Bluetooth mesh and Central role simultaneously
#bluetoothmesh
#bluetooth
Hi Johan, thank you very much for your help in that matter. I am aware of the reduced scanning time for the mesh. It’s just that in my scenario the mesh is running all day long, and occasionally some
Hi Johan, thank you very much for your help in that matter. I am aware of the reduced scanning time for the mesh. It’s just that in my scenario the mesh is running all day long, and occasionally some
|
By
Andreas
· #7131
·
|
|
Bluetooth mesh and Central role simultaneously
#bluetoothmesh
#bluetooth
Hi Andreas, There’s nothing in the standard that prohibits it, but it will reduce the efficiency of the mesh network. The mesh advertising bearer is designed in such a way that assumes the nodes to be
Hi Andreas, There’s nothing in the standard that prohibits it, but it will reduce the efficiency of the mesh network. The mesh advertising bearer is designed in such a way that assumes the nodes to be
|
By
Johan Hedberg
· #7123
·
|
|
Bluetooth mesh and Central role simultaneously
#bluetoothmesh
#bluetooth
Hello, on my nRF52 board I am planning to have a Bluetooth mesh node running and then eventually (e.g. on button press) create a connection to a smartphone (nRF52 in Central, smartphone in Peripheral
Hello, on my nRF52 board I am planning to have a Bluetooth mesh node running and then eventually (e.g. on button press) create a connection to a smartphone (nRF52 in Central, smartphone in Peripheral
|
By
Andreas
· #7091
·
|
|
Issue in OTA of zephyr OS over UART on Nordic nrf52840_pca10056 chip
#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
...
· #6463
·
|
|
Issue in OTA of zephyr OS over UART on Nordic nrf52840_pca10056 chip
#ble
#bluetoothmesh
#nrf52840
#uart
Hi Mayank, could you please attach your 'zephyr/.config' file? Maybe I will find some inaccuracy there. Cheers, Adam
Hi Mayank, could you please attach your 'zephyr/.config' file? Maybe I will find some inaccuracy there. Cheers, Adam
|
By
Adam Podogrocki
· #6462
·
|
|
Issue in OTA of zephyr OS over UART on Nordic nrf52840_pca10056 chip
#ble
#bluetoothmesh
#nrf52840
#uart
Thanks Adam, I have disabled BT and Shell, Only UART is there. Now, when i run the command with debug mode --> mcumgr -ldebug --conntype=serial --connstring='dev=/dev/ttymxc0,baud=115200' echo hello I
Thanks Adam, I have disabled BT and Shell, Only UART is there. Now, when i run the command with debug mode --> mcumgr -ldebug --conntype=serial --connstring='dev=/dev/ttymxc0,baud=115200' echo hello I
|
By
...
· #6456
·
|
|
Issue in OTA of zephyr OS over BLE on Nordic nrf52840_pca10056 chip
#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
...
· #6454
·
|
|
Issue in OTA of zephyr OS over BLE on Nordic nrf52840_pca10056 chip
#nrf52840
#ble
#bluetoothmesh
Hi Mayank, You are getting this error because the hci0 device could not be enabled on your host system, the echo command sends that to the remote device using Bluetooth. You need a Bluetooth dongle pl
Hi Mayank, You are getting this error because the hci0 device could not be enabled on your host system, the echo command sends that to the remote device using Bluetooth. You need a Bluetooth dongle pl
|
By
lairdjm
· #6451
·
|
|
Issue in OTA of zephyr OS over BLE on Nordic nrf52840_pca10056 chip
#nrf52840
#ble
#bluetoothmesh
Hi, I'm trying to do an OTA of zephyr hci_uart application and i have done following things. Referred https://docs.zephyrproject.org/1.14.0/samples/subsys/mgmt/mcumgr/smp_svr/README.html?highlight=bui
Hi, I'm trying to do an OTA of zephyr hci_uart application and i have done following things. Referred https://docs.zephyrproject.org/1.14.0/samples/subsys/mgmt/mcumgr/smp_svr/README.html?highlight=bui
|
By
...
· #6450
·
|
|
Issue in OTA of zephyr OS over UART on Nordic nrf52840_pca10056 chip
#ble
#bluetoothmesh
#nrf52840
#uart
Hi Mayank, If you are using UART as a connection type, then please disable other communication channels like BT and shell - at least in my case with STM32 it helped. I assume that flash partition layo
Hi Mayank, If you are using UART as a connection type, then please disable other communication channels like BT and shell - at least in my case with STM32 it helped. I assume that flash partition layo
|
By
Adam Podogrocki
· #6445
·
|
|
Issue in OTA of zephyr OS over UART on Nordic nrf52840_pca10056 chip
#ble
#bluetoothmesh
#nrf52840
#uart
Hi Adam, Thanks for the quick reply.I have flashed MCUBOOT (0x0 to 0x8000) and smp_svr (0xC000 to 0x27000). The flag CONFIG_UART_MCUMGR_ON_DEV_NAME is defaults to 'UART_0'. My DTS file has following c
Hi Adam, Thanks for the quick reply.I have flashed MCUBOOT (0x0 to 0x8000) and smp_svr (0xC000 to 0x27000). The flag CONFIG_UART_MCUMGR_ON_DEV_NAME is defaults to 'UART_0'. My DTS file has following c
|
By
...
· #6444
·
|
|
Issue in OTA of zephyr OS over UART on Nordic nrf52840_pca10056 chip
#ble
#bluetoothmesh
#nrf52840
#uart
Hi Mayank, If you are sure the partition layout of flash memory is correct and you flashed MCUboot and SMP_SVR sample respectively, then please check if the CONFIG_UART_MCUMGR_ON_DEV_NAME is set corre
Hi Mayank, If you are sure the partition layout of flash memory is correct and you flashed MCUboot and SMP_SVR sample respectively, then please check if the CONFIG_UART_MCUMGR_ON_DEV_NAME is set corre
|
By
Adam Podogrocki
· #6440
·
|
|
Issue in OTA of zephyr OS over UART on Nordic nrf52840_pca10056 chip
#ble
#bluetoothmesh
#nrf52840
#uart
Hi, I have nrf52840 on my custom board (Based on IMX6, Running Yocto linux) which is connected over UART. I want to do an OTA of zephyr OS on that chip over serial/ble and for that i had already tried
Hi, I have nrf52840 on my custom board (Based on IMX6, Running Yocto linux) which is connected over UART. I want to do an OTA of zephyr OS on that chip over serial/ble and for that i had already tried
|
By
...
· #6438
·
|
|
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@...
· #6116
·
|
|
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@...
· #5952
·
|
|
#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@...
· #5934
·
|