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...
Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
I am trying to figure out how/if I can program the softdevice hex from keil? I know I can just use nRF studio however its annoying sometimes....I also noticed I cannot rebuild...
I'm using an nrf52dk (pca10040) to develop an mqtt subscriber application.
I'm using the IoT softdevice, with the IoT 0.9.0 sdk example for subscriber as a starting point...
Hi,
I want to know in general about the UUID that we add in to GATT files.
Basically, I want to know that there are different UUIDs for different applications heart...
Hello everyone,
I successfully implemented the static key to access a characteristic now I want the user to udpate the passkey through another characteristic (which is also...
Hello, with a little research, I now decided that this is the general but incomplete (which is why I'm asking the question) step :
Immediately look up SP register, if the...
Hello,
we developed a custom board using the nRF52832. We are having problems communicating with the mma8652fc accelerometer using I2C. We also have a Rigado BMD-200 EVAL...
Problem : After successful compilation of ble_proximity example in SDK 12 version
Ble is not showing up in Android device
How ever If I load pre compile file in example...
What is the difference between the GAP Device Name and the Complete Local Name in an advertising or scan response packet? Can the two be different?
We have a requirement...
Is it possible to support both LE Secure Connections Just Works pairing and Legacy Just Works pairing in a single device?
My concern at the moment is that if I require...
I have one problem with unsing uint64_t in application...
Im for test try simple demo:
uint64_t test = 1327644190303473294;
NRF_LOG_INFO("test: %"PRIX64"\n", test);...
Hi,
i am using nRF51822 EK with soft device s130_nRF51_2.0.0(id:0x0080) and nRF5 SDK v12.2.0 and keil u vision5.
when trying to flash TWI sensor example programme (nRF5...
Using nRF52DK and working through the getting started tutorial I could not get the ble_app_uart example in SDK 12.2.0 to work. It compiles without errors or warnings and appears...
Hello,
Trying to make my own project to test buttons and LEDs for educational purposes, I looked at this . Using uVision, I tried to replicate the included modules of that...
i am testing the ble_uart programme. i am using the nRF51822Ek and soft device s130_nRF51_2.0.0 and nRF5 SDK v12.2.0 and keil uvision5 and nRF tool box (android).i am using...