Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I have decided to use Nordic Ble Mesh SDK instead of old mesh example. but I have only got NRF51 DK Boards. It was configured in order to use with NRF52 boards.
How can...
Hi @ll, I'm using Mesh SDK 2.0.0 with SD 6.0.0. The example everything is based on is the dfu-example (including parts of the beaconing example) I'm now trying to add a connectable...
Dear Nordic Team,
I have practiced the " ble-characteristics-a-beginners-tutorial" on DK board PCA10028, and it worked perfectly. Then I tried to change the user defined...
Continuing to port MESH into an IAR project. We would like to make logging work with IAR. Right now, we get a warning that the "format" attribute isn't supported.
Is there...
The valid master out time for <= 8 MHz is shown as tSPIM,VMO 59 ns. The valid master out time for > 8 MHz is shown as tSPIM,VMO,HS 8 ns. The latter tSPIM,VMO,HS could only...
In simple on/off example, the client can turn on several server nodes in the same group in the same time,
but in serial example mix simple on/off server, the info center...
/* Copyright (c) 2014 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage...
Hi there,
I aam using SDK 14 and using all sectors of FStorage. I am using all the sectors of FStorage to read and write data.
After about 24 hours, I see data corruption...
Hello,
So I'm loooking for a way to transfer relatively small quantity of data live as reliable as possible and as quick as possible between two nrf5 units and then between...
Hi,
I am using Nrf51422 DK, my need is to send file (which is placed in my computer)to the another nrf board. Tried with file operations (fopen,fgetc,etc.) in keil4. It...
While flashing program to nrf51822 device through terminal getting these error msg
ERROR: JLinkARM DLL reported an error. Try again. If error condition ERROR: persists,...
Hello, I currently using the proxy light switch exemple of the mesh SDK 2.0.1 in this configuration :
I search to have the less current consumption in the mesh client ....
Hi all,
Please find my following current measurement resuls in the pwr_mgmt example using a nRF52 preview DK and SDK 13
My setup is as follow:
SB40 is cut
SW6 is...
int main(void) { initialize(); execution_start(start);
for (;;) { (void)sd_app_evt_wait(); } }
can you explain me the execution of code flow in the main with these APIs...