i just rebuilt the code in the beacon_advertiser.zip file attach to this issue for the NRF52232....
the code runs as expected, though consumes about 200uA when sleeping...
I am using NCS v2.9.1 and trying to enable a bootloader chain with NSIB and MCUboot. The regular setup works fine, however if I try to enable the minimal configuration, I...
Our design has an nRF5340 with RV3028C7 to provide the 32 kHz clock via P0.00.
If I configure P0.00 as a digital input, I can see the pin toggling.
However, if I use the...
I had been doing this:
What it does:
create a CHG (channel group)
DPPI is triggered by a GPIOTE in-event
DPPI then triggers and EGU, a TIMER capture, and...
DPPI...
Hello
According to Enhanced ShockBurst (ESB) documentation , to stop the ESB module you need to call esb_disable(), but it also says that you need to check if the module...
One thing I wish I had when I started developing for BLE is more blog posts that walk you step-by-step on how to tackle the different phases of the system design and implementation. One such phase is designing…
Nordic Developer Zone - The Nordic developer’s best friend
The original goal of Nordic Developer zone was to create a resource for our customers that would complement direct Nordic technical support.…
Introduction
This example shows a simple GPIO driver for seamless handling of the GPIO and GPIOTE peripherals of the nRF52 series. This example is particularly intended for developers who wish to develop…
Note: From nRF Connect SDK v1.7.0 onwards, if you build for the thingy91_nrf9160_ns or thingy91_nrf52840, everything in this guide is already done automatically. Since that SDK release, the board files…
If you’re thinking about building a network of sensors and you begin to survey the options, you’re likely to encounter a frothing sea of acronyms representing a variety of standards and protocols clamoring…
Background
Some time ago I was working on a project that involved communication between Bluetooth mesh and a home automation platform. The goal of this project was to enable control and observability of…
Introduction
The question of how to update advertising data dynamically using the BLE Advertising library has been raised many times by our forum-goers, especially after the release of nRF5 SDK v15.2.0…
Purpose
The purpose of this blog is to show how to create a Zephyr application that boots from the MCUBoot bootloader. We will also show how to update an application using the Device Firmware Update (DFU…
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…