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
i need and unrgent input:
I need a combined WIFI 6(with target wakeup time) and BLE chip and/or precertified module.
My colelague is pushing for a ESP32C6 from Ublox...
We are running a duration test with 10 reflectors and 10 initiators to evaluate the reliability of our system using the nRF54L15 and a project based on the Channel Sounding...
I'm using beacon mode to transmit a set of data which is stored as hex code. I've set the advertising data to iterate through the data set 10 times. When looking at the data...
Our application built for nRF54L05 draws approximately 70 µA on our custom board when entering system ON sleep (idle).
However, when MCUboot is enabled , the same firmware...
Hello,
I am trying to install the nRF Connect SDK v3.0.1 on Windows 11 (version 24H2 build 26100.4061). In the VSCode -> nRF Connect(the plugin) -> Manage SDKs
I can successfully...
I have rebuilt the sample app at_client using VS Code (Mac) nRF Connect SDK v2.6.0 and Toolchain v2.6.0 Board target: thingy91_nrf9151 Snippets: nrf91-modem-trace-uart
I...
Hello everyone,
I'm testing current consumption of nRF52 dev KIT (PCA10040). The test application is a BLE application. I tried with two methods for measuring current consumption...
I am using this SDK version 17.1.0 as I am using ESB in this project. So far I have gotten ESB, SPI, and UART communications working. SPI and UART are both using easy DMA...
Running on Fanstel BM15M module (nrf54L15) SDK v3.1.1, I seeing a huge timing error when trying to implement a simple timer function. In the code below, I believe I have followed...
Hello,
Caught this Nordic Skydio presentation by chance this morning and briefly mentioned was the use of a dual core processor mcu. Was this the nrf5340 or some other Nordic...
When evaluating the hardware performance, we tested the WiFi speed of the nrf54lm20 + nrf7002EB2.However, the test result was only 2MB per second.I suspect there might be...
I would like to check if our observation with nPM1300's VBAT node is expected per the IC's design.
As a background, in our application ee use a low-leakage switch to isolate...
Hi,
we have made a pull request on github to introduce the LTI support in CTS client, since one of our new devices have a display and needed a user friendly way of supporting...
Hi every one,
If any body have been succeeded in adding DFU support in Fast pair locator tag on nRF52833-DK, if so can you guide me for it?
I am getting configuration...