Hi Guys,
since yesterday i am trying to get the DFU with Softdevice S110 (BLE) v7-alpha3 working but haven't succeeded yet. My process is the following:
s110_nrf51822_7...
Hi All,
i would like to know about
1) what is channel in nrf51288?
2) is there any mathematical relationship between channel no and pin no as in ble_app_hrs
example channel...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
When I first set up my system I had a color code view of the RAM in my system where the colors corresponded to grouped data objects. Somewhere along the line that view has...
Hello,
I am unable to use the Segger RTT terminal built into the nRF Connect SDK for VSCode Extension pack with the nRF54L15DK.
I have configured my project with the...
Hello,
zephyr: Vanila v 4.1.0
I'm trying to run FOTA via BLE on the nRF54L15DK. I’ve configured everything as it should be, based on the sample:
When I...
Hello,
Is it possible to make the nRF Sniffer for Bluetooth LE application work on a nRF54L15?
https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth...
Hi, I am testing the PaWR examples in the NCS and I have few doubts.
In this page , it says in section 1.3 that there are two ways for synchronization - PAST after connection...
From what I can see in the documentation, UART0 is used by default for "non-secure" / application logs and UART1 is used for "secure" app logs. I am needing to interface with...
Hello, I am using an I2S PDM Mic and trying to send the I2S Data over BLE using Segger Embedded Studio. The I2S Program that I have generated is working ok. I have verified...
I am using SDK 2.9.1. I wanted to follow this tutorial:
https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-7-device-driver-model/topic/exercise...
Hello Nordic friends,
currently I use NRF7002-EK successfully in my bare-metal environment, but for debugging, I'm considering using the EB instead of the EK if the edge...
Hi All,
I am currently exploring on nrff4l15 SOC and have its dev kit.
I read on this forum ( multiple tickets ), that there is a support of NSIB. I would like to know...
Hi,
I am using an nPM1300 together with an nRF5340 and an LIS2DW12 accelerometer. The nRF is powered from VOUT1 on the PMIC, and after some time of inactivity it is turned...
Hello, I have an application running on an nRF9160. The current app was built using NCS 1.7.0 with the L2M2M Carrier Library enabled. I'm upgrading the application to use...
Hello,
We are developing a Cellular IoT device based on nRF9160 SiP. Essentially it is a battery powered temperature and humiduty sensor, that sends the measurement data...
Hello everyone,
we have an in-house HW with the nPM1300. Both load switches are configured as LDOs as described in datasheet chapter 9.3 configuration 1.
LDO1 is used...
Hi,
I have successfully implement the BLE video transfer using nrf70-wifi-ble-image-transfer-demo .
I can receive the image using the Android-Image-Transfer-Demo application...