Hi Team,
I am in process of modifying our existing app to work as "just works". For doing this, I disabled the callbacks in bt_conn_auth_cb:
However, with above...
While looking at ways to shrink the dfu image of our nrf9160 application, I was struck by how large the default SPM image is. Here's the file size breakdown:
Final app_update...
Hello everyone,
I have built a product with the nRF52840 that is ready to be manufactured. Connect JTAG/SWD and upload image to each board seems grossly inefficient. Is...
I was curious if there was a delta firmware update file to go from 1.3.1 to 1.3.0 on the nRF9160. Most of our business is in North America and we use a carrier who requires...
Trying to flash devices and getting this error:
make flash
DONE nrf52840_xxaa Flashing: _build/nrf52840_xxaa.hex nrfjprog -f nrf52 --program _build/nrf52840_xxaa.hex ...
The embedded world trade fair presents itself as the leading trade fair for embedded systems. It allows the embedded community to get information about new products and innovations. But also allows us…
The Bluetooth Low Energy (LE) connectivity standard has gained immense popularity in recent years, mainly due to the growing ubiquity of IoT solutions in both consumer electronics and industry. Thanks…
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…
Background
There is a need to enable Nordic hardware with the Direct Test Mode (DTM) firmware. This is so the physical layer and RF characteristics may be ascertained as set in the Bluetooth Sig Specification…
Requirements
This document uses:
Segger Embedded Studio (SES)
nRF5 SDK v17.1.0
an nRF52 DK to emulate the nRF52810
a BLE-enabled mobile device
You may want to review the blog here for a more comprehensive…
Requirements
This hands-on tutorial uses:
Segger Embedded Studio (SES)
nRF5 SDK v17.1.0
an nRF52840 DK
a BLE-enabled mobile device
You can use an nRF52 DK or nRF52833 DK instead of the nRF52840 DK,…
This is part 3 of the series Building a Bluetooth application on nRF Connect SDK
You can find other parts here:
Part 1 - Peripheral Role.
Part 2 - Central Role.
In Part 1 we covered the generic architecture…
Purpose
The purpose of this guide is to demonstrate the use of Bluetooth Shell. Bluetooth Shell (BT Shell) is a command-line shell application that runs over the UART. It allows one to manually type in…