Hi,
I'm developing on the current setup:
nRF52840
Soft Device 140 version 7.2.0
SDK 17.1.0
MDK: 8.51
Segger v4.52c
Secure bootloader (DFU)
I don't define...
Hi Team,
I have nRF5340 DK board and I want to test the Bluetooth Periodic Advertising with Response and Bluetooth Periodic Advertising with Responses Synchronization...
Hi,
Its maybe a stupid question but is there a easy way to operate the DK with 3V VDD and IO Voltage? The 9160 DK had a simple switch for this. The default for the 9151...
Hi,
I am new to BLE development. I am using Visual Studio Code and Nordic SDK v2.7.0. I had working code a few weeks ago. I went on vacation, and when I returned I had all...
Hi,
on a Mac, I am trying to install credentials to a nRF9160 using device_credentials_installer.py.
The nRF9160 is running the AT Host application. I can connect to it...
Serial DFU Procedure and Tips
Hi,
Some of you may need to use Serial DFU to transfer firmware from external MCU or PC.
So I am posting this blog to might help saving your time to debug and development…
If you have bookmarked pages in our Infocenter, you might have noticed that many of those links don't work anymore. This is due to major changes to the backend of the Infocenter structure that will make…
Here is a demo of a small graphics engine I designed that allows me to embark moving pictures on a nRF52832 directly in code with a reasonable occupied memory size (i can do RLE or LZ4 compression).
The…
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…