Hi all,
I'm trying to characterize the UDP throughput of a Thread network consisting of nRF5340 DK devices. I saw that Espressif made a test report and they seemed to use...
I’m using a custom PCB based on the Minew ME54BS01 module (nRF54L15 SoC) for both ends of our proof‑of‑concept: one node as a GATT‑based Channel‑Sounding reflector (leveraging...
Dear DevZone support,
I'm currently evaluating nPM1300 for Lithium Polymer battery management and charging and would like to ask a question.
I understand that I can...
Hi Nordic:
We are currently testing Zigbee on the nRF54L15 platform using the Zigbee R23-add-on-V1.0.0 SDK. It has been observed that when a low-power node disconnects from...
Hello, I am using ISP1907 which has NRF52833. I get the IQ data and configuration from serial as: DF_BEGIN ['IQ', 0, 0, 11, -9, -213] ['IQ', 1, 8, 11, -209, 23] ['IQ', 2,...
I have 2x Power Profiler Kit II up and running using the Power Profiler app - started twice and with separate PPK2 instances selected, as described in another support post...
Hi, I am running openthread on the NRF54l15 DK. Whenever I am debugging and hit the breakpoint or pause the program, then on resumption my app crashes. How Can I debug while...
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...
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...