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,
We are sending a data using Nordic UART Service (NUS), the data is transferred over BLE as a Indication.
From Message Sequence Chart in Nordic Infocenter
Here...
I am researching OTA procedures and I spent more than a few minutes wrestling with flashing soft devices and bootloader code to the nRF52_DK.
What I found is JLINK seems...
When adding extra buttons on breadboard for NRF52-DK do we need to use resistors OR i can directly connect one leg to GPIO pin i.e 30 and another to gnd.
I'm trying to use the nRF24LU1P as a standalone 8051 with the nRF24 radio inside. I provide 5v on the USB connection but no host connection. I am trying to operate in PRX...
Hello,
I'm using the nRF52840 development kit with the "« ble_app_att_mtu_throughput" example with version s140 6.0.0-6alpha.
What's the bitrate used in the long range...
I'm using nrf52832 in my peripheral device, I want to secure its connection via any authentication is there any method for that?, also I need to encrypt its data(characteristics...
Hello,
I'm working on a bootloader based on the examples in SDK 13.1. As we have expanded its functionality, I'm now wondering what happens when one of the steps in the...
Okay this got us going around in circles and it looks stupidly simple. It seems there is a knowledge gap since we saw many posts similar to ours but without clarity as of...
Hi,
I am getting data over thread and BLE network. I want to send the received data over uart.
Is it possible to use serial example to merge with thread server example?...
Hi,
We are having problems trying to integrate support for maintaining application context and bonding info across firmware OTA updates on our NRF52 (nRF52832) based board...
I just test nRF52840 DK with ble_app_att_mtu_throughput_pca10040_s132 example. I know BOARD_TESTER transmits 1024 dummy kbytes to BOARD_DUMMY. I want to replace dummy byte...
I am working with the throughput example for the nRF52840 demo board.
I have found all sorts of control structures which include the counts of bytes sent.
I have not found...
Hello,
I'm developing a nRF52810 application with the nrf52 Development Kit (for nRF52832), SDK v14.1.0 and Softdevice s112_nrf52810_5.1.0-2.
I'm working with Segger...
I am having a problem when trying to configure a node with at client model to my Bluetooth Mesh network.
When calling access_model_reliable_publish() , NRF_ERROR_INVALID_PARAM...
I am working in sdk14.1 nrf52832 ble_app_hids_keyboard_pca10040_s132.
I have successfully implemented a keyboard + Consumer control command in the HID service.
It works...