Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
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...
Hi,
I'm using the button event handler code on the SDK. It fires once when pressed down, and once again when i release the button. How do i make it only fire once per push...
I have two nrf51822AC mcu chips that are integrated on custom boards, and I need to communicate between those two chips (one set as a transmitter and the other as the receiver...
Hi,
I own company that builds a PIC 8-bit devices, and can code at a low bit level in the PIC environment.
I picked up the NRF52 Dev board, and am trying to learn the...
My peripheral device connects with central one very rarely. I decided that I don't want peripheral to negotiate connection parameters with central, just use settings imposed...