I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi
I need to do DFU OTA for my Custom board. So, I need to Know the procedures which I need to follow for nrf5340 and how can I do that on NRF Connect SDK. Kindly help me...
i have no idea on how to read the device id of the qspi please guide me to do so i have gone through the qspi example there could not any instructions to read the device id...
Good day!
There is now way to restart dfu_mcuboot with
CONFIG_DFU_TARGET_STREAM_SAVE_PROGRESS
Checkout:
dfu_target.c
next dfu_target_mcu_boot.c
and finally...
I've been developing in the following environment:
Windows 10
NRF Connect for Desktop
with few problems for the past six months.
On Friday 12/10 I was suddenly unable...
Hi,
in Product Specification document of nRF9160 Product Specification
I found that accuracy of LFXO is +/-20ppm
is this accuracy valid for all the temperature range...
Hi Nordic Team,
I have deployed dozens of nRF9160-based devices in urban environments, where some of the devices are within coverage of multiple NB-IoT cells. My devices...
Since some days I try to create own applications with the nRF5440 processor. I tried it with Segger Embedded Studio and also Visual Studio Code. The example projects work...
Hi,
I have been trying out the Matter samples as shown in this webinar . I have been following the instructions for version 1.7.0 of the SDK, specifically the ones in Configuring...
Hi,
I'm implementing a simple DFU for my device. The device has the buuttonless dfu rom and bootloader. I working on my android app now.
I want to be able to read the...
Hi,
I ran some tests with the SW and HW crypto on nrf5340dk. I expected that using the crypto cell would improve my crypto performance tremendously but unfortunately,...
Dear friends,
My 52840 DK flashed a serial example( nrf5_SDK_for_Mesh_v5.0.0_src\examples\serial ) as a provisioner.
We use PyACI communicate with provisioner by Uart...
Good evening,
Referring to the following page which lists IDEs that are supported by Nordic Nordic Supported IDEs
Please kindly let me know if the following toolchain...
Hello,
first I have to say that I'm new with nRF5340, Segger Embedded Studio and Cmake.
I have a working project with CMakeList.txt. So I include it into Segger Embedded...
Hi.
I am trying communication from nRF52832 to iPhone using ble.
I use main function which put in nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_uart.
But,I...