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...
Hi,
I'm trying to download Invensense's "Embedded MotionDriver 6.12" in order to compile the Thingy:52 SDK, as suggested here .
It seems that this wasn't previously...
Hi everyone,
I am currently trying to implement USB headset on nrf52840. As far as I can see the audio example from SDK14 uses SyncType=None meaning that bmAttributes bits...
I want to change type from "uint32_t val1 = 0xAA01" to "uint8_t val2 = {"AA01"}.
Then, attr_char_value.p_value = val2;
=> sd_ble_gatts_characteristic_add(p_rms->service_handle...
I am currently trying to develop Mesh applications using the Nordic Mesh SDK and the nRF52840 Dev kit. The problem that I am having is that my testing equipment isn't able...
We have a custom hardware device that uses the nRF51 and the S130 softdevices. We are able to connect our device to our app on iOS and Android and through a web-bluetooth...
I want to erase selected pages from the NRFflash memory (Not whole flash).
I have defined one function for NRF memory erase. In that, I have followed following sequence...
Hello, i am using NRF 52832 QFAA
In pstorage_platform.h I see
#define PSTORAGE_FLASH_PAGE_SIZE pstorage_flash_page_size()
and the return value of pstorage_flash_page_size...
Hi Nordic,
I have been quiet for a long time but here is another question.
For the project I am working on I want to measure the current with the PPK. Although it seems...
Hello. When I received nRF52DK, I have successfully uploaded some examples also with softdevice through the Keil IDE. But after few days Keil and also Segger IDE stopped detect...
Hi. I'm new to both the nRF24L01+ and to this forum.
I'm intrigued by the prospect of using these amazing little transceivers as RF modems. Because I find elements of the...
Hi,
On SDK12.2, I replaced main.c in ble_app_template with one in twi_scanner and modified sdk_config.h.
But, no expected log, even "TWI scanner.", issued to terminal...
Hi,
I want to add a service to the "ble_app_beacon example" that i can change
the value of the major and minor directly via nrf connect, some one can help me
to add the...
If I leave the CE pin in a HI state, and assuming I have the PWR_UP = 1 and have loaded the Tx FIFO with data, will the data be transmitted by merely setting PRIM_RX to a...