I have managed to get, somehow, a central_uart talking to a peripheral_uart on a pair of 52840 DKs.
I've changed the UUIDs of what I'm trying to connect to, to be those...
I need to connect to other units according to heir MAC address. I'm assuming that this:
BT_SCAN_FILTER_TYPE_ADDR
Is the thing to use in this:
bt_scan_filter_add...
I got the following setup: nRF52840 - GenOnOffClient (Light Switch Sample) Publish to Group 0xC001
nRF52840 - GenOnOffClient (Light Switch Sample) Publish to Group 0xC001...
Hello!
I built the https sample app for the Sparkfun_I got run time errors.
my setup:
Updated Windows 11 Pro
SDK 2.6.1 and 2.8.0
How do I solve this?
"The Modem...
Hi.
I have a custom board with a NRF9161. The nrf91's LTE block connects to the sim holder through a NX3DV2567HR switch and an TPD3F303DQDR ESD protection.
I'm using...
Motivation
Very often, while working with Bluetooth LE devices, we encountered a problem having to repeat a sequence of operations to test or demonstrate some functionality. Writing a mobile app every…
With the nRF52840, we released our first System-on-Chip (SoC) with a radio that is capable of running the IEEE 802.15.4 PHY, additionally to Bluetooth 5 (Bluetooth Low Energy), ANT+, and proprietary 2…
A case study on optimizing battery power consumption for CC2538 but can also apply for nRF52 based device - https://medium.com/jumperiot/power-optimization-from-3-to-7-months-on-a-single-charge-56de0c30f062…
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…