|
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
Mayank
· #6456
·
|
|
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
Mayank
· #6438
·
|
|
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 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
Mayank
· #6444
·
|
|
Zephyr as HCI Host
#uart
#bluetoothmesh
#hci
Hello, I am trying to configure Zephyr as a HCI UART host. My setup: nrf52840_pca10056 nordic dev kit running zephyr/samples/bluetooth/hci_uart. This seems pretty straight forward. stm32f746g_disco de
Hello, I am trying to configure Zephyr as a HCI UART host. My setup: nrf52840_pca10056 nordic dev kit running zephyr/samples/bluetooth/hci_uart. This seems pretty straight forward. stm32f746g_disco de
|
By
@abaska
· #5396
·
|
|
Zephyr as HCI Host
#uart
#bluetoothmesh
#hci
Hi, This is a valid and quite common set up. The most important thing you'll need to enable is the host-side UART HCI driver using CONFIG_BT_H4=y. Johan
Hi, This is a valid and quite common set up. The most important thing you'll need to enable is the host-side UART HCI driver using CONFIG_BT_H4=y. Johan
|
By
Johan Hedberg
· #5398
·
|
|
Zephyr as HCI Host
#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
· #5405
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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, 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
·
|
|
Low power node and friend
#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
· #4877
·
|
|
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
Mayank
· #6450
·
|
|
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
·
|
|
#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
·
|
|
#bluetoothmesh Help for sending and receiving messages through mesh
#bluetoothmesh
Hi Paul, All application-level messaging with mesh is always in the context of models. I’d suggest familiarising yourself with the Mesh Model Specification to see if any of the standard models suits y
Hi Paul, All application-level messaging with mesh is always in the context of models. I’d suggest familiarising yourself with the Mesh Model Specification to see if any of the standard models suits y
|
By
Johan Hedberg
· #5903
·
|
|
#bluetoothmesh Help for sending and receiving messages through mesh
#bluetoothmesh
Hi Johan, Thanks for your quick response. I already have gone through the mesh model spec, but I don't think there is a model that I could use to do what i want. I would like to send a message looking
Hi Johan, Thanks for your quick response. I already have gone through the mesh model spec, but I don't think there is a model that I could use to do what i want. I would like to send a message looking
|
By
paul.leguennec@...
· #5905
·
Edited
|
|
#bluetoothmesh Help for sending and receiving messages through mesh
#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@...
· #5928
·
Edited
|