I am working on interfacing BLE between my nRF52833 device and both a mobile and a PC. The advertising process is functioning correctly; however, the connection is not establishing...
Our system was running out of external peripherals and we decided to switch over the external SPI NOR flash to a bit bang driver however this resulted in odd behaviour when...
I am on nRF52840, and ANCS can get the app name. After switching to nRF52832, you cannot get the app name. The driver of the two chip ANCS is the same, but the Bluetooth protocol...
HI,
We want to use NRF9151 to realize the DECT NR function. Now I have an NRF9151-DK in my hand, how to test the performance of DECT NR?
I used AT command to control NRF9151...
NRF52840 and NCS
We currently have a large Thread network and plan to configure the network using the Commissioner-Joiner form of network credential distribution.
I...
Smartphones and tablets have revolutionized the manner in which people communicate with each other. Mobile applications with location-based features like Bluetooth beacons, WiFi, and GPS are helping people…
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…
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…