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,
We are using matter to add a color temperature switch. The switch can be displayed on the app but the color temperature is not.
ncs2.8.0
example: Template
7002dk...
Hello,
I am attempting to work with the nRF Connect SDK docker images ( https://github.com/NordicPlayground/nrf-docker ) and VSCode devcontainers and am running into an...
Hi,
I have been working on a project involving an LCD screen using the LVGL sample as a base. However, it would be nice if I could rotate either the text itself or the screen...
I'm using the nRF Desktop sample and I saw that it is sending two reports on mouse button/keyboard key press (not release). This seems to be because HIDS_SUBSCRIBER_PIPELINE_SIZE...
Please explain the structure of the 'mqttTopicPrefix', including the theory of operation. For example how and when is the 'mqttTopicPrefix' generated and assigned? Is it unique...
Hello,
I am using SDK version 2.8.0
When working with the sample periodic_adv_rsp there is a response callback pawr_response. In the documentation it says:
But when...
Hi ,
I have a basic project with Hello World project , NCS 2.8.0.
To enable RTT I've added to prj.conf the following
CONFIG_USE_SEGGER_RTT =y
CONFIG_LOG_BACKEND_RTT...
I am Creating a custom model for my application using the chat client example. My project is based on checking the battery percentage of a device using this model. So what...
Greetings,
trying to get PWM working with nrf5340. Unfortunately I am not able to even get the blinky PWM example compiled with the setup using SDK 2.7.0. The compile is...
Hi!
We want our device (B) to be able to act as a NUS server and a NUS client at the same time (talking to another two devices of ours). It can also act as a peripheral...
Hi
I have tried the system off example with the nRF54L15dk. The current with enabled GRTC is about 3µA. Do you have an example application to reach the specified 0.8µA?...
Hello, I would need to send BLE multiple packets (~1400 Bytes with adv data chain). The size of one packet is ~237 Bytes. It works with 3 packets only but when I add other...