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...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I am using secure dfu bootloader from the SDK 12.
I changed the start address of my application. In the bootloader, in uint32_t nrf_dfu_init() { } , calling function nrf_bootloader_app_start...
Hello,
I want to make a simple UART Bridge between Central and Peirpheral. I'm usign nRF52832 with nRF5_SDK v15. There are central and peripheral uart examples in the...
Hi,
I have a working application with Buttonless Secure DFU Service wich runs on nRF52832. I'm able to perform DFU without bonds, but I want to use bonding in my application...
Direct connection after disconnect I am using the iPhone 8, BLE device (51822/51422), s130, SDK 12.3.0.
and using a bonding and passkey to connect.
However, Direct connection...
Hi there
I met an error down below.
nrf_log_str_formatter.c(86): error: #29: expected an expression
if (RF_LOG_STR_FORMATTER_TIMESTAMP_FORMAT_ENABLED)
nrf_log_str_formatter...
Does the serial function operate with a soft device. Whenever i have an include statement for serial.h in a file with a softdevice I get a No such file or directory compilation...
I've been going off of the Buttonless DFU example to integrate DFU functionality into an existing project on a custom board. While I seem to have added the necessary includes...
I am programming a BL652 module (contains an nRF52832 with populated DC/DC inductors). I am programming it through the nRF52 DK in SEGGER studio.
When I run the blank (no...
Hi All,
A very general question here. I understand that using pre-defined services like the battery service help standardize the way peripherals send data to the central...
I'm using JLinkRTTViewer to look at RTT output from my code. The problem is that when I try to go into POWER_OFF, it generates a reset instead.
Is there a way to go into...
hi,
We want to position with aoa(angle of arrival) method, can it provide the One IQ-sample is a pair of in-phase and quadrature-phase samples, and Phase and amplitude information...
Hi,
I am using a nrf52840 development kit flashed with the ICMP example provided in SDK 15 and I am using a device with Bluez tools version 5.47 to connect to it.
However...
While investigating problems I'm experiencing with bootloader_secure I believe I've identified an error in the HCI TX finite state machine ( components/serialization/common...
We have implement a PPI for device match to trigger a GPIO toggle . but now we want to trigger a SW interrupt or a callback function .
my question is how to set PPI TASK...