I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
While using the nRF9151 DK , after inserting the onomondo sim and connecting, the Cellular Monitor SIM sections appears the Wireless Logic ICCID number instead of onomondo...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
Dear Nordic and community,
I am currently in pre-production phase of designing a PCB based on the NRF9151, and I am a bit confused by the Hardware Device Guidelines, which...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hello,
I am using the following code to set time in my code, but when trying to set 2100 year or 2040 more year with nrf_cal_set_time function,
it is failed, it shows...
Is it possible to send an SMBus quick write and quick read using the TWI hardware?
The sequence is:
<START><ADDRESS><R/W><ACK><STOP>
I can send the address, but...
Hello,
if I send a byte over uart to an device (e.g. gps -logger), the same byte will printed to the terminal (e.g. Putty or Termite).
If I get a byte from the micro-controller...
I am confused from reading the nRF52832 Product Specification on how to clear the GPIOTE port event (EVENTS_PORT) register?
On Section 21.2 (Port event) on page 158, it...
I am experiencing a difference in current between the example program during advertising between a IAR compilation and a GNU compilation.
The differences appear to be significant...
Hi,
Can the Nordic SoftDevices be consumed by a BareMetal ARM GCC compiled application?
Which compiler/linker flags are needed for the application to be able to link...
Hi
I am working on a firmware which can be used in serveral custom boards. While it works perfect in old sdk, I met the following problem when migrating from Sdk 12.2 to...
Hi,
I have tho following configuration: SDK 10, S110 and I'm using Segger Embedded Studio, single banker dfu.
I am able to program DFU and buttonless DFU; However, when...
Hi all,
I am using PCA10040 with nRF5_SDK_13.0.0 and using the ble_perpheral -> ble_app_uart example.
I am trying to stream data from UART to an android phone and the...
Hello,
I've been using the new power profile kit and I seem to be getting only 3 volts output as opposed to the previous versions where I was getting about 3.6 volts. How...
I was checking out the serial example using two PCA10040 evaluation boards. Most of the commands were executed successfully as mentioned in the link http://infocenter.nordicsemi...
Hi,
I'm developing a node based on the nRF52840-QIAA rev. B.
I'm using Eclipse Neon and GCC-toolchain for coding. Softdevice is S140 5.0.0.2 alpha and SDK is V14.2.
...
Hello,
I would like to be able to sample an analog voltage signal with a sample rate of approximately 250us (4096 samples/sec). I am using the SAADC example in nRF5 SDK...
We are trying to use nrfjprog.dll in a c# program to help us with manufacturing and quality assurance.
We are able to load and call the functions from c# and all the functions...