my minimal main() does the following, after coming out of reset with the MCU in its default state:
NRF_P1_S->DIRSET = 1; // LED0 output NRF_P1_S->OUTSET = 1l // LED0 on...
Currently in v2.9.0-nRF54H20-1 the default code and ram partition size is 320k and 256k respectively. Which is much smaller than the device has a whole. Is there a reason...
Hi, I recently upgraded our ncs SDK version from 2.6.0 to 2.9.0 for a custom matter application development using an nRF5340. We also support a smaller debug app that is BLE...
Good night,
I installed the VS Code/nrf Connect in my Windows 11 Prof.
I copied the "blink sample" and I tried to build it, but I am receiving
* Executing task...
I have compiled code that debugs and runs normally on the nRF52840DK. I just connected my custom PCB to the debug out connector on the DK and I have two issues that are probably...
Hello,
Our solution uses nrf9160 in smart parking devices that the user controls from a smartphone app, through the internet. Since commands come from the user to the device...
I'm currently working on a matter application on a custom board in NCS 2.9.0. In the documentation for the ipc_radio net core image the README at nrf/applications/ipc_radio...
Hello, sirs.
My question is how to configure clock in gazell protocol on nRF51822
I look at the example gzp_dynamic_pairing but that does not have a code part of modifying...
I want to stream data continuously from a sensor to a host, using BLE.
Using the nRF8001, I have defined a GATT server, with notification.
From an Android phone, I open...
Can the nRF51822 handle more than one connection at a time? I suspect that the answer 'no' based on some indicators, but it'd be good for me to get a conclusive answer. Thanks...
Hi,
i need to handle a button detection Time, i mean when i push the button for 2 seconds something should happen. How can i use the app_timer_cnt_diff_compute function...
Hi,
I have been experimenting with the master emulator .dll - I started with the HidDemo project which is written in C#. This seems to work perfectly well.
I have rewritten...
Dear Nordic Developer Zone,
I am working on a BLE application using nrf51822 with softDevice .
My aim is to be able to redefine which GPIOTE channel my PPI is using...
Hi ,everyone:
i design a pwm driver ,that contain one timer(TIMER2) and 4 ppi interface.
1.pwm(ppi and gpiote)
Now,i have a problem with it not be Synchronous .when...
I have 24 bytes structured configuration data that are changing sparingly. Goal is to keep them in form of non-volatile memory with a reasonable long life span.
I am aware...
Hello Nordic expert,
We can find connection event diagram (figure 5) in S110_SoftDevice_Specification_v1.1.pdf.
But customer needs more accuracy data for time and current...
I have a large list (a few hundred) of BLE messages that need to be sent as part of a regression test of my app. I'd like to script that. Is there a command line interface...
Hi everyone,
do you know of an explanation or some kind of tutorial to see how Bluetooth Low Energy works?
For example some detailed information on those nrf51822 examples...