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,
I have been working through the Dev Academy cellular course using the nRF9151 DK which is fitted with a 1NCE MFF2 eSIM. I was able to set this up in the Board Configurator...
Hello Team,
I am using the nRF52833 with the nRF Connect SDK (v2.9.1) in VS Code , and I am experiencing an issue with the RTC calendar update.
I initially set the RTC...
Hi everyone,
After a debugging session using the debug tool in nRF Connect SDK with an nRF52832 on a custom board, the chip is now completely unresponsive—I can't flash...
Hi, Recently we upgraded to nrf-sdk 2.7.0 (previously on 2.6.1) and I began to notice that NFC had stopped working for our project, when running on nrf5340dk.
While switching...
To preface:
Board: nRF9151DK
nRF Connect SDK / Toolchain: 3.1.0
Hello,
I am attempting to learn and integrate full modem FOTA functionality into my application...
Bonjour,
We are working on a firmware upgrade for our product based on a nRF52833.
With the previous firmware, compiled with SDK 2.3.0, when the board was OFF, the power...
HI
I am using the NCS 3.0.0 SDK and want to use FCB to store sensor data only in external flash.
Therefore, I added external flash to the pm_static.yaml file in the project...
I’m using the nRF9151-DK Evaluation Board . Normally, I connect the board to PC via USB — for programming/debugging
However, since I’m preparing for production testing,...
How to incorporate RSSI (Received Signal Strength Indication) signal strength measurement in the channel_sounding_ras_initiator example? Which function should be used?
Hello everyone, I'm trying to build the blinky sample for nrf9160 DK board using CLI. The build works with SDK and toolchains v2.2.0 and v2.9.0, but fails with v3.0.1 and...
Hello,
I am experiencing an issue with the I2S on my nRF54L15 DK while my application with the nRF Connect SDK Bare Metal v0.9.0 I am trying to use initial I2S .
IRQ_CONNECT...
Hello,
I am currently evaluating the use of the nRF21540 FEM to boost our radio transmission range and resilience. Currently we are using an nRF52840. For my tests I used...
Summary
We are trying to perform a DTLS 1.2 handshake using PSK (Pre-Shared Key) from an **nRF9151 module running NCS v3.0.2, using modem-offloaded DTLS (IPPROTO_DTLS_1_2...