Hello, Nordic Team! I followed this document and used the XML file mentioned in the document. custom_clusters
I did regenerate the files under the zap-generated folder,...
Hi,
I want to develop a new project without using NCS way. For this project, I didn't use the Kconfig and deviceTree.
The hardware I use is NRF54L15-DK.
My purpose is...
As subject, the key is using prj.conf, compilation errors will occur, if do not use prj.conf, c ompilation pass but 54L15 not work(no logs aft pwer on). Is fast pair(locator...
Hi, I'm working on the DK for nrf52832. I have a working code for BLE, and another working code for die temperature using interrupt. Now I want to merge them and trigger the...
Hi,
I configured for using security BT_SECURITY_L2 for a device that I had previously configured for using BT_SECURITY_L4. When I try to connect with an Android phone that...
Hi,
I wanted to implement a version of Channel Sounding where you wait for a certain amount of distance estimations, and then try to just select the smallest distance...
I just read the S13x migration guide .. have some work to do :(. I'll have to read it a few more times to get my head around the bandwidth configuration but it looks super...
Hello, I started with NRF24L01 + Arduino and that works fine for me. Then I saw the nrf24LE1 and I thought that would be smaller and cheaper. I ordered the NRF24LE1 development...
Hello Everyone,
I was taking a look at the PCB in Ditto . It uses an nRF51822 and supports firmware updates from their app which means they put a bootloader on it.
I've...
hello guys,
I'm working in a project & I'm debugging using nrf15822a development kit, I want to implement the DFU & security feature to have a secured link and to be able...
Hi guys..
I try to figure out how to connect nrf 51df , raspberry pi (ble enabled router), COAP client which is on the external network. Trying to figure out it, I found...
I noticed the following compile time issue in the SDK - both 10 and 11:
The file ./examples/ble_central/ble_app_hrs_c/main.c
needs:
#include "app_uart.h"
For...
Hi,
Could anyone give some advice how can I let 51822 works in RFID mode.
Can RFID work together with BLE? Or is there anoter HAL support like Softdevice? Where can...
Interrupt_Sleep.txt
Currently, I'm trying to use external interrupt that generated by ADXL345 to wake up the nrf51822 after sleep but not working as i want. Kindly check...
I'm had develloped some software and tested it on the nRF51-DK.
After that I made my own PCB design where only the nRF51422 is replaced by a nRF51822.
When I flash both...
I have a legacy RN42 BT2.1+EDR running in a system as the network master that I need to connect/pair with a nRF51422 BLE dev kit, and am having problems.
The BLE just doesn...
HI All,
I tried to migrate from nRF51_SDK_10.0.0_dc26b5e to nRF5_SDK_11.0.0-2.alpha_bc3f6a0
my migrated ble_stack_init:
static void ble_stack_init(void)
{
uint32_t...