When running example code which involves BLE on nRF52840-based boards, the devices (which have assigned names in the example code) don't show up on the iOS nRF Connect scanner...
Hello,
In my experimentation to update advertising data during runtime, I am following the example @
It is using the ble_advertising.h library module
However I would...
Hi all
I'm working on custom board build with an nrf9161. Right now I'd like to use a gpio as input with interrupt for i2c captor icm20948. So for I've searched and I think...
We need to issue a command to an nrf52840 device :
nrfjprog --program file.hex --chiperase --verify.
everithing is working with [nrf-command-line-tools-10.24.2-x64.exe...
These are customized UUIDS declared by me
/* Custom Service Variables */
#define BT_UUID_CUSTOM_SERVICE_VAL BT_UUID_128_ENCODE ( 0x821675c3 , 0x4046 , 0x45f9 , 0xb8df...
We released a small update late last week. It’s a follow-up to our last release of 2019, and like its predecessor, this release, 2.1.2, aims to improve the general stability of nRF Connect for iOS as well…
This blog post contains answers to questions asked during the "Embedded Antennas for IoT" webinar hosted by Nordic Semiconductor 17.10.2019.
You can watch a recording of the webinar here. You…
It has taken a lot longer than we previously thought, but we made it here, to our first big point release for nRF Connect 2.0. Throughout this “two-point-oh" journey, you’ve been an invaluable asset to…
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…