Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
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...