Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
Hi nRF experts.
We built a module using nRF54L15, We are doing some verification. We need to do a distance test, so we need to set the tx power of the interval between advertising...
in my own board. I start a spi master.
and capture the signal of the CSN and SCK.
they looks abnormal
in one burst (package), the CSN has two pulse. I think the CSN...
I'm just using nRF24LE1 to make 2.4G wireless mouse, mouse sensor is PAW3205DB-TJ3T. But i got a problem, PAW3205DB-TJ3T uses two-wire spi(SCKL+SDIO), nRF24LE1 only supports...
I am trying to do an OTA update of the firmware on my device. I am using Nrf Connect SDK 2.1. I followed some of the tutorials and setup the device to advertise the SMP UUID...
I am using the VSCode extension (2024.12.55), nRF Connect SDK ( 2.9.0). I created a new project from the USB loopback sample to investigate how to configure a project for...
Hi,
I suddenly started getting MPSL ASSERT: 112, 2134 upon BT enable and upon research came across this post ( link ) and used following code:
HFXO starts on peripheral_lbs...
Hi,
We are developing a new project using the nRF52832 as our controller and nRF5 SDK 17.0.2 as our SDK.
We have integrated the NUS client and NUS peripheral parts from...
I have an application where I use the bt_gatt_write() method and I would like to obtain information about the number of packets sent in my operations.
I would like to know...
Hi,
I am baffled by the QOS handling (and/or not handling) in asset_tracker_v2, especially in view of the fact that there is a QOS library as part of the nrf repository...
Using the nRF Connect Desktop application and the nRF Connect SDK for my nRF9160dk.
I would like to monitor RAM usage during runtime of my program. In particular I am interested...
Hello,
I am trying to migrate a project nRF Connect SDK v2.6.2 to v2.7.0 for the nrf5340dk target board, particularly to update to the new hw model v2 and sysbuild. I am...
Hello,
I am using nRf21540 and nRF5340 in GPIO+SPI config, where SPI is controlled via MPSL and separate spi0 bus.
I have configured the board files based on nordic,nrf21540...
devicetree overlay file
// * Connecting ADC channels
// For more help, browse the DeviceTree documentation at docs.zephyrproject.org/.../index.html
// You can also...
I just ported your AWS IoT for MQTT from this repository .
If I keep IPv6 enabled, I can get the address information without any problem. However, if I disable IPv6, the...