It's really really really annoying that the DevZone contains so much outdated infomations and deadlinks .. especially after moving to the new website !!! :-(
Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
I want to integrate nrfjprog.dll (or nrfjprog.exe) into my own windows APP, but I can't find the detailed document for usage of nrfjprog, could someone tell me where I can...
Hi everyone,
I recently was able to do firmware upgrade via Android phone( Link ). So once I programmed the device with a proper bootlader, I was able to always reflash...
I am having problems getting the memory protection to work.
I have not found a clear definition on how to configure the TEX,S,C & B bits for the various memory regions...
Hi,
From the doc : infocenter.nordicsemi.com/index.jsp , I found that the HF CLK is 64MHz. My custom board has 16MHz Xtal Clock. Will the softdevice work accurately, timing...
Hi,
i've a problem with the implementation of nrf_crypto.c, each function has already been defined according to the build output.
..\..\..\..\..\..\components\libraries...
My application uses SDK 11 and s130 on an nRF51822. In certain cases I want to delete all my bonds and go into sys off.
I presume that when I call pm_peers_delete() , that...
I am not clear on what is failing to open here. Anybody have any tips.
(This is on windows)
C:\projects\CB\app>nrfutil dfu ble -f -pkg _build/careband.zip -n test
Please...
Hi Nordic,
I am trying now to create a star network, in which the central node is master of different slave channels. The idea is to configure and open different independent...
Hello,
I'm using the ble_app_uart_c as an example for a Central application. After writing to a characteristic in a peripheral I expect a notification back from that node...
I have a main loop in my application like this:
while (true)
{
// Other calls left out here.
app_sched_execute();
err_code = sd_app_evt_wait();
APP_ERROR_CHECK...
Hello,
I am new to the nordic's controller. We are planning to evaluate the nRF51/52 for our IOT application need.
I am more interested to know the possibility to have...