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...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
Hi,
We have functioning application code under the 2.4.4 SDK development setup. I would like to start migrating to newer code but am encountering issues. (Ultimately, I...
I have an nRF5340 DK (not audio DK), and I want to send LE audio from my LE audio compatible device to my DK and then have my DK play that audio over I2S to my external amp...
Hi there, I-m trying to compile a hello world sample with an encrypted bootloader
# Sysbuild configuration file.
#see C:\D\dev\nordicsemi\v2.7.0\nrf\doc\nrf\releases_and_maturity...
Hi all,
I'm currently facing the issue that we are receiving a PKCS7 encoded response from our EST server via a `/simpleenroll` request.
The PKCS7 response now has to...
We have a locator-beacon setup based on this https://docs.nordicsemi.com/bundle/ncs-2.9.1/page/nrf/samples/bluetooth/direction_finding_connectionless_tx/README.html running...
I have been facing a persistent Zephyr CMake/Kconfig build failure in my nRF Connect SDK setup.
Environment: Windows, nRF Connect SDK v2.7.0 , Toolchain v2.7.0 , using VS...
Hello Nordic team,
we are using a nRF52820 module in a beacon. After flashing the firmware and connecting via nRF Connect for Mobile, we can read the Service and Characteristic...
Hi,
I'm trying to CONFIG_MCUBOOT_ACTION_HOOKS with mcuboot on a custom board build with an nRF9151. McuBoot works well, but I'd like to use CONFIG_MCUBOOT_ACTION_HOOKS to...
Hi
I use MT8852BE to test nRF54L15-DK ,TX power setting 8dBm but MT8852BE Power(Pavg) show -6.07dBm ,Why is there such a discrepancy in the values?
nRF54L15-DK Setting...
For power cost down, use dts config to set pwm gpio H0D1 as follow:
pwm1_default: pwm1_default { group1 { psels = <NRF_PSEL(PWM_OUT1, 0, 26)>; nordic,drive-mode = <NRF_DRIVE_H0D1...
Hi,
We have defined a FOTA update for a set of devices. Our device SW follows the 'multi-service sample' code for FOTA.
Generally, FOTA works well for devices in a job...
Currently (as far as i can tell) the firmware for the DECT-NR+ mode is mutually exclusive with the LTE firmware, and you cannot mix the two wireless modes as you have to flash...
We use the device shadow "desired" section to send configuration params to the device. The device processes and accepts the params and then returns them in the "reported"...
HI
Based on the nRF54L15 with SDK 3.0.0 and MCUBOOT for OTA updates, I've discovered there's a firmware image compression algorithm available. However, when compiling with...
Hi Team,
We are using nRF9160 MQTT sample code 'mqtt_simple'.
1. What is the maximum payload we can send in one single PUBLISH?
2. I want to send 4KB of data in single...