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...
How do I make sure, the GATT server running on the BLE peripheral client connects only to a specific app based central/GATT client app, which has been authenticated via web...
Hi everybody!
I am working on ANCS and I found a problem that: At the first time I connect my Iphone to the dev kit, the pair request appeared on the Iphone. If I ignore...
Hi,
I have been having a lot of problems communicating with an Atmel SAM D09 as a slave, and an nrf51422 as a master.
I seem to have two problems, hopefully solving...
Hi all,
I design the kb based on the SDK6.1 and SD7.1 with 51822, and doing the PTS certification now, but meet some problem on TC_CON_BV_01_C, ATT Write error, such as...
the error messages show following:
compiling system_nrf52.c...
RTE\Device\nRF52832_xxAA\system_nrf52.c(92): error: #136: struct "" has no field "A0"
RF_TEMP->A0 = NRF_FICR...
Hi guys, I use old project try to build again in Keil when I installed nRF51_SDK_8.0.0. But I get the:
.\Objects\ble_knob_detection.axf:
Error: L6200E: Symbol
GPIOTE_IRQHandler...
Hi guys,
Has anyone encountered following warning message when using nRF51 SDK v8.1.0 or 9.0.0 and compiling project by GCC arm-none-eabi (I'm on V4.9 2015q2 which is the...
Hello,
I have a peripheral that manages several bonds to known centrals. Assume I want to pair with some fresh central, yet I need to do that within physical reach of another...
Hi, This is Venkatesh. This is my first question posting here. It is great pleasure to use this product. I have installed SDK of NRF52832. but I am not getting "boards" folder...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Hello, I am using RedBear Lab Ble shield v2.0 having nRf8001, with Arduino Uno as peripheral and sending data to my mobile.
But now my application needs to receive data from...
Hello,
I would like to ask you guys whether it is possible that one Bluetooth master device (smartphone) can control and collect data from two Bluetooth slave device (some...
Hello all
I'm struggling with link errors, "undefined referencce atan2" as well as all math library.
I still dont know why it is occurred these errors.
I configured the...
Hi,
I'm trying to move my code from Red Bear BLE shield with Arduino to nRF51 dongle.
Is there any possible method?
(ex. share the same library or SDK helping)