Our project is built wit NRF Connect SDK 2.9.0. For the UART we use nrfx_uarte library directly.
RX works perfectly, but TX is working only in blocking mode. If I call ...
Hi all,
My team and I are evaluating some BLE modules available on the market. One of them is the UBLOX BMD-340, which contains the nRF52840-QIAA SoC.
We are encountering...
Hello, We're developing a project on a custom board based on nRF52832 and noticed that P0.20 is high on powerup, even with no firmware. Is there a way to controll the pin...
Hi,
I use Nordic connect SDK and have to create a new revision for a custom board, because there are some hardware changes. I managed to create an overlay for the new revision...
Hi,nordic team
I am programming with ncs v2.9.0,nrf52833
And i am doing central multilink whick should support max 6 peripheral devices connected.Now it can connect to...
Introduction
Here are some tips and tricks to manage your application size.
RAM and ROM usage
The total RAM usage is:
ZI-data + RW-data
The total flash usage is:
Code + RO-data + RW-data
…
Obligatory Disclaimer
Security is hard. If a product handles sensitive information then it is the engineer's responsibility to his customers to consult a security professional. However, experimenting…
Purpose
The purpose of this blog is to showcase how a single USB bus can be used as the physical transport for multiple protocols when an external CPU is the controller.
Specifications as tested
Boards…
Table of Contents
Objectives
What are device tree overlays, and how do they relate to shields?
Why are Arduino nodes not recognized in the nRF9160 DK?
The workaround: Using the shield as a board ove…
Table of Contents
Hardware
Components
Wiring
Software
Prerequisites
Steps
Incorporating this into other projects
Further reading
Attached files
This blog post demonstrates how to get a LVGL sample…
Background:
There is a need to be able to put a Nordic Semiconductors S0C /transceivers into modes where the physical layer and RF characteristics may be ascertained. The radio test example is used to…
This is part 2 of the series Building a Bluetooth application on nRF Connect SDK - Contrasting to SoftDevice based Bluetooth applications
You can find the other parts here:
Part 1 - Peripheral Role.
Part…