Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
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.
...
I recently found my NRF connect for vscode is missing multiple windows. the welcome window and connected device window is missing here. I have looked through the settings...
For nRF9160 we can use eSIM instead of SIM card by moving SW7 to eSIM and soldering the eSIM to U20 footprint, what's the recommended IC to use that has SON-8 package ?
Hello,
I’ve been developing a hybrid BLE GATT and BLE Mesh firmware targeting the nRF52833 and nRF52840. The base functionality is working correctly using the example project...
I am trying to assess the nRF5340 on its DK dev kit (PCA10095) and considered flashing a LED the simplest first step to check the development tools and the debugger. Despite...
I use the security mechanism dtls based on udp communication. Can I implement it on nrf52833? How much flash and ram should be occupied at least? Is there a suggested value...
I’m working on the nRF54L15-DK using nRF Connect SDK v3.0.2 .In my project, I’m trying to enable and use the GRTC peripheral . Here's what I’ve done so far:
.overlay file...
We want to use PSA crypto to generate a persistent key that can't be read out and use this for encryption/decryption.
We have of course tried the persistent_key_usage sample...
Our GitHub Actions CI jobs have been downloading https://developer.nordicsemi.com/.pc-tools/nrfutil/x64-linux/nrfutil for years, using wget . Very recently, this started failing...
Hi Team,
We are developing on a custom board with an nRF54L15 (Raytac Module with NRF54L15_xxAA_ENGB) and are unable to provision a pre-generated secp256r1 private key into...
Following this link to build and flash BLE advertisement https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/thingy91x/thingy91x_building_programming...
Hi all,
I'm trying to characterize the UDP throughput of a Thread network consisting of nRF5340 DK devices. I saw that Espressif made a test report and they seemed to use...
I´m trying to change the installation path of the Nordic Power Profiler as I´m running out of space.
I have about 9GB left, but when trying to open a captured file, Power...
Hello Team,
We are currently working on the nRF54L15 platform and have successfully interfaced an EEPROM over I²C , with verified read and write operations.
We would now...