I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Hi
I cannot find the pin-configuration for the nRF9251 using the nRF91x1 SiP LTE firmware. I can see that the Thingy91X and the nRF9151-DK board are using different UART...
I tried to build the coprocessor using NCS 2.9.0, but it doesn’t seem to work. Below is my project configuration,are there any additional parameters I need to set?
Background : To set up a Matter ICD (Internet Connectivity Device) and Thread as a SSD (Sleepy End Device). Here are the detailed settings:
Currently, the Matter over...
Hi,
We're planning to design a custom board using the nRF9151 for LTE connectivity. We'd like to add basic BLE support, with the following constraints:
The BLE chip...
Hello, guys, I am working on distance measurement project using two nRF5340DK (nrf_dm sample application). I found duration for which the distance measurement between two...
We are trying to increase the TX output power on the nRF5340 when using Enhanced ShockBurst (ESB) . According to the product specification, the nRF5340 supports +3 dBm TX...
I'm using the nRF9160DK as a BLE-to-LTE bridge, and I have the onboard 52840 configured as my Bluetooth controller. The 9160DK advertises as a peripheral and waits for a connection...
It seems that I'm getting different results reading QSPI flash from the APP vs MCUBOOT, with the exact same configuration. Writes appear to work fine from either, but MCUBOOT...
when I try to build a code for integrating sensor in nRF 5340 dk, this error comes, I tried even after installing cmake manually from the cmake website https://cmake.org/...
I'm develping my application with nrf52832 and nrf SDK v17.
I'm testing SPI interface so that I can use the external flash.
When I using SPI without BLE stack,the waveform...
hi support team,
if customer want to certificate device with 21540, which tool can customer use for dtm testing?
our tool can only set it to 8, can't be 10, as below:...
Hi all,
nrf54l15dk,v3.0.1,peripheral_uart demo and no changes have been made.
Then add the following content to prj.conf
sysbuild.conf
mcuboot.conf
Finally...
Hi,
Our products have been mass-produced and now need BQB certification, but the certification fails.
IC:nRF54L15 ncs2.9.1
base project: ncs_v2.9.1\v2.9.1\nrf\samples...
My product currently has DFU (Device Firmware Update) functionality enabled, but I want to allow firmware updates only after receiving a specific command via BLE. This is...