Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hi. I am trying to control a RC servo with a nRF52810 MCU (in short, a servo needs pulses in range of 1000-2000us once every 20ms to move to specific position. Minimal change...
Hello Nordic Team,
For my application, I am using two nRF54L15 chips with one configured as a master and the other a slave. For the remainder of this post, I will be discussing...
Background - We are laying out a new board, upgrading to the nRF54, and wanted to use p2.02 and p2.03 as serial UART lines because p1.04 and p1.05 were planned to be used...
Hi everyone,
I'm facing an issue where MCUboot doesn't perform a swap after reboot, even though the DFU download to slot 1 completes successfully and boot_request_upgrade...
Bluetooth connection cache processing - Nordic Q&A - Nordic DevZone - Nordic DevZone
Continuing from last time. After some optimization, the program was able to work. However...
Hey folks, we are planning to implement BLE Audio based on one of the Nordic ships and unfortunately nrf54H is not really available now and nrf54l does not support LC3 audio...
Hi, we are developping a medical device that receives an audio stream from a smartphone. We have a custom board connected to a different DSP than the one in the nrf5340_audio_DK...
The custom AT command "AT%XICCID" was added in modem firmware v1.1.3 for the nRF9160 and was available from the first release for the nRF91x1.
This command provides a processed...
I'm encountering a blocking issue when trying to create a new board using the NCS Board Wizard in VS Code with Nordic Connect SDK v3.0.0. After filling in valid inputs and...
I have several hardware pieces based on the Fanstel WM02C nRF7002 module (nRF54L15 host) and am having problems connecting to WiFi networks on a subset.
All modules successfully...
Using VSCode with nRF Connect extension on Ubuntu Linux 22/04 with nRF SDK 3.0.1 and nRF Toolchain 3.0.1 installed I can create a build configuration for Zephyr's hello_world...
I have the following pm_static.yml configuration:
and I'm trying to acces this `custom_bootloader_header` from my application code. Here's the relevant snippet:
...
Hello,
I'm looking for answers and some explanation for two main questions - is it possible to perform non-simultaneous multi-image FOTA over WiFi? Is it possible to support...
Hi,
I have been testing out the channel sounding feature on the NRF54L15. Each device has a bias (difference between the readings and the actual distance) and I was trying...