Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
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...