Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
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...