Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
Does the Antenna in this Beacon relates with this "BAL-NRF02D3 '50 ohm balun transformer for 2.45GHz ISM"? Any idea what's this "BAL-NRF02D3" for? many thanks!
I am using a eeprep tool which can only be used with command prompt. I am struggling with it.
Here is the format to use eeprep tool :-
usage: eeprep [options] <infile...
Description : It is not possible to flash or debug an application with IAR on the Nordic target. This issue is caused by a bad interaction between CMSIS-DAP IF present on...
Hi,
What should i do after i load mesh app in " github.com/.../nRF51-ble-bcast-mesh" adress?i have two board
When i download the app,why doesnt advertising exist.i cant...
Hi!
I am looking for a NRF52840+OpenThread+Azure IoT Hub SDK solution. Here is what I did so far. Nothing helped:
Thead CLI Example on NRF52840 + Border Router on...
Hello Nordic Team, We are currently using nRF52833-QDAA SoC for developing a new project that incorporates geofencing functionality using BLE.We . We tried using the example...
WE are working on nRF52832 and nRF5 SDK 15.0.0. Currently working on the BLE FOTA process and have successfully completed DFU up to this point. Our next goal is to save configuration...
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...