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...
Hello,
for some time I didn't have to work on my project that uses nRF Connect SDK but recently I had to work on it again and noticed that I am not able to build my before...
Hi,
I am trying to create a trilateration system with 3 initiators and 1 reflector (Hopefully multiple reflectors in the future) on the nrf54l15. The channel sounding with...
When running the NRF Connect SDK SoftAP sample, connected stations disconnect at **exactly 5 minutes** (300 seconds) into the session, regardless of activity or configuration...
Hello support,
For our project we have an integration with Memfault for metrics, coredumps and log files.
We are currently developing in NRF 2.7.0 on a nrf9160 chip. ...
My SPI slave sensor requires a 32-bit frame length. The CS (Chip Select) signal needs to be switched for each 32-bit frame interval, and it also supports DMA (Direct Memory...
Hi ,
I am using skb501 module and which contains nrf52840.I am using nrf5sdk for development for zigbee coordinator because nrf connect sdk is not supportable in this...
Hello!
We are developing a device based on the nRF5340 and using SDK v2.6.0. The firmware implements a USB composite device (CDC ACM + MIDI + Audio). Everything works perfectly...
I am attempting to interface a tas2110 with an nrf52840. I just became aware of some nrf52 limitations and wanted to get the latest info. My requirements are as follows "The...
as shown in this document:
https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Core-54/out/en/host/attribute-protocol--att-.html and Zephyr's att.h , 0x0d...
When I run the peripheral_hids_mouse sample, I scan/connect on nrf connect and see an instance of the peripheral. then if I clear and scan again in the Discovered devices...
The J-Link itself can’t “see” the external flash — it only talks to the nRF5340’s CPU via SWD. I would like to program initial image of the external flash. 1. On Segger website...
Hi,Team,
I'm currently using the nrf54l15-dk. I want to implement our custom app to send firmware data to the nrf54l15-dk, have the nrf54l15-dk receive the firmware data...
Hi, I have two nRF52840-DK boards and I'm testing matter light bulb example.
If I load the project in one board it works fine when I link it with virtual assistant like...
Hello,
In my application (nrf52840, v. sdk 3.0.2) I have a partition named "settings_storageuser", which is defined in the internal flash using partition manager and that...
Hello,
whenever I try to debug my nRF Connect SDK application, I have problems with the nRF Connect for VSCode debugger in such an extent, that I can't use it.
When I...