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...
Hi ,
During the review, I came across the certification question. After some reading, I found some details.
This got me worried because it looks like it is a difficult...
I have found the example using nRF52833 in the latest SDK (ble_app_att_mtu_through....)
I am using Keil uVision 5.29.0 and I have downloaded the software packs 8.27.1, 8...
Hii,
Our input voltage to nrf52840 is 2 volt, we want to know whether 2 volt will be detected has low(0) or high(1) or undetermined state.we are using gpio pins (1,10) and...
Hello,
I'm considering writing BLE relay application, where central side should bond and encrypt connections (cause sensor device requires it and will not function without...
I'm trying to get the most performance per mA out of my nRF52, for test purposes I've used the nrfx libraries to communicate to the peripherals but I want to make my own....
I want to add a global variable that would increase every time the timer handler is called. I can't get it to work with static, volatile, or even pass on as variable. the...
Dear all,
I am very new to BLE developments and Nordic product, I have purchased the nRF52840 dongle to have a feeling on the product ( I understand I should get the nRF52840...
I have below queries Regarding Secure Boot and DFU:
1) Is the secure boot functionality available in nRF52840, if available please provide the procedure for doing it?
...
Hello, guys!
We are excited to start a new product prototyping by using Thingy:91 board. Consequently, I would have a few questions related to Thingy:91 configuration...
Based on sdk15.3, adding the 0x2902 descriptor to the rx characteristic of the ble_nus service resulted in an NRF_ERROR_FORBIDDEN error.
My code is as follows:
ble_add_descr_params_t...
Hi,
I'm using S112 v6.1.1 with SDK 15.3.0 on nRF52810.( I don't use bootloader )
I tried to search examples for using fstorage api on it.
But I couldn't get anything...
Hi,
Recently I came across this example which gives mesh & uart in single application. now i'm trying to add GATT proxy to it so that i can do provisioning via nrf mesh...
Hi,
I have read the dfu protocal and found that there are three types of dfu transfer which are identified by a firmware ID. Now I want to add a new part to update the user...