Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
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...
Hello all,
I am super new to BLE, and I have been using nRF5_SDK_12.3.0 ble_app_template example on a pca10040 board with SoftDevice S132 on a nice nRF52832 to create a...
Hi!
I may have found a bug/problem with nRF Connect v2.3.0.
I'm developing an BLE peripheral device based on nRF52832 and using nRF Connect (with PCA10040) as central...
I'm in the process of migrating from SDK 14.2.0 S140 5.0.0-2.alpha to SDK 15.0.0 with S140 6.0.0 on an nRF5280 based custom board.
It should be possible to do a secure DFU...
Hello!
During the development phase, we have been flashing our nRF52 devices directly (though the debugger) and with no signing keys. We have also tested flashing the...
I would like to use the COMP capabilities.
The input is from NRF_SAADC_INPUT_AIN1.
The input voltage is 0.1-0.8V.
I would like to get interrupt every time we change...
Hello everyone,
I use sdk14.2 softdevice S132. I want to write "uint8_t some_array [7] = {0x00,0x01,0x02,0x03,0x04,0x05,0x06};" with use fds_write and read the array from...
When using BLE_GATTS_VLOC_USER to store multi-word characteristic values that are updated by application code, what is the recommended way to prevent a partially updated value...
I am working with ble_app_uart code, in that I am trying to send continuous data over BLE. But the BLE getting disconnected while sending large data.
So I planned to have...
Hi,
We are using nrf51822 QFAAH00 with SDK 110 v8.1.0 in our project, the application will hangs or not work when control stuck at address 0x6b0 (sometimes at 0x640) programmer...
Hi all.
I've followed as much information i can find regarding RTT. I understand that it was build in to the SDK after 11 or so and I followed the guides on https://infocenter...
I use the connection event extension, but there are several concepts that I am not very clear.
Software:S132 v5.0 . SDK14.1.0 nRF52810
Goal: I need to use high throughput...
my TWI device sensor, both its writing and reading address is 0x55. This seems weird for library of nRF since the last bit should be set as 0 for transmission and 1 for receiving...
hi Engineers!
the questions - is it possible to implement multi advertising (need two) broadcasters with different advertising data use SD 140-6 (nRF52840) ?
in the new...
Our Project is based on the multiprotocol THREAD BLE dynamic example.
We have the BLE DFU also as part of our project and it is working.
We now need to add the flash storage...