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, For supporting multiple different peripherals is it possible to get something back from a SoC observer which indicates the peripheral type? https://docs.nordicsemi.com...
We have a manufacturing project assembling the 0.35mm CSP package. We would like guidance on part handling, solder stencil specifications and any other process steps that...
I am developing a DFU (FOTA) feature via BLE on the nRF54L15 MCU using NCS v2.9.1 .
I am using MCUBoot direct-XIP with revert mode .
My application needs to detect the...
Hi Nordic Team,
I’m working with the nRF9160DK , specifically targeting the nRF52840 application core ( nrf9160dk_nrf52840 ).
While building a BLE Central application...
Hi Nordic team,
We’ve implemented a custom firmware update flow for our nRF5340-based device , which supports a robust single-image FOTA process using external NAND flash...
In our design, we wired the SD card in SPI mode on SPI bus 4 wich a maximum SPI frequency of 50 MHz or 25 MHz as these are supported by the SD card. We used FAT32 file system...
Due to board design flaws that led to insufficient rise time for 100kbps communication, I would like to configure my i2c node in the device tree with a baud rate of 10 kbps...
Hi, I previously saw in open threads that it was possible to retrieve I/Q samples from the BLE chip inside nrf9151 DK in order to save them. I would like to reproduce this...
Hello everyone,
I'm encountering a pin routing issue on the BL54L15µ DVK and hope someone can clarify the documentation. The core problem is that SPIM20 and SPIM21 do not...
Hi,
https://github.com/Neuton-tinyML/neuton-nordic-thingy53-ble-remotecontrol
https://www.youtube.com/watch?v=eDUTf1Zch24
I've been trying this project for 3 days...
Hi,
The nRF52840 manual states here https://docs.nordicsemi.com/bundle/ps_nrf52840/page/power.html#ariaid-title10 that " Before entering System OFF mode, all on-going...
I'm using SDK v3.0.2, and I'm having some confusion when using this tool.
For example, I want to enable Bluetooth Broadcast Sink Audio Support, but I can't click on it....