We are developing a radio-heavy BLE application on the nRF SDK version v.3.2.4 where we use the experimential QoS Channel Survey feature. In normal operation, it is working...
In the nRF Connect SDK v3.3.0 release notes, I noticed that the QoS Channel Survey feature has transitioned from experimental to supported (i.e., production-ready).
From...
Hello, I am working with the following sample project and NRF Connect SDK v3.3.0. (Referenced regarding this topic .) The sample implements DFU with MCUBoot while using the...
Hello Team,
I am trying to test a PDM microphone (MP34DT01‑M MEMS) on the nRF9151 DK using nRF Connect SDK .
So far:
I have successfully tested I2C and I2S DAC audio...
Hi!
I am using MCUBoot and the DFU library to perform a custom firmware update (which is working as expected).
I have a question about the "swap_type" value, which is...
Was excited to get an (apparently) early copy of the nRF54LM20B-DK so that I could explore all the Edge AI capabilities of the system (using both Neuton and Axon models)....
Back in SDK 17 or so there were code samples for both the client and server side of the LED button service.
What happened to the client/central example when you migrated...
I get this error when i try to use FATFS or LittleFS - RAM works though /Users/admin/mass_1/src/main.c: In function 'setup_flash': /opt/nordic/ncs/v2.9.0/nrf/include/flash_map_pm...
Looks like Gazell can't run on nrf52810 with nrf5 SDK :
I don't knnow whether it is possible to create app on it with nrf connect SDK.
I think nrf connect SDK will need...
Hi, I have purchase a circuitdojo_feather_nrf9151 board it has LIS2DH12 and npm1300 on i2c2 i also want to connect SHT40 but facing issue this sensor is not detecting on i2c...
Hey all, I wanted to enable shutdown and standby modes for this chip, but realised that I can not use the layer of zephyr. When i try to CONFIG_PM=y in prj.conf it does not...
I'm using nRF Connect for Desktop on Linux and updated today to v5.3.0.
I have J-Link V9.24a installed and it is available in $PATH. Also it works well with Programmer v4...
Hi,
I'm running the system_off/ sample on v3.2.3 with these settings in prj.conf
And with this overlay file:
However, I can see that there's a high (and in fact...
Hello, I'm building a multi-image project for an nRF9151: a two-stage bootloader (NSIB + MCUboot) plus two independent non-secure app images.
Each app needs to be able to...
I'm using the MCUmgr + MCUboot solution for BLE OTA FW updates (i.e. CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU).
Is there any way to require pairing for firmware updates? I see...
I'm trying to capture a ble connection with nrfutil. What I've done:
- installed nrfutil on my arch based linux machine
- install ble-sniffer
- setup the nRF52840 Dongle...
I am aware from this post https://devzone.nordicsemi.com/f/nordic-q-a/106424/ble-audio-test-app-supporting-both-cis-and-bis t hat the primary LE Audio controller does not...
Hello, I have a wierd bug on my board using an nrf54l10. I am using the sys_poweroff(), function to put my device to sleep. Everything is working fine. However, sometimes...
nRF PPK2 HW is not working with latest 64 bit OS, ARM based processor, the same HW is working on linux/windows(intel based) below is the log from an ARM based processor: ...
Hi all,
I am having problems setting up a proper project running the application core and the flpr for nrf54l15. I want to build the FLPR binaries as completely separated...