I've got an NCS v2.6.1 project on the nRF52832 running a timing chain using PPI for PWM instance 2:
The output of nrfx_pwm_task_address_get is 0x40022008 as I'd expect...
Trying to add the capability of USB DFU (buttonless, because I forgot to have a button for it) to my custom board (nrf52840, MS88SF31 module). Reading about this process from...
SDK: 3.0, nRF54L15
I have modified the clusters using ZAP tool (west zap-gui). When I tried to built, I get the below error:
1. I used Matter door lock sample and the...
I get a bunch of errors like undefined reference to `mbedtls_ssl_free', `mbedtls_ssl_get_bytes_avail',`mbedtls_ssl_config_free', 'mbedtls_ssl_read'
`mbedtls_ssl_set_bio...
Hello,
There were some recent changes in the Nordic PDN library - function pdn_dynamic_info_get that led to the changes in slm_ppp.c and the way the application gets MTU...
Hello, I'm developing on an application which requires to catch high speed, variable size and bursty (~0.5 Mbit/s) data from a sensor connected to a nRF9161DK trough a UART...
Hi :
I want to update the firmware of 24le1 over the air ,follow the 3 step ,fail.
download "rf_adapter_nRF24LU1P.hex " to the nRF24LU1 by nrf6310,and connect to PC...
I am using the nrf52832 to communicate uart with hw flow control and a baudrate of 9600 and fifo.
Everything is going well most of the time, but sometimes the other device...
I write an infrared receive driver on example ble_app_uart with softDevice 6, but it not work after I use softDevice 8.How to fix it ? Is there an offical infrared receive...
I'm trying to generate a 1kHz PWL and call a function every 1ms the code is below.
My initial though was to set TASKS_CLEAR once the timer reached the max pwl value.
Oddly...
Hello,
I am using multilink central example to connect to multiple peripherals. But I am facing a problem in connecting 2nd device.
After connecting the 1 st device, upon...
Hi,
the S130 supports multiple connections for the Central role. Is it possible to connect to multiple devices at the same time? E.g. calling sd_ble_gap_connect() asynchronously...
Hi,
My aim:To change the UUID,Major,Minor value beacon
What I Have done:I created one custom service with 3 characteristics.Each characteristics for each parameter.I am...
When compiling C++ code that includes ble_gatts.h you get errors like the following:
C:/....../nrf51822/Include/s110/nrf_svc.h:21:6: error: impossible constraint in...
Hi,
I can execute the heart_rate_collector example code on Ubuntu PC when driver is communicated through Segger JLink. But I'd like to use GPIO pins of nRF51-DK as communicating...
Maybe I should post my all the code here.
I want to generate two kinds of PWM1 and PWM2,used by the code as follows:
static volatile bool ready_flag;
APP_PWM_INSTANCE...
Hi everybody.
I make an application which combine ANCS and NUS services on PC100028 (nrf51 SDK 9.0.0)
This application works properly when I use IOS device which installed...
What does it mean if I set my advertising timeout with this macro (which is equal to zero)? I would expect that it would advertise forever but instead sd_ble_gap_adv_start...