I'm looking in to an application that needs to support Bluetooth LE as well as a custom ANT+ profile. We were planning on using Zephyr for this but it looks like I might not...
I have a custom board with a nrf52832 chip on it and I am currently trying to build my own application for it.
I have successfully managed to compile and flash it using...
What is the power consumption to check battery level?
How quickly at boot time is an accurate battery state of charge available?
What is the RDSon in the path from VBUS...
Hi, I'm using nrf52810 ,nrf connect, zephyr, vscode extension. I’m having trouble using both UART0 and the NUS UART service. Here’s a snippet from my overlay file:
/ ...
We have been testing our nRF9151-based device with the nRF Cloud Multiservice sample program and had to debug some SIM-related issues. It turns out that the UICC slot was...
The Thread protocol is a reliable, secure, and scalable solution for low-power IoT devices. One of the important aspects of its implementation is drawing as little power as possible. This ensures a long…
The introduction of NB-IoT (Narrowband IoT) and LTE-M (LTE for machine-type communication) revolutionized the landscape for IoT, making the 3GPP (3rd Generation Partnership Project) a key player in IoT…
One of the key benefits of the nRF Connect SDK is that it contains many drivers, libraries, and subsystems offering a comprehensive set of features, allowing developers to focus on their application and…
Before we begin
Scope
Topics that will be covered include:
Before we begin
Necessary equipment and software
Necessary prior knowledge
Some basic theory
The Generic Attribute Profile (GATT)
Services…
Setting up the Timeslot API
When you want to use the radio while still maintaining a BLE connection or have a task that you need to do uninterrupted by radio activity, you can set up a timeslot. The timeslot…
Radio Notification
In this tutorial we will set up a beacon example and modify it to use radio notification. Then we will use radio notification to light a LED when the radio is transmitting.
While this…
Board Support Package
In this tutorial we will use the Board Support Package to control hardware peripherals on the nRF51 or nRF52 DK.
Required tools
Keil 5.20
nRF SDK 11nRFgo Studio 1.21.…
nRF51 Low power modes and power profiles documentation
The low power modes for the nRF51 series are System On and System Off. You can read about them in the nRF51 Series Reference Manual v3.0 sections…
###Note: This tutorial is for the legacy DFU module included in SDK version 11 and earlier. To get started with the new DFU included in SDK 12 and above, please see the SDK documentation in the Infocenter…