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...
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...
Hello everyone!
I have peripheral device with notify characteristic with 20 bytes length of value and connection time interval - 7.5 ms. So, I want to increase throughput...
Hi,
from the nRF52840's datasheet: Up to 4x SPI masters/3x SPI slaves with EasyDMA .
Is it possible to connect the nRF52840 as a slave with another microcontroller and simultaneously...
Hello,
do I need to do anything to accept new Connection Parameters as a Peripheral when the Central updates them?
I am seeing 'BLE_GAP_EVT_CONN_PARAM_UPDATE' events,...
Hi, guys.
I am meeting a terrible problem when using the SDK14.2 -> BLE\nRF5_SDK_14.2.0_17b948a1\examples\ble_central_and_peripheral
experimental\ble_app_hrs_rscs_relay...
HI,
I am using nrf52 with other mcu and sending scanned beacon to that mcu.
I have set baud rate to 921600 and transmitting data when mcu request.
when mcu request...
Hi,
We am using sdk 12.2.2 and nrf52. We are observing some strange behavior of chip. We have our own customized board.
The issue is mac address shown is different in...
Hi there,
I'm using a PCA10040 board, and the app that I am working on was originally built in SDK 11.0. I'm trying to send a stream of arbitrary bytes over USB using the...
Hello.
I am trying to download a program, but I get this error.
Beacon does not work when downloading in order of Application -> SoftDevice as indicated by the error...
Hello,
In the blinky project, I have added the following peripherals to build up an application
Timer
UART
SAADC
PPI
I have followed the saadc peripheral...
Hi, I want to use the components directory that comes with the SDK as much as possible isntead of the "packs" which comes with keil.
This is what I've selected in a project...
i have two tablets and one peripheral.Now with the code i have i connect to only one device .if i want to connect to same peripheral with another tablet i have to remove the...
Hello:
I have used the nrf52832 .when the radio have get a packet and disable the radio.I find the "NRF_RADIO->CRCSTATUS" register is "1" ,why?how "NRF_RADIO->CRCSTATUS"...
I am developing a BLE remote which will work with Android and iOS(as a remote shutter for camera). I used nRF's HID keyboard example as a base but it does not have volume...
Hello,
we are using the example ble_app_uart_c as basis.
I found out , that it takes about 650ms after Reset / Power up before i can send a string over ble.
The connection...
Hey there, I have a problem when use the command nrfjprog --memrd xxxx.
I was running a simple blinky led example on a nrf52 custom board, then i read some information from...