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...
I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...
Hi,
we are developing on nRF54L15 using NCS v3.2.3 , and evaluating a DFU architecture based on:
MCUboot
firmware_loader
main application
using the BLE MCU Manager...
Hello
I'm currently working SDK upgrade from ncs v2.6.4 to v3.2.1
I found that, in fade in/out scenario, the PWM works well. however, if it need to turn on in 100%duty...
Hi Nordic Team, I am the beginner on this platform. I am trying to hear the PDM mic data in headset on nRF5340 Audio DK. Is it possible to do?
Please guide me as soon as...
When using jlink to connect to my board in VSCode, it displays "unknown device"
nrfutil device recover
I tried a few of my boards, but the result was always the same...
Hi everyone,
I’m working with Zephyr 3.2.3 in a Windows environment and trying to run the shorter connection intervals sample: https://github.com/nrfconnect/sdk-nrf/tree...
Hello Nordic Team,
We are trying to test an external audio DAC (TLV320DAC3100) using the nRF9151 DK .
As a first step, we attempted to build the i2s_output sample from...
Hello Nordic Team. I'm currently facing an issue when building in release mode (CONFIG_LOG, SERIAL, CONSOLE disabled). The issue is that after a random time (no longer than...
As shown in the figure below, I measured a voltage of 5V at the location marked in red, and measured a voltage of 0V in the components within the yellow box。
Is it absolutely...
What is the switching frequency of the internal DCDC in 54L15? What is the function of the FB1 ferrite bead in the reference design? Are there any risks in changing the capacitance...
I am extending one of Qorvo's UWB platforms.. adding Softdevice BLE functions.. (which work ok) (this is on sdk 17_1_0)
the coprocessor uses a GPIO connected signaling mechanism...
Hello!
We are a student group from NTNU which is developing an BLE Audio Beacon using the nRF54L15 socket and the nPM1300 PMIC. However, we have ran into some issues when...
Hi, I am trying to optimise for raw TX throughput. I am running the raw_tx_packet sample. I am using a nrf7002-dk and running v3.1.99 with the following configuration changes...
Hello,
I am currently working with the Nordic Power Profiler Kit II (PPK2) and the Nordic Thingy:53 for current measurement experiments.
Setup
I was using PPK2 to...
Hi,
I'm trying to use the bitcounter to drop packets that don't comply to a specific UUID. I'm working with nrf52840.
My question is - if the received packet is shorter...
I’m working on a custom board based on the nRF9160 (SICA variant) and trying to enable MCUboot + TF-M with sysbuild. I’m running into an issue where the system never reaches...