When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
Hi,
We are currently in the research and development phase for a new line of IoT devices designed to work over the Matter protocol. After thorough evaluation, we found the...
Hi,
I started the LBS example on the nRF52DK_52832 kit and connected the PPK2 kit to the P22 pins for measuring power consumption. I am not sure if I did something wrong...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
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...
Hello Everyone,
I am using nrf51822 with S130.
Currently I am using arduino following this repo to program nrf51822 and its working fine. However, I want to shift to keil...
Hi there
For test purposes, I first implemented a simple serial reading & parsing function in polling mode of a gps device (sending @ 1 Hz).
Everything works fine when...
Hello,
i am evaluating the nRF52840 on the nRF52840-Preview-DK. I have connected an ADC to the devkit via SPI and my code reads data from the ADC via GPIOTE, PPI and SPIM...
We've got two SPI slaves that we need to talk to with the 52840 (PCA10056 dev kit for now) using SPI Manager. In the initialization of these devices, I'd like to use nrf_spi_mngr_perform...
when I use flash to storage my data,I call the fds_record_write(&record_desc, &record) ,and it return success,but my machine run err, my ble broadcast is missed.I used the...
I'm trying to understand what is meant in section 5 of the BLE on Android primer: "The peripheral device should disconnect itself when it gets disconnected by the client....
Hellou, I am developing application which need data array store to flash manager. I used for some function for storing data (nrf_fstorage_init(), nrf_fstorage_erase(), nrf_fstorage_write...
Hi!
I'm trying to merge the flash_fds example with the ble_app_uart, and the twi example. My intention is to read a value from TWI, store it in flash and then send the...
Hello,
I would like to know how can I configure the parameter NRF_SDH_BLE_GAP_EVENT_LENGTH for a determined NRF_SDH_BLE_GATT_MAX_MTU_SIZE when enabling data extension. ...
hi team,
i was using nrf52840 with sd 5.0 and developed a custom application using ble_app_proximity in 14.1. my use case is my device should hand shake only with my mobile...
In the NRF_SDK_15, only 3 drivers (clock, power, rng) use the return value NRFX_ERROR_ALREADY_INITIALIZED. Why are the others drivers initialization return NRFX_ERROR_INVALID_STATE...
Hello all,
Weve figured out our hardware issues (pin arraignment) and are successfully programming via JLink.
Our goal is to replicate the bootloader/softdevice/firmware...
Hello everyone, I've been trying to get scan_response data from a specific advertiser. Advertiser being nrf52810 running the s112 SoftDevices and Scanner being nrf52832 running...
The S112 soft device and the nRF52810 datasheet both advertise support for BLE LESC, so I think it's reasonable to assume that it should work. However, none of the example...