Dear ,
Just wondering whether the above file operation functions can be directly called and used with the nRF connect SDK, as I am integrating an existing lib to my nRF...
Hi all!
I'm testing the new development branch about wireless syncronization project.
This is my issue:
https://github.com/nordic-auko/nRF5-ble-timesync-demo/issues...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
Hi to everybody.
I'm evaluating the possible options to perform self provisioning of nodes in a mesh network starting from the pb_remote client and server examples.
I...
Hello,
I have freshly switched to nordic and the surrounding nordic nRF Connect SDK from ESP due to a need for a low power chip with thread / matter.
I found some cheap...
Hi,
I have implemented the nRF5x-Custom-BLE-Service-Tutorial ( https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial ) using nRF5 SDK 17.1.0 on my nRF52...
Hello,
We've encountered an issue where if the ZED missed a network key update, it will not do trust center rejoin and continue to do secure rejoin Using nRF5 SDK for Thread...
Trying to west build -b nrf52840dongle_nrf52840 results in a qspi_nor flash error but the dongle hasn't defined any qspi_nor flash.
(This sample builds correctly with the...
Hi,
I want to output debug message(printk) through USB port on nrf52840 dongle. how to config it in zephyr, I have read the HelloWorld project code, but got nothing,
...
Hi,
I'm trying to make my nrf52840 dongle a ble central device. I did worked with the usbd_ble_uart example succesfully, but I was trying to add the ble_app_uart_c to it...
Isn't it supposed to autocomplete that? If I complete it to k_msleep(1000); the application builds and runs fine.
VS Code 1.67.2 nRF Connect for VS Code Extension Pack 2022...
Hi there,
We have a custom board that runs on a nRF52833 chip.
In order to flash firmware to that board, I use the Nordic DK (PCA10056), and connect my custom board to...
I've just installed the Nordic SDK version 17.1, SES version 6.3, and Segger J-Link Software version 7.64e on a new Ubuntu 22.04 laptop.
I've installed everything in their...
Hello everyone
I am using BLE Peripheral UART and Central UART samples to send data between two nrf5340 dev. kits.
I'm trying to set the directed advertising on the peripheral...
Hi All!
I am using nrf52820/33/40 devices. Able to connect central (1) and peripheral (4) concurrently.
Central is an end node(nrf52820) that is connected to the sensor...
Hello Team,
We are looking forward to use Long Range Advertisements in our application. Our current application is based on nRF52832 + ncsv1.8.0.
Per our knowledge...