I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Description:
We are qualifying a potted device which uses the nRF52840 and is intended to run in ambients up to 50 °C external air temperature .
The nRF52840 uses its...
Using latest SDK and toolchain 3.0.1, VSCode and nRF Connection Pack on Windows 11 I nearly never see a working nRF Kconfig GUI - only the first time directly after I had...
Hi support channel,
i am testing 7002 dtim current consumption.
and i have set router dtim to 1 second,because AI told me there is no api to fix dtim to 1 seconds.
and...
application : sdk17.1/multiprotocol\ble_ant_app_hrm\pca10040\s332 i want to realize ble dfu on this demo, but i can not find the relevant example. how should i do? best r...
1. Create nRF Connect SDK-based Zephyr freestanding application and work on it for a while but don't push git to any remote.
2. Convert project to Zephyr workspace application...
“Why can’t I light up the LED when using the official NRF5340 Blinky example? During debugging, I found the program stuck at SLEEP_IF_ALLOWED(__WFE); in the cpu_idle.c file...
I have a 2 Mbit EEPROM, normally I would configure the overlay as follows:
But the M24M02 eeprom uses 4 addresses to access 4 blocks of memory within the device, 50, 51...
Hello
I've juste came back from holidays and I no longer can do pristine build on my applications (no matter which toolchain or SDK I am using). When I do pristine build...
Hi,
I'm not sure if this is the correct place to report this, but it was not possible for me to report this on the nrfx GitHub page.
I found out that the function nrfy_nfct_...
I'm using nRF Connect SDK V2.7.0 and want to achieve coexistence between Zigbee and IEEE 802.15.4 physical layer on the same Soc. Is it possibel to enable the MPSL feature...
Using nRF Connection SDK v3.0.2 and nRF Connection SDK Toolchain v3.0.2
Create a new blank application, "Add build Configuration" for nrf54l15dk/nrf54l15/cpuapp/ns then...
Steps Taken:
Followed the official Nordic guide for adding DFU support to Thingy:91.
Built the project successfully using west build .
Tried flashing via...
Hi all,
Full debug builds ( -Og ) of lwm2m_client simply don’t fit into the nRF91xx targets (nRF9151 DK, Thingy91, Thingy91x). As a workaround I found that building with...
Hi There,
I'm following the "nRF Connect SDK Fundamentals" to set the environment up. The device I'm using is nRF52 kit with N52832 MCU and PCA10040.
The USB wire is works...
Hello,
I am following the official Nordic Academy nRF Connect SDK Intermediate course , specifically Lesson 9 – Bootloaders and DFU/FOTA, Exercise 5 (FOTA over Bluetooth...