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...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
I would like to support app_button, however I need to configure a pin as NOPULL and trigger on a low to high transition without debouncing.
I don't see a way this can co...
HI,
We survey APPLE's ANCS right now! But we have a question that need your help.
I use ios device ios 8.3,ble softdevice 8.0
I have some questions about the pairing...
Hi,
I tryed to compile code for DFU from GitHub, but every time some file is missing, then I must search it on net, then download for 100 times!!! When I thought I finished...
Hello,
I have to transfer 256 bytes over BLE using a nrf51822 with s110 SD. I have used the steps in the guide in this post: devzone.nordicsemi.com/.../ and it works fine...
Hi all,
The ble_app_keyboard demo could not connect to ipad smoothly like followed operation:
1.use two iPads(ios8.2), iPad A and iPad B;
2.use the ble_app_keyboard...
Hello there,
I have a question about compatibility of dongle with ble_peripheral examples.
I have been using pca10028 nRF51-dk running ble_peripheral examples (+S110)...
Hi,
I am using nRF51822 controller for my development. I implemented the system sleep mode as below.
for (;;)
{
power_manage();
}
void power_manage(void)
{
uint32_t...
Hello, I found that there has been SDK update for NRF52 regarding NFC. Currently, it looks like NFC is just used for tagging.
I'd like to know whether I can use NFC peripheral...
Where can I find the BLE_GAP_EVT_ADV_REPORT value if I am using S310 SoftDevice?
Without it I cannot use my client to get advertising data from server. Or is there any other...
Hi Nordic:
I have two questions about SoftDevice s130:
Device A,B,C,D are using s130.
When this device (called A) is a peripheral and connected with a tablet...