I am a long time user of Doxygen and I am familiar with its format. I have been using Doxygen manually in my nRF9160 code and it is working fine. I am using DoxyWizard to...
We are the Manufacturer of Smart lighting
We have start new project" Cellular gateway".
We are evaluating the nRF9160 Dk board .
During this we found issue . it is iBASIS...
Hi all,
Is there anyone here who has already use Clion with nRF9161 ? I'd like to use Clion it's better than VsCode. I've find how to for nrf52 but it doesn't work for me...
I’m not sure if I’m posting in the right forum, but since the EVK-ANNA-B402 uses the nRF52833, I thought this might be the place for questions related to it.
Steps followed...
If I am to do a custom SPI Slave driver to achieve ultra low latency handling and would like it to coexist with NCS / Zephyr, is there a document describing this ?
E.g....
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…
Debugging interrupts in not an easy task. During the development of Jumper's Emulator, we gather few useful tips that we think can help you all when debugging the nRF52 interrupts. Hope it will help…
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…
nRF Cloud is a major element of Nordic Semiconductor's long-term and committed plans for cellular IoT solutions. It can be accessed by users or devices through different methods for different purposes…
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…