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...
I am trying to run the hci_uart sample on my 9160 DK but I am facing problems uploading the code. I am able to run the AT client and Asset tracker just fine. As soon as I...
I've been attempting to optimize my scan and connection intervals in order to maintain the highest percentage of time scanning while maintaining connections, following the...
Hi,
I am developing a Linux PC application (central) connecting with nrf52840 dongle with s140 v7 flashed on it (for long range support). I am using pc-ble-driver v4.1.1...
Hi everybody,
I'm having a problem with the advertising function of the SoftDevice.
When the application starts advertising the function "sd_ble_gap_adv_start()" returns...
I have 3 devices that can communicate via UART: 1) nRF52840-DK (PCA10056) 2) FTDI (set to 5v logic) 3) BLE HM-19
I'm using the example in ./nRF5_SDK_16/nRF5SDK160098a08e2...
Hi,
In gps sample, the prj.conf file is:
And I can use Putty or Serial.app (on my Mac) to view the output
In our application the prj.conf file is the following:
...
nrfjprog is reporting "Cannot connect to J-Link." while trying to erase on MacOS Catalina
Board used to work properly, but attempting to re-connect after a wipe of my MacBook...
I am using the nRF52840 dongle (pca1009).
I have read from some digital inputs successfully, but am not able to read from P0.02.
I set it up as an input with the following...
I am new to BLE and this question may seems little unusual.
My goal is to connect two nrf52 together over BLE and when i press a button in central device , a write event...
Hi!
My goal is to sample an ADC channel with 10 kHz sampling rate and acquire 2000 samples in one samples acquistion and then return to lowest possible power state. This...
Hi,
I received a Thingy91 from a colleague who orderd it shortly after hitting the virtual stores but didn't do a lot with it. I got it on my table and started to work on...
Hello,
SDK 15.3.0
s140
nrf52840-DK
IDE: SES
I am attempting to use the LPComp + NRFX TIMER 4 to count the rising edge of a signal, the timer is being used to time...
I am currently evaluating the nrf52840 for a possible future application which is based around BLE and should also provide a HID Generic interface to perform communication...
hi..I have merged the saadc with ble_app_uart and i have added all the respective files and enabled the ppi, saadc everything . while i am running the code ,getting unknown...
Hi,
I noticed something strange while developing with the nRF9160 modem's RTC. Here's the sequence of events
Connect cellular
Get time from NTP server and initialize...