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...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Hi ... have code that outputs I2S in master mode. The slave, a NAU8822 device requires Master Clock Source between 8 and 33MHz.
The 54L MCLK pin is duplicating the BCLK...
Hi,
I have a fresh clone of Zephyr version v3.4.0-rc1-66-g462dc9746b42. I want to build and debug the unmodified project samples/tfm_integration/tfm_secure_partition.
...
Hi
I want to add the nordic documentation as an MCP server to claude and gemini clis. But this seems to require authentification by Kaipa, which is a paid service ?
...
Hey Team,
Whenever we flash the audio application (from the official samples provided) on a development board and leave the board unpowered/unattended for 10-15 days, the...
What is the correct way to connect an nPM1304EK (or other nPM product) to an nRF7002DK? Is it possible to do this and power the nRF7002DK via the PMIC but have the USB connected...
When trying to figure out why we couldn't flash the network core on the nRF5340 with pyOCD, we noticed that the Debug Base Address of the AHB_AP returns 0xe00fe002 for the...
I am trying to migrate my project (for a custom nrf5340/nrf7002 board) from NCS2.9.0 to NCS 3.1.1, to hopefully get the wifi WPA Enterprise functionality to work.
This is...
I can connect to targets using the JLink WiFi probe and JLink Commander (JLinkExe), but when running `nrfutil device list`, they don't show up there. Can you please patch...
Hallo together,
I noticed today that the example circuit diagrams for the nRF9160 seem to have been using a completely incorrect tolerance value for the supply capacitors...
Hello.
I am currently testing nRF Cloud and encountering an issue. I encountered a build error when merging the Peripheral Memfault Diagnostic Service (MDS) sample program...
Device: nRF5340
SDK: nRF Connect SDK v2.2.0
IDE: nRF Connect for VS Code v2023.6.345, Running on Windows 10
------------
We are working on a new project for the nRF5340...
System Calls link is: https://docs.nordicsemi.com/bundle/ncs-3.0.0-preview2/page/zephyr/kernel/usermode/syscalls.html --> not found
the "3.0.0-preview2" is likey the cuprit...
Hi, building itself works as the code is correct, but it won't fit onto nrf52810. In the example is no exclusion for this Product/nRF52DK.
Building & Linking for an nRF52832...
Hello,
I am experiencing a critical failure while trying to program my nRF5340 DK using the nRF Connect for Desktop Quick Start app (v1.6.0). The process fails at the "Program...
I am having a recurring problem with NFC-CONNECT: build action. It hangs when building. Gets stuck with the following message in lower-right hand corner of screen:
The...