The link for downloading nRF6939 live cd v5.4 is broken.
https://www.nordicsemi.com/Software-and-Tools/Reference-Designs/nRFready-Smart-Remote-3-for-nRF52-Series/Downlo...
Using one ADC, the current can be reduced to about 40uA after the ADC value is taken. Using a two-channel ADC, after the ADC value is taken, the current stops at about 0.4...
I'm searching for a software engineer who can help us getting OTA support between nRF52810 and PIC16 MCU.
nRF52810 must have command- and data mode over UART, Pic controler...
I want to be able to read the gyro and accelerometer values from the MPU6050 sensor.
As a base start I downloaded the NRF5 SDK V15.3.0 and modified twi_sensor_pca10056 program...
Hi. I'm using nRF52832, SDK13.0.0.
I should use SHA256 and MD5.
I made my code as below.
NRF_CRYPTO_HASH_CREATE(init_packet_hash, SHA256); NRF_CRYPTO_HASH_CREATE(init_packet_md5...
Hi. I'm using nRF52832, SDK13.0.0.
I want to use SHA256 as below.
output32Byte = SHA256[input32Byte];
Which function or example can I refer to?
And also I want to...
Hi Nordic Dev,
I just saw the video about Bare Metal (BM), and was wondering about some of the differences between Zephyr based and BM NCS.
Power consumption is mentioned...
Hello Nordic Team,
We are working with the nRF54L05-QFAA-R (QFN 48-pin package) and need clarification on which physical pins can be used for UART, I2C, SPI, and I2S interfaces...
I am trying to do power on/off the below GPIO pin through UART test commands or through normal power on/off operation. i am not able to see the pin getting ON/OFF, nothing...
I'm using the nRF54L15-DK with nRF Connect SDK 3.0.2 , and trying to advertise using Coded PHY (Long Range) .
My goal is to make the advertising signal continuously visible...
https://docs.nordicsemi.com/bundle/ncs-3.1.1/page/nrf/applications/nrf5340_audio/doc/building.html#programming_the_application
The examples are given for the default CIS...
Hi there,
I am trying to implement some power saving features of my device, and am having trouble with stopping advertising in SDK v3.1.0
I would like to advertise for...
Hi, I have an Adafruit nRF52840 Feather Express and am developing for it using Zephyr 3.1.1 and the nRF Connect SDK with VS Code.
I want to read and write from two of the...
Hello, Nordic Team,
I am writing to request assistance with a Mater commissioning issue we are facing. We are in the process of preparing out product for Matter certification...
I have a Zephyr application running on a NRF9160 using the Golioth SDK. I updated from their SDK from v17 to v18 and started getting undefined reference linker errors. I’ve...
Hi guys,
I have made a custom PCB based on the nRF5340 and for debugging it I have only added a SWD interface.
The problem is that this PCB works with 1V8, and in the...
Hey folks, I've tried bunch of things but can't make TWIM work properly on nrf54l15-DK outside of that pair of pins. Basically the issue is that it only works correctly if...
Hello all,
I’m working with the nRF54L15DK development kit and I’m facing a debugger / flashing issue. Below are the details:
Setup / hardware used: nRF54L15DK
On-board...
I'm using the nRF-PPK2 in ampere mode to measure power utilization in a battery powered device over a long period of time (about 16 hours). However, the PPK2 is giving unreliable...
Hello Nordic,
I am developing for a project that requires real-time accuracy. We are using ncs v2.9.1 Zephyr, an nRF54L15 and an IMU (w/ SPI interface) to acquire positional...
Greetings,
I would like to enable triggered firmware update option (dfu icon to be shown and to work) in NRF Connect android app on button press or uart. I followed the...