Hi,
I am trying to integrate Buttonless DFU in my application. I have implemented all the steps mentioned in this tutorial.
Getting started with Nordic's Secure DFU...
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 currently using “light_switch” to enable BLE NUS, but every time the device reboots it needs to be re-paired, I checked the serial logs and found that the pairing...
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...
Smartphones and tablets have revolutionized the manner in which people communicate with each other. Mobile applications with location-based features like Bluetooth beacons, WiFi, and GPS are helping people…
Introduction
The recently released nRF5 SDK for Bluetooth Mesh does not provide Keil project files for its example projects. Fortunately, it's relatively easy to set up your own project from scratch.…
Here are two simple functions to use when you want to use timestamps for time measurement.
uint32_t millis(void)
{
return(app_timer_cnt_get() / 32.768);
}
and for comperison of current with given…
This tutorial is aimed at implementing the nRF Desktop application on the nRF52840 Development Kit (DK) using the nRF Connect SDK, thereby allowing it to work either as a gaming mouse, keyboard, or dongle…
Does your build fail today, even though it worked fine yesterday? Are you able to build your project on another computer, but not the one you need to use now? Here are eight things you can try to fix these…
Objectives
Learn to add and configure an I2C/TWI Master Zephyr driver to an NRF Connect SDK project.
Learn to add and configure an I2C/TWI Slave nRFX driver to an NRF Connect SDK project.
Demonstrate…
Using the nRF Connect SDK / West to Program the Radio_Test example into the nRF5340 DK
Background:
There is a need to be able to put a Nordic Semiconductors System-on-Chip / transceiver into modes where…
The "Concurrent Multiprotocol Timeslot API" was introduced with v7.0 of the S110 SoftDevice in 2014. The original purpose was to allow customers to build their own proprietary networks using…