Hi,
I've recently brought up the Matter Test Harness on a Raspberry Pi following the instructions in the CERT tool repository ( https://github.com/project-chip/certification...
Hello. I am currently working on a Mesh Network using the Nordic Thingy53 board. As far as I understand, the Mesh protocol developed by Nordic already has encryption, obfuscation...
hi,
i use NCS SDK V2.80,and dk board is nrf54h20.
I now want to combine theUSB HID-KEYBOARD and HID MOUSE into USB composite device.
For example, if I want to add hid...
Good evening,
I noticed that the IMEI for the nRF9161 is not embedded like it is for the nRF9160, and it requires retrieval either through nRF Cloud or via the API. However...
NRF_CLOCK->TASKS_HFCLKSTART = 1; while (NRF_CLOCK->EVENTS_HFCLKSTARTED == 0); NRF_CLOCK->EVENTS_HFCLKSTARTED = 0;
I finally figured out the problem with my custom board...
FYI: The video above shows a similar test as this blog post, just using two nRF52840 DKs and two nRF21540 DKs. The blog post uses one nRF52840 DK and two nRF21540 DKs. One of the reasons we did multiple…
Introduction
The Asset Tracker v2 is a highly configurable asset tracker application available in nRF Connect SDK, that supports, among many things, multiple cloud services and configuring the behavior…
I have spent a bit of time recently experimenting with different TLS credential configurations using nRF91-DKs. Eventually I got to the point where I wanted to do things like swap out the certificates…
The content of this guide is now covered in the documentation on nrf Connect SDK documentation page.For the most up-to-date instruction to Update Cloud Certificate please follow this link.
The nRF Connect Programmer application now also supports MCUboot! Follow these steps to update through the programmer application or the following guide for the command line alternative.
This guide shows…
I have been asked several times about variations of the following advertising scenario, so I decided to make a blog post that I can refer to, and hope it might prove useful for others out there that are…
In this post I will give you an introduction to the four kinds of data you need to consider when developing an IoT product:
Device State
Device Configuration
Past Data
Firmware Updates
It's these …
Continuous delivery is in important aspect of short time to market and since the nRF9160 supports firmware over the air updates we want to ship a new firmware to our development boards every time we update…