Hi,
I am trying the system_off sample of Zephyr version 4.0.99: https://docs.zephyrproject.org/latest/samples/boards/nordic/system_off/README.html
The sample works...
hi
board : nrf52840dk
sdk : nrf connect sdk v2.6.1
example: matter light bulb
problem:
I want to add another set of PWM to the sample code. How should I configure...
Hello,
I want to test nRF21540 EK with a nRF5340 DK.
I am using ncs 2.7 , and don't want to use sys build . I want to use child image/ hci_ipc .
I modified ncs/zephyr...
Hi,
My custom boards with nRF9151 don't get gps fix. I'm using the same GPS antenna and LNA as DK. Soft is from DevAcademi example, but tried also GGSN sample and some other...
Hello. I have a question about how to enable a 32 MHz crystal oscillator on a custom board? I have 32 kHz and 32 MHz quartz crystals on the board. I found the following config...
This post describes how you can get the ble_app_hrs_freertos example project running in Atollic TrueSTUDIO 8.0 on a pca10040 board. This is a managed make build, it does not rely on the makefile provided…
Just a quick post to say that we have ported the Adafruit GFX and SSD1306 libraries to nRF52832. Currently only I2C is supported.
The code can be found here:
https://github.com/electronut/ElectronutLabs…
At Jumper we’re developing tools that increase the happiness levels of embedded software developers. Our main tool to date is the Jumper Emulator. As a part of the development process we’re required to…
One of the samples available in the nRF Connect SDK is the Secure Partition Manager, which is required to run applications in the nonsecure domain of the CPU. The sample uses the SPM library available in…
Scope
The goal of this tutorial is to set-up your own custom Bluetooth Low Energy service on an nRF5340 acting in a peripheral role. We will set up a new Bluetooth LE project from scratch. The finished…
Purpose
When creating a mesh network with many nodes, it can take a while to provision each node, especially using PyACI. An alternative is to use a static provisioner that provisions the nodes automatically…
What is the difference between SDK and Softdevice? How can we select SDK and Softdevice versions? Do the SoC, SDK, and Softdevice have version compatibility problems? How can we understand the SDK directory…