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...
Dear Nordic representative,
I would like to run qualification BLE tests on nrf52832 chip: - https://docs.zephyrproject.org/latest/guides/bluetooth/bluetooth-qual.html
...
Dear All,
In my application I need to switch on and off the modem using AT+CFUN=0 and AT+CFUN=4 respectivelly. My question is the following. Let's assume that the device...
SDK:V15
chip:52832
development kit:window+keil
In stm32,inder to use uart rx with DMA, we could easily use:uart Idle interrupt+dma.but how in 52832 while how many...
I’m looking at this example:
https://github.com/NordicPlayground/nrf5-calendar-example
which uses standard C function localtime(), but can not find neither in the example...
Hi devzone,
I learnt DFU through USB by performing the following steps:
1. build and run "secure bootloader usb" project with segger through J-link port J2.
2. flash...
I'm setting up a new project (solution?) for the nRF52-DK, using SEGGER, based on one of the examples in the SDK, and would like to put it under version control (Github, etc...
Hello , I m working on project to commande sim868 by serial (send AT Commands), so for the fisrt i would like to test the serial connection with an arduino to see what it...
We have developed our application on a custom prototype board with a nrf52832 (laird BL652) and it works great. We got in our production boards and all the IOs on the processor...
I have a problem while provisioning the dongles in a mesh network, which is faced by most of the people around. Right now I'm using the latest mesh sdk. Can you help me with...
I'm having trouble reading value from ADC. What I want is to read a sample and not set any timer, since I want to run it inside a timer itself and have the refreshed value...
I have designed a custom board using nRF52832. As per my understanding, we can configure any GPIO pin for UART communication. However, I am not able to configure the board...
Hello,
I am running into an issue attempting to add certificates to the device in order to facilitate HTTPS calls to our backend directly from the device.
Before the LTE...
Hi all,
I am trying make some temperature sensor with Segger and nRF52 based on Mesh BLE v4.0.
Currently I am researching documentation and examples to pick best solution...
I'm trying to use the information from this devpost: https://devzone.nordicsemi.com/f/nordic-q-a/39629/how-to-send-data-to-all-node-over-mesh
However, my remaining questions...
I would like to see an example or documentation about how to set my nRF52 DK into various sleep modes. I know that calling "sd_power_system_off()" will turn the device into...