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...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
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...