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 have followed the exact steps mentioned here http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v2.0.1%2Fmd_scripts_interactive_pyaci_doc_demo_configuration...
Hi all
I use nRf52840 with SDK 15.0. It allows SPI SPIS and TWI (i2c) ,but almost 3 items in the same time. I want to use spi0 as master to configurate my other mcu and...
Hi everyone!
I'm trying to write demo application to evaluate how custom services would work on nRF52840 SoC. Problem is that iPhone ( iOS 10 and iOS 11 ) doesn't show device...
Actually refers to the mobile version of nRF Connect but it's not on the menu.
I have inherited a legacy Android app that connects to various BLE devices and reads data...
Hi Nordic Devzone,
Now that I got my Thingy52 running I am wondering if there are any examples of the thingy52 connecting with a nRF52840-PDK or something of the sort ...
Hi every one
we are working now on android application that use ble communciation, we aim to use L2CAP in lieu of GATT protocol but we can not find any exempl of lt2cap...
Hello,
I have a nRF8001 Development Kit and I have some problems to get started with it.
I want to use the PCA10000/nRF51822 Development Dongle with my laptop and the...
Development Information: 1. We use the development board PCA10040 provided by the distributor; 2, example:nRF5_SDK_14.2.0_17b948a\examples\ant\ant_plus\ant_bpwr\bpwr_tx; 3...
I added the corresponding function in ble_app_hids_mouse in the ble_app_template project, and added the function to send Advanced buttons, as shown in the following program...
I am working on NRF capsense tutorials, I got an error that device startup file is not compatible with NRF 52832, and also nrf_log.h no such file or directory. How can I solve...
-HI.
I had previously implemented ESB RF communications with the nRF24l01 + and nRF24LU1 +.
Now we want to implement ESB RF communication with nRF52840 DK(PTX) and nRF24LU1...
Hello,
I am trying to evaluate the "ble_app_uart" in the "nRF5_SDK" and I am using "DVK-BL652-SA-01" development board from LAIRD.
The example works fine for a while...
Hello,
I'm using the "ble_app_uart" example without a problem. I need to add a timer to this example. For this purpose, I copied the content of the " peripheral_timer" example...
Hi,
I’m working on a project where I need to control a device via BLE_Uart. The scenario I’m trying to achieve is: - I have a network of several centrals und several peripherals...
Hi, I'm trying to use Atomic FIFO in my application, where multiple interrupts of different priorities are trying to read from and write to same FIFO. I couldn't find any...