It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hello, I am developing using nrf connect and sometimes while i build the code instead of getting "problems" I get a bunch of file paths etc. Can somebody help me figure out...
We're trying to get ahead of the Sysbuild / hardware model migration in order to pin to the latest LTS. Sysbuild, MCUboot, and cpunet are proving difficult to port. We're...
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...