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...
Hi,
I am trying to develop an application on nRF52840 development kit board. When I am trying to build I am getting below error "nrfx.h: No such file or directory". For...
I am trying to port BLE_APP_Interactive to nRF52840 as I require 2 uarts in my application and larger memory. I realise I need to change the crypto to CC310, and I have followed...
I've been seeing issues with getting an interrupt on the TX side. I reckon it could also be linked to the RX module cause if the payload isn't sent, the interrupt on the TX...
Hi,
I have implemented a custom bootloader/firmware package, but have recently been running into issues when integrating the two. I have found in some instances when using...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
When trying to build/run the btle throughput demo I get a device not supported error.
When looking in the Options - Device settings for
the project the Software Packs...
Hi All,
the logging output (NRF_LOG_...) in the SDK17 via the UART works fine on the DK board (only change from the HRS example was the NRF_LOG_BACKEND_UART_TX_PIN has been...
I am using nrf mesh SDK 4.0 with nrf52832 DK and nrf mesh android app , with the light switch exemple , i noticed that a proxy node that was successfully provisioned can be...
Hi,
My aim is on button press in peripheral side ,it should do advertise and sent data from single peripheral to multiple central(total two central).
I am using nrf52810...
Hi,
I am using nRF52840 SoC as a thread device in my application. I want to push data from sensors to cloud. So I need to configure one of my thread devices as border...
Hi Dev team,
I had an issue regarding getting the real time using RTC. I tried to follow the below dev zone blog but the CAL_RTC does not work in my code.
As such, I am...
To the kind attention of Nordic support team,
We are doing EMC pre-tests of our products using your nRF52833 .
At this stage, nRF52833 device is triggering itself a...
Hello.
I am following this tutorial, but unfortunately I am stuck at step 7. I am not sure which characteristic corresponds to the UART RX characteristic value.
I tried...
I've started an asset tracking project at the company that I work at and have tried to use the nrf9160 dev kit for the device tracking part.
I have updated the board firmware...
Hello -
We are working with the nRF52840 and SDK v17.0.0 and tuning our power consumption during System ON sleep. We understand how to wakeup the device using the RTC and...