Using the "launcher" the open button appears to do nothing and the update from V4.2.0 to V4.2.1 produces an error message.
Twice I have uninstalled V5.1.0 and replaced it...
Hello, I and my colleagues were not able to view today's nRF Connect SDK v2.8.0 webinar both work from home and at the office using different browsers on macOS, iOS and Windows...
Hello
I have a custom board based on nrf9160 and I cannot claim and make REST API and JWT auth work for it.
These are the steps I followed
1. https://github.com/nRFCloud...
Hello all,
i have a problem and I hope that someone can help me.
I can change the bluetooth address of the device with the following code:
and this is okay.
I have...
Hello,
It has been a while since I have done any controlled impedance and was wondering if someone could provide me a quick sanity check before I continue:
Here is the...
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…
There are times that we needed to flash the nRF5x series on a PC where the development software were not installed. The problem could be worst when network access is limited. With a HEX file on hand…
Scope
This is a discussion on building a Bluetooth application on our new nRF Connect SDK/Zephyr platform with the reflections to our nRF5 SDK which is based on the SoftDevice Bluetooth stack. The goal is…
The purpose of this document is to give a brief introduction to AWS services, and explain how to connect to these services using nRF9160 devices and the MQTT protocol. The tutorial covers the necessary…
Introduction
This document will go over the process of running a Mesh Provisioning Demo using the nRF Mesh app available on Google Play or iOS App Store from Nordic Semiconductor. There is a blog post…
NUS with nRF Connect SDK: Wireless UART with the nRF Connect SDK
This year Nordic is transitioning from the nRF5 SDK to the nRF Connect SDK (SDK) as part of an effort to expand the power and breadth of…
Last updated on 02/25/2021, see changelog at the end for more details
This guide is written for those who are working on the nRF9160 and are starting their firmware design soon or for those who have already…