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...
I am using a nrf52832 with SDK 11.0.0 and sd132. I need to add in-flash storage to my application so I'm looking at the NVMEM documentation and the pstorage module. I understand...
Dear Sir/ Madam,
I want your suggestions and recommendation regarding to choose which one of your BLE development kit.
I want a Bluetooth development kit which has long...
Hello, I'm trying to update services list on central device after adding a new service. However, sd_ble_gatts_service_changed returns NRF_ERROR_NOT_SUPPORTED . After looking...
Hello,
In my application, I need to activate BLE during startup only if some conditions are met otherwise I put the nRF52 in SystemOff mode. BLE should not be activated...
Hi,
I have been receiving the error: undeclared identifier "TWI0_USE_EASY_DMA". I researched and found that the solution was to include "nrf_drv_config.h" and add #define...
Hi, I have problem with discover services in advertising mode on NRF51822-BEACON. There is default firmware in this beacon. I using Xamarin on Visual Studio 2015. It is connected...
I have integrated IAR code into my company system.
with the Jlink_monitor.c, jlink_monitor.h , jlink_monitor_ISR_ISR.s and enableMonitorMode.mac.
Step 1: I loaded code...
Hi,
I am trying to use the nrf_drv_twi class but I cannot define a nrf_drv_twi_t instance. When I write the code
`nrf_drv_twi_t twi = NRF_DRV_TWI_INSTANCE(0);
I get...
Hi,
It is indicated on page 59 of the datasheet (rev1.0), concerning the register nr.8 OBSERVE_TX, that "the counter PLOS_CNT is reset by writing to RF_CH . See page 75...
I am working with SDK12.2.0. I see that transports seem to be registered as section variables with the identifier dfu_trans
I have added a section definition in flash to...
Not sure if this is a typo in the function comments or a small bug, but thought you'd probably want to address it either way. I'm on the most recent NRF5-SDK (12.2.0) and...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Gentlemen,
I'm trying to develop a Health profile solution that works with Win 8.1
I'm using SDK 6.0 and S110 v 7
Win 8.1
I found the Win 8.1 sample app...
I am looking at the Master Emulator examples ProximityDemo and HealthThermoDemo. I can use both to connect to one device that I have (Device A). I try to use ProximityDemo...
Hi,
I want to achieve DFU OTA nRF51 using NRF52832.Is it any example,or data transfer message sequence charts documentation? Could you give me some suggestions?
Thanks...