|
Debug probes and setup 2 messages
#debugging
#gdb
#nrf52480
#ztest
#bluetoothmesh
Hi Erik, FYI, pyocd is Zephyr-aware and Nordic’s J-Link OBs can be reflashed with pyocd-compatible firmware: https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52-DK/Download#infotabs A
Hi Erik, FYI, pyocd is Zephyr-aware and Nordic’s J-Link OBs can be reflashed with pyocd-compatible firmware: https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF52-DK/Download#infotabs A
|
By
Carles Cufi
·
|
|
Serial communication Node-red
#ble
#bluetoothmesh
#gpio
#usb
#bluetooth
Hi, I am wondering if anyone has tried reading for a serial port using node-red Currently, I'm using putty to read messages sent from my device built with help from zephyr mesh demo, as I'm using the
Hi, I am wondering if anyone has tried reading for a serial port using node-red Currently, I'm using putty to read messages sent from my device built with help from zephyr mesh demo, as I'm using the
|
By
...
·
|
|
BBC-Microbit BLE MESH sending data 2 messages
#ble
#bluetoothmesh
#gpio
#bluetooth
#nrf51822
Danny, I find the best place to start is the samples, you should find examples of unsolicited messages in the mesh samples. You may also find that the Micro:bit is notoriously difficult to work with d
Danny, I find the best place to start is the samples, you should find examples of unsolicited messages in the mesh samples. You may also find that the Micro:bit is notoriously difficult to work with d
|
By
William Fish
·
|
|
BBC-Microbit PIR sensor 2 messages
#zephyrbluetoothmesh
#sensor
#ble
#bluetoothmesh
#gpio
Hi, You may want to look at a couple of things to help you answer your own question: In the zephyr folders; It has the list of defines and corresponding pins The other useful information would be a cl
Hi, You may want to look at a couple of things to help you answer your own question: In the zephyr folders; It has the list of defines and corresponding pins The other useful information would be a cl
|
By
William Fish
·
|
|
Retrieve Mesh Proxy Data Out 3 messages
#bluetoothmesh
#zephyrbluetoothmesh
#nrf52-pca10040
Hi Paul, You need to configure proxy filtering to tell the proxy what addresses your proxy client is interested in. See section 6, and 6.4 in particular in the Mesh Profile Specification. There are ma
Hi Paul, You need to configure proxy filtering to tell the proxy what addresses your proxy client is interested in. See section 6, and 6.4 in particular in the Mesh Profile Specification. There are ma
|
By
Johan Hedberg
·
|
|
BT Mesh Health Server Fault Periodic Publication 2 messages
#zephyrbluetoothmesh
#bluetoothmesh
Hi Billy, It should be working even with a single fault, and this has e.g. been tested with the PTS which does configure periodic publishing during some of its test cases. Is your source code availabl
Hi Billy, It should be working even with a single fault, and this has e.g. been tested with the PTS which does configure periodic publishing during some of its test cases. Is your source code availabl
|
By
Johan Hedberg
·
|
|
onoff-app board sample not working 2 messages
#bluetoothmesh
#nrf52832
Hi Alexander, I don’t know if this is the cause of your issue, but it implies that you have something in flash (the storage partition) that the application doesn’t expect. Before investigating further
Hi Alexander, I don’t know if this is the cause of your issue, but it implies that you have something in flash (the storage partition) that the application doesn’t expect. Before investigating further
|
By
Johan Hedberg
·
|
|
#bluetoothmesh
#bluetoothmesh
I am trying to get the 'onoff-app' sample to work on my nrf52840 dk. Have successfully flashed the sample on the board but when trying to start the provisioning via meshctl on raspberry pi, it shows t
I am trying to get the 'onoff-app' sample to work on my nrf52840 dk. Have successfully flashed the sample on the board but when trying to start the provisioning via meshctl on raspberry pi, it shows t
|
By
...
·
|
|
How to build client or server in a bluetooth mesh example?
#bluetoothmesh
Is somewhere a setting to control the building? How to know what role an elf is?
Is somewhere a setting to control the building? How to know what role an elf is?
|
By
wxzzzh
·
|
|
Reconnect to a provisioned node in Mesh BLE 2 messages
#bluetoothmesh
#ble
#meshctl
I discovered what I forgot to do. The provisioner, in my case the RPI, lost the connection with the network. When it happens you just need to execute the command: [meshctl]# connect [net_idx] [dst] //
I discovered what I forgot to do. The provisioner, in my case the RPI, lost the connection with the network. When it happens you just need to execute the command: [meshctl]# connect [net_idx] [dst] //
|
By
Uilter Witte
·
|
|
#bluetoothmesh #nrf52840 strange debug error when using arm-none-eabi-gdb
#bluetoothmesh
#nrf52840
Hi guys here, I'm a newbie to Zephyr ble mesh and I have already built and ran the examples provided by zephyr successfully. However, when it comes to debugging the application, there is strange behav
Hi guys here, I'm a newbie to Zephyr ble mesh and I have already built and ran the examples provided by zephyr successfully. However, when it comes to debugging the application, there is strange behav
|
By
summer20100514@...
·
|
|
Its a question regarding the nrf Connect App from Nordic
#ble
#nrf52832
#bluetoothmesh
Hi Everyone, Does anyone here have any idea about the process to be followed in order to receive data onto the nrf Connect App for android. I have been trying to achieve something similar to this vide
Hi Everyone, Does anyone here have any idea about the process to be followed in order to receive data onto the nrf Connect App for android. I have been trying to achieve something similar to this vide
|
By
Rajat Kalyan
·
|
|
I have configured UART nordic services using zephyr api, but i don't know what fucntion oof api to use so that i can send data to the ble APP ANDROID 2 messages
#nrf52832
#ble
#bluetoothmesh
Hi Rajat, This is a preliminary implementation of the NUS service done by one of our engineers (copied) https://github.com/junqingzou/Zephyr_NUS_Sample Feel free to experiment and push it upstream. Re
Hi Rajat, This is a preliminary implementation of the NUS service done by one of our engineers (copied) https://github.com/junqingzou/Zephyr_NUS_Sample Feel free to experiment and push it upstream. Re
|
By
Carles Cufi
·
|
|
I am not able to read messages sent by nordic to nrf Connect app using the UART services UUID 2 messages
#ble
#nrf52832
#bluetoothmesh
Hi there, Zephyr doesn’t support the “Nordic UART Service”. That is a proprietary service that is only implemented in the Nordic SDK. It should be quite simple to implement using the Zephyr Bluetooth
Hi there, Zephyr doesn’t support the “Nordic UART Service”. That is a proprietary service that is only implemented in the Nordic SDK. It should be quite simple to implement using the Zephyr Bluetooth
|
By
Carles Cufi
·
|
|
Bluetooth mesh provisionning got stuck 4 messages
#bluetoothmesh
#nrf52840
Hey, guys sorry for the delay. Vikrant, I cannot even provision it for the first time I try. Johan, yes I have the CONFIG_BT_TINYCRYPT_ECC=y in my conf file. Is there anything I can show you to give m
Hey, guys sorry for the delay. Vikrant, I cannot even provision it for the first time I try. Johan, yes I have the CONFIG_BT_TINYCRYPT_ECC=y in my conf file. Is there anything I can show you to give m
|
By
...
·
|
|
What is the process to enable bluetooth so that nrf52832 is disciverable by other device (android phone) 3 messages
#ble
#bluetoothmesh
#nrf52832
Hi Rajat, Please refer to Zephyr documentation: http://docs.zephyrproject.org/index.html Bluetooth specific: http://docs.zephyrproject.org/subsystems/bluetooth/bluetooth.html Bluetooth samples and the
Hi Rajat, Please refer to Zephyr documentation: http://docs.zephyrproject.org/index.html Bluetooth specific: http://docs.zephyrproject.org/subsystems/bluetooth/bluetooth.html Bluetooth samples and the
|
By
...
·
|
|
is it possible to enable LE Coded PHY for #BluetoothMesh Nodes / #BLE devices? 2 messages
#ble
#bluetoothmesh
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
...
·
|
|
[Zephyr-devel] #BluetoothMesh Lighting Model implementation 3 messages
#bluetoothmesh
Hi, MyNewt's is a good start point. But looks need more work to make zephyr bluetooth mesh be used in light. I am looking forward it. In the mean time, I can start sensor model coding on zephyr when t
Hi, MyNewt's is a good start point. But looks need more work to make zephyr bluetooth mesh be used in light. I am looking forward it. In the mean time, I can start sensor model coding on zephyr when t
|
By
...
·
|
|
#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
...
·
|
|
[Zephyr-devel] How to implement #BluetoothMesh Generic_Delta_Server_Unack opcode function ?? 2 messages
#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
...
·
|