Testing with NCS 3.0.1 and nRF54L15-DK. I would like my devices to be able to work as channel sounding initiator as well as reflector role. In my own code I have integrated...
Are there any samples for proprietary radio based on connect SDK?
https://www.nordicsemi.com/Products/Wireless/2-4-GHz-proprietary
I am not interested in gazelle and wanted...
Dears,
I have tried to install the nRF connect SW package on a Windows 7 32 bit system (different versions) but was not able to get the applications running. When installing...
Hi everyone, I'm working on a project with Zephyr (v2.9.1) and I'm facing a compilation issue related to managing two SPI devices on different buses ( spi0 and spi2 ).
In...
Hello, I'm running an example of channel sounding using nRF54L15.
The build is fine, but the following error occurs during flash.
Python is using 3.12.4 version. As you...
Hello,
I'm here again because this time I need to autoconfigure (configuring from inside program, no use of any nrf app) heartbeat destination node and source node.
For...
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)...
Hi there,
we are currently designing an NFC antenna for our product based on the NRF52840.
The integration guide out of the spec is pretty comprehensive (see below)...