Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
Hi,
I just finished to setup everything to start using nRF Connect for VSCode Extension. I followed the "nRF Connect SDK Fundamentals" course in the DevAcademy.
I installed...
Hi,
nRF5 SDK for Thread and Zigbee supports DFU OTA over Thread, but I can't find the corresponding function in NCS.
If I want to implement DFU OTA over Thread in NCS...
Hi Team,
I'm analyzing to use nPM1300 PMIC in one of my projects. I planned to use the integrated Buck to power my on-board device. But, the calculated current consumption...
Hi Nordic team, I am facing an issue about using simple gpio to control external FEM( custom FEM model ) in NCS 2.7.0 & nrf5340. Here is background: 1. Our project is using...
On NRF52840, programming provision.hex with the command as follow:
%nrfjprog -f nrf52 --sectorerase --program provision.hex --reset --verify
On NRF54l15, the nrfutil...
Test platform: nRF54L15-DK
NRF Connect 2.9.0
When calling spi_write_dt, under the hood spi_nrfx_spim.c > configure is called to prepare the SPIM interface for a transmission...
I have an application that runs well on nRF52DK. It is like peripheral uart. I only use Tx/Rx and one LED. With OTA. All works as intended. I use NVS for parameters but nothing...
I've been trying to enable the watchdog as early as possible during boot. I haven't been able to find any way to configure the nrf52832 watchdog to enable itself prior to...
NCS 2.7.0 with NCS Toolchain 2.7.0 and latest NCS SDK extension
When I right click on a build configuration, there is an menu item "Copy Build Command"
which produced...
Hello, Nordic team.
We are getting the following error and log when we try to program our new nRF52840 DK on Windows 10:
Failed "reading readback protection status...
Hi! I’m trying to generate an EdDSA key pair and store it in persistent storage. I then delete the keys and regenerate them. However, after a few successful iterations, my...
I am using the board nRF5340 Soc , which by default exports two VCOM ports via the J-Link OB debugger . Currently:
VCOM1 (UART0) is used for both logging and serial communication...
Hi, although there are many guides and stories about attaching the nordic to external storage NVM, there aren't infos about doing the same with RAM.
I even found some threads...
In NCS v2.9.0 I want to use BLE security (BT_SMP, BT_SECURITY_L4) simultaneously for a peripheral and a central connection. I have tested both separately and they work individually...