On the nRF54L15, how can I update the maximum TX time to 17040 µs when using Coded PHY?
I'm currently testing with the Throughput sample in nRF Connect SDK v2.9.1. During...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
According to developer.nordicsemi.com/.../ the IoT SDK was last time updated 11 months ago, which looks like a long time... therefore the question: Is IoT SDK still supported...
I would like to implement the mbed uVisor on the NRF52832 SoC with the softdevice s132.
So I created the configuration files and wrote some code.
Now I have problems with...
Hi,
I am trying to compile some RuuviTag application using nRF5_SDK_12.3.0_d7731ad
2 symbols are not defined,
APP_CONFIG_ADV_FRAME_SPACING_MS_MIN and
_ADV_FRAME_ETLM_SPACING_MS...
Hi nordic guys,
After the hid device delete the bond info but the PC did not remove it form the bond list,and i want the hid device to reconnect the PC quickly again but...
Hi,
in nrf connect app i see it is possible to update bootloader over ota.
How do i generate ota file properly? I tried generating zip and hex but the app says "no matching...
I have nRF6310, nRF2727.
I wonder if I can update the nRF24L01 firmware with the above board.
I wonder if there are any additional devices or other methods...
I am using ble_app_uart in one nRF52 EVK board(peripheral) and ble_app_uart_c in another nRF52 EVK(central) and sending data of Device under test through UART. When the data...
Hi,I want to use RTT in bootloader project.
First,i add all files(SEGGER_RTT.c ,SEGGER_RTT_printf.c,RTT_Syscalls_KEIL.c) to my bootloader project(Picture 1).
Second,I add...
hai
in nrf51822 the pins p0.01 t0 p0.06 are marked as analog pins in the nrf51822 DK.
i know that in arduino we can use an analog pin as an analog input as well as a digital...
Hello!
I am developing with mbed. According to nRFgo Studio, the hex file generated by the mbed compiler already contains the following SoftDevice: S132_nRF52_2.0.0 (Id...
Hi all, I'm working on sdk11.0.0 and s130 softdevice. In my project I want to send data coming from uart to ble and data coming from ble to uart same as ble_app_uart example...
Hi there,
I am working on programming the CTS ble service on my code.
In order to do that I also have to include db discovery.
#include "ble_cts_c.h"
#include "ble_db_discovery...
Hi,When I use nRF Connect app(IOS version) to connect my ble device,BLE_GATTS_EVT_SYS_ATTR_MISSING log information appears in my RTT Viewer(Picture IOS_Phone_Conncet).After...
Hello,
I tried as you mentioned using sdk12.1.0 buttonless_dfu and bootloader_secure example.
I didn’t modify anything except dfu_public_key.c.
As shown in the attached...
Hello,
I have a program that do an infinite loop in sd_softdevice_enable. How can i investigate ?
Loop is from 0x00009DEA to 0x00009DF2
Target is nRF52832 AA with...