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...
Dear Team,
I have nRF54L15-DK and my firmware is running fine over there.
Now I want to use nRF54L15-DK to program & debug standalone NRF54L15 on a my custom board....
Our existing product (already in the market) at Element Science in San Francisco, CA, USA uses an nRF52832 (BMD-350 module by u-blox) and nRF5 SDK 15.3 as base for the firmware...
Hello, I have two nrf52840-dongles which I am using to test ESB. (NCS 3.1.1)
With a few modifications to the ESB prx and ptx samples:
Remove logs except for PTX ESB_EVENT_RX_RECEIVED...
I upgraded my sdk from 2.6.1 to 3.1.1 and after resolving a few issues everything was working just as it was before the upgrade except for MCUmgr. When I run the MCUmgr client...
Hi,
I recently migrated a project from NCS v2.x to NCS v3.x and noticed that the method I previously used to generate a device-unique identifier no longer works the same...
I've seen similar threads but haven't yet found an answer that works for me. I don't know much about encryption but I've been tasked with adding 256-bit AES GCM to our project...
On a BLE Peripheral NRF52840 built with nRF Connect SDK v3.0.2 , high-rate GATT notifications sometimes push the stack into a state where no (HCI 0x13) events arrive for the...
Dear Nordic support:
How long is the single broadcast duration and the broadcast interval for Bluetooth? We would like to know what the duty cycle of Bluetooth operation...
I am trying to Build a modified version of the Matter weather station with additional endpoints I have created a custom Cluster and Custom Device type via Matter Cluster editor...
Hi,nordic
My ncs verison is v3.1.0;
Can I use ANT+ and BLE protocol together in nrf54l05 ?
Does garmin have ANT for nRF Connect SDK support nrf54l15 dk now?
If I...
Hello,
I am looking for ways to measure current during the transmit and receive test for the 2NR modules.
Can you please provide me the steps to do that?
Also what application...
Greetings, I'm developing a custom hardware using nrf9151, i've tested the gpio and serial interfaces of the custom module and the work fine, when i try to flash the serial...
I am in trying to use the AT client sample with an RS485 interface on a custom Board with nrf9151.
Other than the API states ( https:/https://docs.zephyrproject.org/apidoc...
Hello,
I want to use only LDO (not DC/DC) regulation on my nRF52840 design. The documentation states that LDO is the default for both REG0 and REG1, and that DC/DC should...