nRF52810 will not enter deep sleep (system level power management). The method used is through pm_policy_next_state, sleep entry function , sleep exit function, and PM notifier...
NRF52840DK NCS 2.8.0 Hello , We are developing an application where a device with router function must join a coordinator network. The coordinator uses OOB (proprietary IR...
Hello!
I need to use download_client to get files from an HTTPS server. I'm stuck in the implementation process - I'm lost when it comes to TLS etc. I tried to extract some...
Hi everyone,
After the latest update of the nRF Connect SDK plugin for VS Code (2025.4.106), we've seen this pop-up appear. We are using v1.8.0 and now we are not able to...
1. Set up the development environment for the nRF52840 chip in VS Code, but encountered an issue where the chip could not be recognized. The development environment consists...
Good morning,
In my application (SDK v 2.8.0) I would like to disable/enable runtime the advertising for the mesh provisioning. The inizialization of the mesh stack works...
Hi,
Our project need 7 seperate PWM outputs, as the nRF52840 have 4 hardware pwm, I decide to use GPIOTE with PPI to create extra 3 pwm outputs to drive Red/Green/Blue...
Most of the make files and project files within the nrf5 SDK contain a bunch of defines of the form -DNRF_PAN_XX. A search through the SDK v11.0.0 reveals only a few references...
I have included all paths of all (.h) files including (nrf_delay.h) however I got errors as seen in the photo. What do you suggest to overcome such errors?
Also, Is the following...
Hi,
This is very newbie, and I am stuck.
I am following to the letter the instructions to create the micro-ecc according to this instructions.
The problem, and it...
Hello,
I want to use packet length extension with the PCA10040 and SDK v12.
The peer will be the nRF51 dongle (PCA10031).
I believe that the nRF51 dongle doesn't currently...
I am still noticing a higher than expected power draw on my nRF52 and I want to make sure I have adopted best practice in turning things off/optimising things before entering...
Hi,
I am using a 128KB-rom 16KB-ram nrf51822 and trying to run blinky from SDK 11 with softdevice.
If I load nrf51 S130 1.0.0 softdevice, and use the following in my...
As of SDKV12, because of the removal of pstorage, I upgraded my app to use fstorage.
If you look at the SDKV12 doc at this link, you will notice that it is quite lacking...
Hi,
I am trying to write some data into the flash of the nRF52832 SoC, but can only write around 5 kb of data. After that I will get an error of number 7, which should...
I'm using SDK v11, nRF51
I started developing with S130, v2.0.1
The device is peripheral only, so I decided to switch to S110 v8.0.0, since I need the memory.
I made...
I don't have a particular issue right now, just a concern that I have because my device needs to be bulletproof when it comes to reset behavior.
When sd_mbr_command(SD_MBR_COMMAND_INIT_SD...
I was trying out the low power PWM example and noticed the timing inaccuracy that was mentioned in documentation .
For example, with low_power_pwm_0,
period = 220...
Hello,
I'm developing nRF52 with Keil5.14.
Before I used nRF52_SDK_0.9.2 and it worked fine.(With NordicSemiconductor.nRF_DeviceFamilyPack.8.0.3.pack)
I upgrade the...
Hi all
According to the following post, the RAMONB register doesn't exist since the nRF51822 has only 2 RAM blocks: devzone.nordicsemi.com/.../
But the current version...