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.
...
Good morning,
I am trying to figure out how to write unit-tests using NRF Connect and Zephyr on Windows. Therefore I am trying to use unity as described here:
http:...
I have developed a custom board using nrf52840 IC and I need to use UART. For this I have two pins available P0.19 and P0.20 to be configured as RX and TX. I checked those...
I am using a BC840 on custom PCB for a low power data logging application and am struggling to get lower than 270uA sleep current. This part has the 32mHz external crystal...
Hi,
The python nrfutil package doesn't seem to be actively maintained.
Latest updates don't support python version > 3.9 which are now default versions for latest Linux...
Hi
We are migrating from Segger Embedded Studio (SES) to VS Code for developing in the nordic connect SDK. We are using the RTT logger for debugging our device. In SES you...
Hi,
I downloaded the project for PCA10040 with HID Mouse in ...\examples\ble_peripheral\ble_app_hids_mouse\pca10040\s132\arm5_no_packs . From Iphone and computer, I could...
Hello,
in my project i want to use watch dog timer in ble_app_uart_pca10040_s132 but am getting error as shown in image1, even after including driver files and paths
...
hello,
I'm trying to use RSSI Viewer for my custom board - problem is I need to change UART pin.
How do I make my own FW/binary for RSSI viewer?
My custom board uses...
Hello,
I'm very unexperienced with low-level programming, so I apologize is some of my questions make little sense.
We have this board that sends telemetry data using...
Dear Support,
I updated the nRF Connect for Desktop's Programmer to v3.0.0 and noticed that it is no longer possible to write a file to a nRF9160 using a Segger jLink without...
I am currently programming an evaluation board to get to know BLE better. Currently I am using the nrf52811 on a custom board.
So far I used an example from nordic to create...
Probably there is already some solution here in the forum, but I couldnt find a fitting one.
My problem: I have custom code on my nRF52840 DK, which is used as an aggregator...