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 been making a sequential channel sounding program. I tried very hard to get rid of memory leaks and now the program is able to sequentially range with three reflectors...
Hi,
I am in progress of making own audio application. I wanted to try 8_2 configuration. I see however, that despite that, 10ms window worth of data at that sample rate...
Hello. Earlier we had nordicplayground/nrfconnect-sdk docker images for v2 (e.g. nordicplayground/nrfconnect-sdk:v2.9-branch ). But it seems there is no docker image such...
I have the revision 1.0.0 of the nRF54L15-DK. I want to use the SPI pins on the GPIO header P2. The datasheet says: nRF Connect for Desktop's Board Configurator application...
Hello,
After updating to the latest version of nRF Connect for VS Code, I encountered an error.
I am no longer able to erase, recover, or reset a board from within VS...
Hi,
we develop a battery powered device that has a battery charger ic. Can the ppk 2 measure negative currents in ampere mode when the battery is charged?
Hi all,
I have Nrf52 devices that use Nrf DFU with "Buttonless Secure DFU Service".
I would like to integrated the ability do to firmware update the devices to our "fleet...
For the nRF54L15, what is the voltage at the output pin of DCC (and input pins of DECD, DECA, and DECRF) in DC-DC mode?
Is it 0.9V? Is it constant?
Vinson
Hi,
We are using both nRF54L15 and nRF54L10 in our product, with DFU support where an external flash is used as the secondary partition on both MCUs. The hardware connections...
Dear Sir,
I am getting the below Error During building of LED Blink Program for nRF52840 Module using PCA10056. Below code I am Trying to run:
#include <stdbool.h> #include...
I am using the PPKII to supply a 1.8V supply for a circuit board in my measurement setup.
I have been battling a low-frequency oscillation at 0.5Hz at around 5mVpp, which...
Hello!
I want to make a self-test that verifies the speeds of the 32.768 kHz clock and the 32 MHz clock.
The idea is that if the ratio (976.56 to 1) is correct, then the...
I have started working with the nFR9151-DK board. After some time, I may have accidentally erased all data from the board using the PROGRAMMER application. As a result, the...
hi Nordic
i am working with nrf52840 and nrf52832 with ncs v2.8.0
i am also working on nrf54l15 (since nrf54h20 seems to not be fully integrated yet)
i want to know...
Hi,
I am trying to do t rilateration using one initiator and 3 reflectors. For now I am just trying to get 2 reflectors to work.
Sadly I cannot get the initiator to...