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, I have a question about Bluetooth pairing control.
I use nrf52dk board and sdk v17. I am working on many things using the example of sdk.
Now I'm trying to control...
Hi all,
There is a question that I want to figure out.
I have a nrf52 board which supports to use DMA to receive data from UART. So what would happen when BLE radio interrupt...
I'm using NRF52840 develope a Zigbee end device over nRF5 SDK v 3.2.0 . In my example there are 10 of nodes and a coordinator( the coordinator with nRF5 SDK v3.2.0 or 4.1...
We plan to use NXP A1006 Secure Authenticator IC with Nordic nRF5340 SoC.
1. At tamper attempt, does nRF5340 provide means to detect the Tamper and erase the secret keys...
I have a codebase that takes from many different sample applications and uses S140. I am interested in using a Characteristic from an iOS Swift Central that sends String data...
Hello ,I just buy nRF5340 pdk and look at user guide https://infocenter.nordicsemi.com/pdf/getting_started_NCS_nRF53.pdf . I installed nRF Connect in my PC, and flash HEART...
Dear all,
we produce a device using NRF8001 and never had any issues before, but since last Friday, we cannot connect the device to Windows 10 (build 19041) via bluetooth...
Hello, everyone. I'm a novice who just started Nordic. My goal is to apply button input and timer to implement two functions with one button. (Based on the time the button...
Query on reference designs and layouts
1. "nRF52833-QDAA Reference Layout 1_0 PCB" stack-up seems to need improvement (please check the Core thickness between Layer1 and...
Hello, I'm a novice who just entered Nordic. I'm dealing with button input through bsp example now. And I am using sdk v17.
I succeeded in toggle LED by simply clicking...
Hi,
I am writing an APP for comunicating with my nRF peripheral. I've set the MTU size to 251 and this works fine under bluez or android.
But if I try it in iOS (>10.0...
Hi
I've been working on a project over the past few months, and per a new requirement I was asked to add a debug configuration, as thus far I have worked with only a release...
Hi,
We have a Lattice Ice40 UltraPlus FPGA, SPI FLASH, and nRF52832. We would like to be able to include the FPGA's binary image in our DFU package but it is about 110kb...
Hi,
We are using SES on Windows to program a nrf52832 device with a SDK 16.
We are having problems with the Secure BLE DFU. We are able to perform the DFU on our devices...