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...
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...
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...
Hi,
I have code for NRF51822 which used TWI form sdk 8.
Now I want to port it into NRF52840, but I have issues with using old TWI api.
They are located at path .....
Hello,
Is it possible to program nRF51822 with nRF52DK (PCA10056) ?
Currently I am trying to program my custom beacon (nRF51822) connected via SWD P20 header. I am using...
Hello All,
I want to build protoype by using bluetooth 5 development board and than eventually build a product?
can somebody please guide me as to how should i go about...
Hello, Nordic.
I'm working on a new project. It's a method of connecting NFC data to a specific device with a mobile and receiving it every time it is tagged.
what is...