Hi,
I am trying to perform a DFU using SMP over BLE. My setup has NSIB and MCUBoot enabled and thus I am able to perform DFU for MCUboot and Application using nrf device...
Hi all,
I'm trying to use uart2 on my custom nrf9151 board, but I'm stuck. As I understand, I use i2c1 so I can't use uart1 and i2c1in parallel, so here is why I wnt to...
Hi - I am seeking clarification on a topic as I am a little unsure on the correct way to do things.
I'm using an nRF52840 and porting an old Firmware from nRF5 SDK to NCS...
Hello,
I'm moving my project from SDK1.9.1 to SDK3.0.2. Project is based on peripheral_uart sample (UART part is removed since it is not necessary).
I have encountered...
Hi, i'm using NRF5191 with DECT.
DECT modem: 1.0.2
App: hello_dect sample
In datasheet I found that NRF9151 support various band: 1,2,4,9,22
and I'm using these value...
Hi there,
on the nRF5340 Audio DK, there is a FT2232H, which provides FTDI_SPI + FTDI_SPI_SEL.
How this can be used, is there any sample for this available?
And how...
Hi
I have some questions about nRF5340 & nPM1300 decoupling cap
nRF5340
1.For pin A3/D2/H11/K1/L5/L11, ref. SCH is 1uF*1 and 0.1uF*5, could we only connect 1uF*1 and...
Dear Team,
I am try to customize the some of the parameter of HTS221 temperature and humidity sensor used in thingy52 board, However if I change any of the parameter then...
I am using the nrf connect desktop application on windows with a PCA10059, and have found the application to be buggy when receiving a flood of notifications, this works fine...
I've been logged in for about a week now, and still can't log out.
I left a posting about that almost a week ago with some "bumps" later on the "back stage" section, but...
Hi!
Can anyone tell me that isthere any app which logs data automatically into txt or csv file from nrf52???
I am getting data at nrf connect but every time i need to...
PCB : thickness 1 t(1mn), 1/2oz, 2 layer
The antenna was removed and the VNA was connected between L3 and C6.
The impedance was about 100 ohms.
The part value is shown...
We have a latest set of prototypes which use an NRF52840 on a Laird BL654 module.
On two of these protoypes the module is unresponsive. We are using a J-Link Lite module...
Hi,
I was using nRF Mesh application to get the data of uint32_t from my server model(nRF52840) but nRF Mesh android application crashes while sending the opcode to the...
I am searching for complete developement kit and SDK support which can be used to form BLE mesh Network and BLE beacon device. The idea is that BLE mesh nodes will act as...
Good afternoon, dear Sir of Madam.
Our product used the NRF21540-QDAA-R7 which has gone obsolete. What is the best substitute part?
Unfortunatelly i couldn't find substitution...
Hi I am facing a issue regarding the DFU update using the nrfConnect App.
Since we recently updated from SDK12.0 to SDK16.0 and the softdevice version has been changed in...
Hi,
I am analyzing the power consumption of mesh nodes using your Power Profile Kit. I am running the example beaconing of the Mesh SDK 3.1.0 on a board nRF52832 with the...
I have designed a nrf9160 debugging board, which uses 18 and 19 pin as the log output. Then I also configure the TX and Rx of UART0 in the overlay file, which are 18 and 19...
i tried with blinky example like thiis
#pragma long_calls
__attribute__((used, long_calls, section(".data"))) int main(void) { /* Configure board. */ bsp_board_init...
Hi,
I'm working on a code using SPI.
I've changed the SPI configuration from this thread: https://devzone.nordicsemi.com/f/nordic-q-a/65072/nrf5430-spi-sample-code ...