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,
We are using the NORA-B126-00B module on our custom board, and the first time we flashed it with a simple LED blink example, it worked fine. However, after erasing the...
Hi,
I'm looking at the watchdog behavior in mcuboot during DFU. Here are the watchdog-related configs I've set:
and here are a few things I've noticed:
- Even though...
hello, When I switched from the NCSv3.0.0 version to the NCSv3.2.1 version, I encountered the following compilation issue. How should I eliminate this "Error 1 (Ignored)"...
Background: Our tests on SDK 2.5.0 showed that it was possible to maintain a Bluetooth connection at a distance of approximately 180 meters with the following initial advertising...
i am performing DFU process b/w nrf54l15 and nrf connect mobile_app ( Android ) and i am sniffing the it using nrf54840 soc and the bord is nrf21540dk in Wireshark i know...
Hi,
I am currently working with 2 nrf54L15-DK and a seperate 4 antenna array.
For my tests i run a 2x2 antenna config with preferred peer set to 1 and 4.
I was now...
I just got the board, installed the nRF connect sw. Then installed the J-link, connected the board, power it on and run the quick guide, but it searches and doesn't find anything...
I've been using PPK2 to test our work for maybe around 3 years. it's always been steady and stable and can run for several days without problem. Mostly I'm using the PPK2...
I'm running the nrf5340_audio_dk and using version 2.6.0-rc1. When connecting one NRF5430 as headset to another NRF5340 gateway, running BIS mode everything works fine. But...
Hi,
We've been working on an IoT device that uses an nRF52840 in a pre-approved module from Moko. We are getting ready for a commercial launch in 2026, but I am very confused...
I have noticed that the dts file includes the configuration for arduinio_spi, along with the corresponding pins associated with spi4. However, I am unsure about how to utilize...
The Bluetooth 6.0 Channel Sounding feature supports multi-antenna functionality. The nRF54L15-DK development board is currently single-antenna. Is there any official documentation...
Hello,
I am wondering how I can enable APPROTECT through UICR with a TFM project. Using ncs2.6.0 and nrf5340. My project makes use of TFM to separate secure and non-secure...
Hello,
I am experiencing an issue with the I2S interface on my nRF5340 DK while using the nRF5340 Audio Unicast Server application with the nRF Connect SDK v3.1.0. I am...