Hello!
I want to develop a Heartrate Monitor Device which uses BLE and ANT+ using the Seeed XIAO nRF52840 Plus Board.
Now that I have the board I found out that ANT doesn...
Hi
I have one nordic nRF54L15 DK using as peripheral, I want to know the power of it. Thus, I use PPK2 to be a 1.8 voltage source and connect VOUT to P6 pin 1 and GND to...
How do I produce a signed file to flash to the network core for firmware update? I am using a child image/parent concept with the \nrf\samples\ipc\ipc_service\ project, When...
Hi,
I’m working with the Wi-Fi station example on the nRF54H20 using SDK v3.0.0, and I’m encountering a critical issue when trying to bring up the nRF7002EK Wi-Fi module...
Hi Nordic team,
I'm trying to configure the GPIOs to operate at 3.3V using the nRF Connect for Desktop's Board Configurator tool (v0.3.10). The tool works as expected...
Hi,
I succeeded in implementing Channel sounding for multiple devices (based on previous samples). But now there is a little difference in how the data gets collected (buffer...
Hi.
I have a problem to understand what is the difference in SFR registers IEN1 and INTEXP.
Bit 2 in both of them is responsible for enabling 2-Wire completed interrupt...
Hi,
We are currently developing an app which require DFU.
As part of the bootloader development we would like to use the SWO in order to do a printf debug.
In the app...
Hi there,
I am looking to double check the state of NRF52840 while its reset is active.
I have found this thread regarding the NRF52832 ( https://devzone.nordicsemi...
Hi,
I am using sdk12.2.2 and customised nrf52 boards. I am storing 9000 records with 7 bytes each in flash.
After sometime I am getting buffer space full error and I am...
Hi!
I am developing anapplication on NRF52 DK. I need to preserve value between software resets and to do so i tried to use GPREG .
To set value i use code:
//set value...
Hello, I am a student studying firmware
I want to use SPI and UART in one project at the same time.
The soft program uses KEIL and is the latest version. Code generation...
I just received the PPK and use it for the first time.
I am trying use the PPK to monitor the current of an external board.
SW2 is set to 'external' and SW4 is set to...
I have downloaded both "nRF5_SDK_15.0.0_a53641a" and "thingy_sdk_v2.1.0".
After that I tried to build the "main.c" file of " thingy_sdk_v2.1.0" in keil uVision5 but it showed...
My nRF52840 custom boards seem to be unable to boot without RTT viewer started of JLink commander connected.
The hardware configuration is taken from the nRF52840 PS 1.0...
I'm currently trying to update data periodically in the advertising response packet. After successfully initializing and starting advertising, I configure srdata within a...
What is the difference between setting a pin output (to drive an LED) with this set of commands:
nrf_gpio_cfg_output(5);
nrf_gpio_pins_set(5);
and this set of commands...
i use sdk14.2 52832 i use uart
UART0_CONFIG_USE_EASY_DMA =1 consumption ~2.1mA
UART0_CONFIG_USE_EASY_DMA =0 consumption ~650uA
Is this a normal phenomenon, is it true...
Hello !
I'm Omar Rosas from Newark / Farnell tech Support.
I have a customer that he need's to know if there is a enclouser or housing for this part number NRF51822...
Hello,
Few days ago our CI builds which were written with Mesh SDK 1.0.0 started failing and it turns out that 1.0.0 was removed from https://www.nordicsemi.com/eng/nordic...
What is the ID for indicating that NO SD is required in a DFU pkg?
I am using SDK15 with a secure UART bootloader, but NO soft device. (just MBR, APP, BL & BL settings)...