Dear Nordic and community,
I am currently in pre-production phase of designing a PCB based on the NRF9151, and I am a bit confused by the Hardware Device Guidelines, which...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
I know you can configure the threshold for low voltage that would stop writing to flash.
some people set this to 2.7 volts.
I want to know what the minimum voltage the...
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...