I've been able to flash consistently but I finally got my nrf5340 custom board working using Hight Voltage DC/DC by setting it to UICR_VREGHVOUT_VREGHVOUT_3V0, but when I...
Hi,
I had a working project for nrf Connect NCS 3.0. I don't know what happened, but now I can't even create a new build configuration. Every time I click on "add build...
Hello,
Please forgive me for this question. I am an extreme noob. And am trying to get started with my first project.
I am working with the nRF52840 DK, and I am trying...
Hi,
I am trying to make the nrf52833 into an Auracast broadcast receiver (for a broadcast from my phone).
I am using bindings to the softdevice controller ( https://github...
Hi Nordic team,
I tried to view logs from my custom nRF54L15-based MCU using J-Link RTT Viewer, but it's (printk) not working. The same prj.conf configuration was previously...
Hello Nordic Support Team,
I am working on an nRF52-based project on a custom PCB using the E73-2G4M08S1C devboard ( https://www.cdebyte.com/products/E73-2G4M08S1C ).
...
NRF52840
S140
APP based on ble_app_multilink_central
1 PCA10056 as central, 1 PCA10056 as peripheral, the cantral can find the peripheral and buid connection.
But...
Hi
I am using an Identive NFC reader/writer SCL3711 and their sample app to read tags.
In the sample app, through the debugger I can see that it is registering an NDEF...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use nrf51422 and integrated BMA250E for Pedometer,
Now I can count the step but I dont how to calculate the speed, cadence and stride length like below
static void...
Hi All,
From my firmware I need to send large ble packets say of 1 K to the phone.
Is there any library or example code for sending large packets. Currently I am splitting...
Hi,
Our application requires that we connect a nRF52832 to a Microchip PIC32MZ host via the Nordic parts UART (RS-232 at CMOS levels).
In a previous application, we...
Hi everyone,
I've been testing SPIM with easyDMA, using nrf_drv_spi. I'd like to flush a 6-axis sensor FIFO in one SPI operation (31 samples * 12 bytes = 372 bytes) but...
Hi,
I am working with the ble_app_uart (central and peripheral) example and they already run fine. Now I discovered that some button actions are already defined on the...
Hello,
I have created the simple software usign NRF51DK to make the led blink for 5 times by using while loop
just to make the other part of my software
my aim of this...
hi,i have a question.
i set the advertise type to BLE_GAP_ADV_TYPE_ADV_NONCONN_IND MODE, and i add scan response data,but i can't see scan response data.Why?
Hi,
I would like to connect nrf8001 to a Renesas microcontroller but I could not find any documentation on how to proceed with this step. The only documentation I could...
The ADC module requires that the output impedance of the connected voltage source be 1kohm or less (section 31.1.3 of RM).
Does the same restriction apply for the LPCOMP...
Im having some issues with my nrf52 DK board, the jLink firmware seems to be buggy, I installed the latest available (160212) manually, but the j-link tool keeps bugging me...
SDK 9.0.0 sd s110
I want bootloader to store some persistent data at the APP DATA location. while going through the bootloader(dual_bank_ble_s110) source code, i noticed...