I've got a custom board using an nRF52832. I'm using the P0.06/P0.08 as the TX/RX pins for UART comms, but don't need the P0.05/P0.07 pins for CTS/RTS. Is there anyway I can...
Hi,
I am trying the sample code in this regard. I have changed the I2C pins in the overllay file and bme register address to 0x77 as follows. It seems working but I have...
Hi, I am trying to test openthread functionalities on the nRF54L15dk and cannot build the "Thread: CLI" sample on NCS. I am setting my board target like so: and keeping all...
I want to control RADIO using the TimeSlot API of nRF54L15. I have already created the code for nRF52. However, it seems that RADIO control of nRF54L15 is slightly different...
Low power is one of the cornerstones of Nordic’s cellular IoT solution. The nRF91 Series is built from the ground up with ultra-low power consumption in mind, and the nRF Connect SDK provides applications…
The Thread protocol is a reliable, secure, and scalable solution for low-power IoT devices. One of the important aspects of its implementation is drawing as little power as possible. This ensures a long…
The introduction of NB-IoT (Narrowband IoT) and LTE-M (LTE for machine-type communication) revolutionized the landscape for IoT, making the 3GPP (3rd Generation Partnership Project) a key player in IoT…
This tutorial is aimed at implementing the nRF Desktop application on the nRF52840 Development Kit (DK) using the nRF Connect SDK, thereby allowing it to work either as a gaming mouse, keyboard, or dongle…
This guide is for an older version of the nRF Connect SDK.
For a newer guide on Bootloaders and DFU, we recommend https://academy.nordicsemi.com/courses/nrf-connect-sdk…
Does your build fail today, even though it worked fine yesterday? Are you able to build your project on another computer, but not the one you need to use now? Here are eight things you can try to fix these…
Objectives
Learn to add and configure an I2C/TWI Master Zephyr driver to an NRF Connect SDK project.
Learn to add and configure an I2C/TWI Slave nRFX driver to an NRF Connect SDK project.
Demonstrate…
Using the nRF Connect SDK / West to Program the Radio_Test example into the nRF5340 DK
Background:
There is a need to be able to put a Nordic Semiconductors System-on-Chip / transceiver into modes where…
The "Concurrent Multiprotocol Timeslot API" was introduced with v7.0 of the S110 SoftDevice in 2014. The original purpose was to allow customers to build their own proprietary networks using…