Hello,
I recently bought a nrf52840 dev kit + dongle to test the functionalities of Matter.
To commission devices "On network" without the use of Bluetooth, i wanted...
Hi,
I'm using the nRF54L15 DK (non-secure, NCS v2.9.1) to generate a 100 kHz PWM on a GPIO with TIMER00 (128 MHz, 1280 ticks, 2.5%–20% duty, 32–256 ticks). GPIOTE, DPPI...
Hello everyone,
I'm working on a project based on the nRF52840, and I'm using nRF Connect SDK 2.9.0. The project uses MCUboot, but the firmware image is signed externally...
Dear nordic team,
even if enabled for mcuboot via CONFIG_WATCHDOG / CONFIG_BOOT_WATCHDOG_FEED, our device performs a reset when swapping the image. More precisely: when...
Hi
I remember the Devzonw could ask for hardware instructions. My matching circuir has used the nRF54L15 reference design and nRF21540 DK design, all the value is the same...
Hi,
I'm testing the nrf_provisioning sample application.
I have built it with the coap overlay.
After claiming the device in the nrf cloud and assigning the " nrf-cloud...
Hi,
USB CDC EPOUT stops working as the USB incoming traffic data rate increases. The symptoms of this issue align with the Errata 199. The workaround for Errata 199 is...
Hi
my application is a 9-axis battery driven motion sensor with a data rate about 144 bit per packet at 1000Hz i have to transmit over air. Low latency (<10ms) is extremely...
Hi,
is there any Example to use the UART ?
I need an monitor while the application is running, is the UART COM Port the right one for this?
Is there an example with...
I need a mutex and I found this information at the ARM site: infocenter.arm.com/.../index.jsp
Is there anything I should be aware of in using this technique to implement...
I have a central device , that acting as a gatt server. the service is customize, and 128bit- primary serivice UUID ,its characteristics' UUIDs(128bit) are all known, how...
How are the four RAM banks divided up in the nRF51822? Is it an even split of the 16K total RAM (i.e. 4K per block)?
Furthermore, can I expect strange results if I turn...
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...