I am using a custom board with a nrf5340 chip on it with vs code and sdk/toolchain of 2.9.1 and the bmi270 sample. I am getting and issue with my bmi270 accelerometer when...
I am receiving an error when connecting to a custom board by running nrfjprog --reset, any similarly with any other commands that require connection.
I am connecting through...
I am receiving an error when connecting to a custom board by running nrfjprog --reset, any similarly with any other commands that require connection.
I am connecting through...
We have previously used nRF52840 and for the latest iteration of our board design we are updating to use nRF54L15.
We are aware that for nRF52840 we could map any pin to...
Hi,
I faced with an initialization issue of combination two features: MCUMGR and UART_ASYNC_API. I get a crash right after the FW starts. It looks like the SW configuration...
Can anyone clarify what information is stored in the nrf9160 chip barcode? For our manufacturing tests, we'd like to use a barcode-readable identifier on each board, and the...
I am adding Softdevice BLE to an existing firmware build(without softdevice, only USB) using Visual Studio and SDK 17.1.0 (Qorvo), on a Murata 2AB,
the firmware boots softdevice...
I want to write to nRF52840 the example "ble_app_hrs_pca10056" from nRF5_SDK_15.2.0 by command line.
first I merge 3 hex file (bootloader, softdevice and app) with the command...
Hi,
I'm developing BLE 5.0 applications as a peripheral on nRF52832 under Windows, based both SDK14 and SDK15 (Softdevice S132).
I don't have any smartphone that supports...
Hi every body,
There is a problem with pwm driver example in demo3 part! after downloading, the board led is just on as it must, but after changing top_value there is no...
Hello everyone, I am planning to use the nrf52840 with the ECG sensor ads1298 (AFE for 8 channel ECG). The sensor interfaces via SPI to nRF52840. Has anyone worked on ECG...
Hi all,
I am working on nRF52832, nRF5_SDK_15.2.0, nrf5SDKforMeshv300src, softdevice_6.1.0 and communicate with CAP1214 device.
When I erase all flash on nRF52832 and...
Hello all,
I am using nRF52832 IC, Segger ES as IDE, SDK 14.20 and SD v5.0
I have around 70 bytes of data to be sent to a smartphone. I am using nRFConnect app to check...
Good afternoon. I need to make a network 5 or 6 nrf52840 boards connected as peripherals on a single central board, also of nrf52840. Each board will read a sensor, and send...
because I cannot find nRF module for testing.
and I want to use bluetooth 4.0 BLE with nRF uart
so my product will send data from serial port (rx ,tx through DB9 ) and...
Hi there, We are not using external Crystal for this design and thinking of reusing XL1 & XL2 (Pin 0 and Pin 1) for SPI (MISO & MOSI). But I found that I can't set properly...
So we're in production with the '832 and me, I drank the kool-aid already, but I'm trying to turn my cow-workers on to Nordic so I tell one of them "Oh install the command...
Hi There,
HW: PCA10056
SW: nRF5_SDK_15.2.0_9412b96
Test source code: ble_app_blinky
How can I create single Button with multiple condition based on the period of...
Dear Support,
I am working now on the PCA10040 Development-Board, I use the Booltoader from the nRF5_SDK_15.0.0 and the application from the nrf5_SDK_for_Mesh_v2.2.0. I...
Hi,
I have a crash in the LOG backend UART when the system shutdowns:
My power manager handler is as follows:
The crash occurs when the backend calls nrf_drv_uart_tx...