Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
I would like to use nrfjprog to erase nRF52832 device. But it failed with "An unknown error". The nRF52832 device connect to laptop through J-Link USB interface.
D:\Nordic...
Agenda : Use crypto features like AES-CBC, AES-CCM, RSA, ECC, etc. in secure environment (i.e. trustzone with SPM). Also, to use HUK, KMU for secure key generation and storage...
Hi All, I am migrating some applications (each with multiple custom board) from nCS1.5.1 + nCS1.9.1 to nCS2.0.0 I also noticed that in nCS2.0.0 the build output folder is...
Hi,
Depending on how the nRF5 SDK is configured, the BLE address may change once in the bootloader (it's incremented). This happens in the gap_address_change() function...
Hi Everyone,
I am trying to do OTA on NRF52833. In my previous project I was able to do OTA on NRF52840. The memory requirements for the project were as follows:-
Memory...
Hi, I'm trying to configure my VScode project for the nrf5340dk using the nrfconnect sdk to be more version control friendly and require less interactions to set it up. I...
hi..... everyone
I want to send the data from one node to particular node and that same data should want to print in termite using uart . so i checked the ble_uart coexist...
Hi all,
I'm trying to use the nRF52840-DK board to interface with the MAX31865 RTD-to-Digital Converter. I've adapted the MAX31865 C++ library to C and replaced the Arduino...
I need to integrate a precompiled hex library psp.hex that has been compiled for M33 core. I am working on a nrf5340dk_nrf5340_cpuapp on nRF Connect SDK v1.9.1 The library...
I am using the nRF52840 DK (PCA10056 2.0.1) with SDK v17.0.2 + s140_7.2.0 and am having trouble with the USBD_MSC example. When plugged into my Win 10 PC, three drives show...
Hi All!
I am using nrf21540 in my custom board with nrf52833/20 to extend the range. I am trying both NCS and nrf5 sdk. I got examples in both SDKs but facing issues in...
Hey Nordic,
Currently, I am doing an internship about the applications of nRF52833 with SDK 17.1.0, and I am using this project file right now.
When I do "make -j all...
Dear Nordic Engineers
I use NCS 2.0.0 and I would like modification gmouse of nrf_desktop to NRF52833.
I changed the pm_static.yml and app.overlay file of nrf52840dk_nrf52840...
Hi, I am working with an Insight SIP ISP1807, based on the nrf52840.
Trying to use the peripheral example from zephyr: https://github.com/zephyrproject-rtos/zephyr/tree...
Hi! I am working on a customer project where up to 20 BLE peripherals are connected to a single central device. The code of the central is based on the Multi-NUS sample from...