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 support team and community
After some days where it worked perfectly, our nRF52840 suddently stopped connecting anymore to a Motorola G4 plus running Android 7.1.1...
Hi, We have tested beacon sample in our custom board. Build with nrf7002dk_nrf5340_cpuapp_ns board config. Facing below issue but the same build is working fine in nrf7002...
Hi all,
I have an issue regarding multiple GPIO interrupts. Following case:
I am using MCP251xfd can module connected via SPI and an interrupt GPIP int-gpios = <&gpio0...
Hello,
Looking for some input on this LTE-M connectivity issue we are seeing.
Hardware: nRF9151, custom board, same result seen on nRF9151DK.
nRF SDK Version: NCS...
Hi Nordic:
We are currently testing Zigbee on the nRF54L15 platform using the Zigbee R23-add-on-V1.0.0 SDK. It has been observed that when a low-power node disconnects from...
Hi everyone,
I currently installed the latest version of the NRF connect SDK. I started a new build task which executes properly. The task doesn't however stop.
This...
Hi, I'm currently trying to use the Timeslot feature in the nRF SDK 5 and have a few questions:
Can Timeslot be used during the advertising phase? Specifically, during...
Hi all,
Our company is currently prototyping with the Nordic 91X DK and looking to use both nrf cloud services specifically for using location services whilst also connecting...
Hello everyone,
Having previously programmed the nRF52840 in the Arduino IDE, I decided to switch to an environment supported by Nordic for more complex projects.
Unfortunately...
Hi,The Nordic team.
Hello everyone, I am developing a SED device with nrf54l15 as the main control of Matter over Thread. Now I want to report the remaining battery level...
Hello,
I'm working on an application with a rather unusual/complicated setup, and I found something I cannot really understand.
For context, I'm working with two nodes...