I am running the examples l9_e5, l9_e5_sol and l9_e5_nrf5340_both_sol from this repository: https://github.com/NordicDeveloperAcademy/ncs-inter/tree/main/v2.9.0-v2.7.0/l9...
i'm just beginning my bluetooth journey, and have some basic questions about sniffing/spoofing a BT remote control for an audio device (Topping DAC D50 iii)...
my goal:...
When I build my application for the nrf52833-DK board with the "Optimize for size (-Os)" option, I can see in the terminal that the FLASH Region Size is 237056 B of which...
I am trying to develop Zigbee plug using the demo provided by Nordic. Working on my Intel Macbook Pro 13.7.3
The toolchain and SDK are installed, ver 2.9.1. The program...
Hi,
When I used NCS V2.5.0,after two devices successfully establish a BLE connection but then disconnect due to a timeout, subsequent reconnection attempts fail with error...
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…
The new Bluetooth 5.4 features Periodic Advertising with Responses (PAwR) and Encrypted Advertising Data (EAD) can be used for one-to-many applications. One of these is the Electronic Shelf Labels (ESL…
When designing a PCB with a high-frequency radio onboard certain rules should be followed for optimal radio frequency (RF) performance. This guide will provide some general PCB guidelines that can be used…
Periodic Advertising with Responses (PAWR) is a new feature in Bluetooth 5.4. It extends the periodic advertising protocol from Bluetooth 5.0. Periodic advertising, where a device sends broadcast data with…
When designing a PCB with a high-frequency radio onboard certain rules should be followed for optimal radio frequency (RF) performance. This guide will provide some general PCB guidelines that can be used…
Please note that some information on this page may be outdated due to ongoing improvements in nRF Cloud. For the most current details on provisioning services, refer to the nRF Cloud Security Services…
Introduction
The intention of this guide is to clarify and describe the main aspects relevant to the GNSS receiver functionality on the nRF9160 as well as build configurations, tool recommendations and…