Hello,
I recently tried some examples with nRF53 + nRF7002 (e.g. ble_coex example).
However, I am developing with nRF54 and I would like to understand if the combo nRF54...
Dear Nordic Support Team,
We are in the process of integrating the Nordic nRF Mesh SDK (version 3.3.4) into our custom Java-based application and require your guidance on...
NCS 2.9.1
NRF52840
Sysbuild but with only a single image (no bootloader)
I've been trying to figure out how to change the merged.hex output and how to perform additional...
Hello, I’m trying to compile code for a u-blox C209 AOA Tag. I installed the nRF Connect Extension Pack and was able to build normally.
After adding some unrelated paths...
This stopped working for me... Error is the following
Command failed: git ls-remote --tags --heads github.com/.../sdk-nrf
fatal: unable to access ' github.com/.../'...
Hello,
After a lot of efforts I managed to autoprovision and autoconfigure my nrf52840 board (provisioning and configuring inside the software and not through external app...
Hi there,
I am trying to interface at25xe321d with QSPI but it always end up returning zeros. Please find attached code and dts file for reference. Thanks Moh
Hello,
I am using nrf52840 PDK, sdk 13.0.0 for my college project. I am trying to rewrite this nrf mpu example , in order to read data from MPU9255 and observe the data in...
Hi l trying to hookup arduino primo and BMI160,but recently my develop is in a strange situation,that i sent 0x00 and others register but alway return 0xff, here shows the...
I want to check if some errors happened during the initialization before entering while(1) loop in the main. I am using nrf_CLI in my application (SDK 14.2.0 and S140 on nRF52840...
Dear Nordic Team,
Tanks for Supporting.
How to start test DFU in SDK12.3.0. My Hardware is PCA10028.
How to merge hex files soft device and bootloader ?
update 1...
I need to count millis from nrf52 start
I have seen that all are using rtc1 but I did not find any example from which i can integrate it to my project.
We are in the development stage of a product that uses the nRF52832 and have acquired a nRF6707 Rev 1.1.0 power profiler kit to make power consumption measurements.
I am...
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...