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...
nRF5340 I2S MCLK issue – unable to get 12.288 MHz MCLK for 48 kHz sampling
I am using the nRF5340 SoC and configuring the I2S peripheral as Master to achieve a 48 kHz audio...
Hi,
I get a PCBA which contains the following test points of nRF54L15 : P0.02, P0.03, P2.07, P2.08. I would like to set one of them to be UART TXD.
In pin assignment...
hi support team,
customer is using mesh and met a problem, here is the situation:
1. customer using mesh/light as basic demo, adding mesh DFU function in it ,and deploy...
*** Booting nRF Connect SDK v3.1.1-e2a97fe2578a *** *** Using Zephyr OS v4.1.99-ff8f0c579eeb ***
Hi,
I purchased several nrf54L15 development boards and am preparing to...
I'm trying to run a custom image on the net core. I've successfully done so using the following exercise in the intermediate course: lesson 8 exercise 2 however when trying...
Hello,
We have some hardware that uses the nPM2100 in roughly the 'one button' configuration where the SHPHLD signal is used for the reset button as well. When the reset...
Hi, We have a device already in production. We have an issue where the device fails to connect to an Android phone or iPhone hotspot with WPA3-Personal. We tried to change...
nRF54L15 - NCS 3.02 - Toolchain 3.02
I'm exploring using the Zephyr Shell to replace my old legacy CLI interpreter which hooks onto a uart callback. I can set up custom...
I get the error "ImportError: Module use of python312.dll conflicts with this version of Python." when I try to flash my device using any Python version below 3.12.x. I get...
Hi,
I have a project with nRF52840 where I uses 3xSPIM. 2 are connected to a real-time-clock and accelerometer. The third is connected to an SD-card.
I realized that the...
Our project requires a more efficient way to collect live trace Diagnistic trace data from LTE-M RRC and NAS, on a Thingy:91.
However, using the " Cellular Monitor " app...
Bit baffled by this one, I assume it's related to the attempted nRF SDK Intellisense magic: We do have a monorepo for various controller projects that includes two zephyr...
Hiya,
I am currently going through the nRF Connect SDK Fundamentals Lesson 2 (section: SoC variant devicetree file) and I am stuck. In the example given, it says:
"...
Hi,
We have a device containing nrf52840 CPU with GPS, Simcom modem and other things.
We already implemented a bootloader upgrading via BLE.
Do you have any information...