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...
I understand from many posts that the DTS file is ignored when in multi-image (mcuboot enabled) I need to change the partitions to reduce the bootloader from 48K to 32K &...
Hello Nordic Support Team,
I’m currently experiencing issues connecting to my nRF52833 hardware. The device was previously working without problems, but now I’m unable to...
Hello, I am currently developing with NRF52840 and NRF7002 chips. I am running a custom version of the wifi scan sample, using the baremetal library and custom shim file....
Hello,
I wanted to check if it’s possible to use the BLE Mesh light code with other BLE Mesh apps such as ST BLE Mesh, Bluetooth Mesh, or AMCCOM Mesh.
I have tested it...
I am taking some courses from DevAcademy to learn about Zephyr.
I do have some zephyr supported board(s) for the hands-on exercises, but they are STM32 based, not nRF
...
I note that calling:
mpsl_lib_init causes the POWER . INTENSET to be cleared (including the USB interrupts and POF WARN).
My device uses the USB stack, as such, calling...
Hi,
I'm trying to combine Wifi and BLE frequency test on nRF7002 DK. I started with radio_test example on nRF SDK 2.9.1 and toolchain 3.0.2.
I have added CONFIG_NRF70_RADIO_TEST_COMBO...
Hi.
When I made a application with mcuboot on nRF54L15DK.
In order to reduce power consumption, I want to disable serial log(UART).
I added these configuration in the...
Hello,
We have successfully connected a team device and are receiving telemetry from nRF Cloud via MQTT. We subscribe to prod/{team_id}/m/# and receive all team messages...
Hi there.
i start working with nrf54H20 with the hello world example but i encounter to a problem while compiling the example and i dont know what is the reason ?
the...
Hello and thank you for your help
I am working with the 9151 Rev3 and I attempted to update the IMEI with a valid one provided to us by Nordic
But the following error...
Describe the bug I would like to inquire about an issue where when my PD (Peripheral Device) continuously sends commands without interruption, the PD encounters this error...
Hi,
I recently found out about the Periodic interval feature on GRTC CC[0] and it seems like it would be quite useful for my application. Most of my code so far uses the...
Hello,
I would like to ask whether nRF7002-DK allows connection in STA mode to Wi-Fi with a hidden SSID and whether it can create a softAP with a hidden SSID? If so, please...