I am using XiP with partial code running from MX25. I am facing issue where I am getting hard faults when Erase is happening and at the same time the ISR from XiP region is...
Sending array unit8 type data using BLE failed, and attempting to take 2 bytes of data from the array and send it also failed. Does anyone know what this log error means?...
Hello. I am using nrf52832 for Ble-based positioning. currently i am tackling with establishment of an anchor measuring rssi values and sending them to a central center (a...
Hi, AFAIK, factory data is written during production and will not be modified later.
Will the factory data be modified after FOTA?
I noticed that the certificate declaration...
Hi, I have custom board with nrf54l15. Im using sdk 2.9.1 and nRF54L15-DK as debugger/flasher. Im able to flash firmware correctly using SWD, or do nrfjprog --recover, but...
i want to advertise my one device into coded and into another device i want to do coded distance measurement it is possible to do in nrf 52840 version 2.5.1 ?
Hello! I'm looking for a way to include fast charging capabilities in my product, while still allowing USB2 data to pass between any host PC and the nRF52840. As I understand...
We enable TX notification of NUS service with bonded iOS (iPhone), iPhone constantly sends TX_READY command until disconnect.
Can you confirm this is correct behavior. ...
Hi, I am working with the adxl362 sensor and the nrf9160 SPI example ( https://github.com/Rallare/fw-nrfconnect-nrf/blob/nrf9160_samples/samples/nrf9160/spi/src/main.c ) and...
Hi, I am working with the adxl362 sensor on the Thingy91 and I want to set the trigger of the sensor to a specific value.
In the datasheet ( https://www.analog.com/media...
Hello everybody! I'm developing an application using CMSIS DSP library, so i included about 20 math files and using finctions from these files. After compiling i get a linker...
Hello Devzone,
I'm designing a custom board solution that drives a motor using a nRF52832. The board is powered with 4 x AAA batteries and a 2.5V LDO (STLQ50C25R) is used...
My company has a product that is running on the nRF51, with firmware written in SDK9 and sd310. I've been tasked with developing a path to update them to SDK 12.3 and sd130...
Hello nordicsemi community. I'm trying to use the SPIS example provided in the NRF52 SDK to receive data from another SPI master running on an FPGA. I modified the code to...
Hi,
I'm trying to write data to flash as shown in example under nrf5_sdk/examples/peripheral/flash_fstorage, with identical steps.
However every time I call the nrf_fstorage_write...
HI,
I am using nrf52832 with sdk15.2.0 and softdevice s132. I face some issue related MAC address of nrf52832.
when I reset the sensor MAC address of the sensor change...
I am trying to step through the code of an example of the nRF5_SDK_16.0.0 on the nRF52 DK board.
I downloaded the latest version of Segger Embedded Studio (v4.30c) and I...
Hello,
I have a brand new Thingy 91 running the default asset tracker application connected to nrfCloud.
I wanted to build the asset_tracker myself and upload it to validate...
Hello, I just got an nrf9160dk with hopes that it would allow me to reprogram a Thingy91 that I couldn't program through the MCU method. (this is an still open ticket: https...
I use nrf5_SDK_for_Mesh_v3.2.0_src\examples\experimental_lpn and board PCA10040.
When I close main.c ERROR_CHECK(sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE)), nRF Mesh...
Hello,
I'm started implementing DFU over serial port and see documentation from this link: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5...
Hi, I am now using nRF24lu1p, for using cklf_wdog_init() to enable watchdog, then I set cklf_wdog_init(10) in main function, but don't know how to set watchdog event handle...