Hello Nordic Team,
For my application, I am using two nRF54L15 chips with one configured as a master and the other a slave. For the remainder of this post, I will be discussing...
Using VSCode with nRF Connect extension on Ubuntu Linux 22/04 with nRF SDK 3.0.1 and nRF Toolchain 3.0.1 installed I can create a build configuration for Zephyr's hello_world...
Hello DevZone team, I recently received a new nPM1300 Eval Kit (PCA10152, 1.3.0, 2025.19) and connected it the first time following the documentation ( docs.nordicsemi.com...
Hi everyone, I'm trying to set up a bootloader chain using sysbuild (NSIB → MCUboot → APP) so that MCUboot can act as an upgradable bootloader. I'm working with the nRF54L15...
hello Nordic
i am working with nre52840 and nrf52832, with ncs v2.8.0
i am using ble SMP service for transferring data with a central device and for DFU.
currently i...
I have noticed that Matter V1.4.1 has been supported from NCS V 3.0.0( https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/matter/index.html ), but I have not...
We are currently working through Exercise 5 – FOTA over Bluetooth Low Energy using the nRF5340 DK and encountering an issue where the mobile application (nRF Connect for Mobile...
hi i am interfacing mpu6050 with nrf51 dk. i find some coders in devzone. but they don't work. so i write simple code. but my problem is that if i write any thing in device...
Hi
i am trying to connect ble_app_proximity with ios (10.0.2), but every time it is generating PM_EVT_CONN_SEC_FAILED for pm_evt_handler with sdk 12.2.0
i need to implement...
My objective is , when the button is pressed , the led should glow and when am released the led should turn off.
Eventhough i have tried the example code of pin change interrupt...
I am a first time user and have very little idea about how to initialize UART. I have not used developer kits before and i am having a difficult time with it. I am on a deadline...
Hi!
I am currently working with the nRF51 Development Kit board (PCA10028).
while trying out some of the samples (mainly - gzll dynamic paitring host and gzll dynamic...
Hello Nordic staff,
I'm now trying out the nRF52832 BLE SoC and made a measurement of the SoC initialization time. The example application is ble_app_template from nRF_SDK_13...
hi ,everyone.Why do I use app_gpiote_user_register this function in my SDK11.0 , and i download in nrf52832 ,i found that he could not initialize, what's the problem?How do...
Hello,
I experienced connection issues with Meizu M2 phone.
My device is nRF51822 + S110 softdevice . It works perfecty with iPhone and Android 6+ that uses IRK and random...
Hi all,
I am testing the NFC pairing example code. I have tried the 3 methods, which is the legacy OOB, legacy just work, and LE OOB.
However it saw that the output message...
Hello
I have a question for startup time for 32kHz of nRF51422.
nRF51422_PS v3.1 indicates startup time for 32kHz typ 0.3sec.
What is this spec minimum value.
I’d like...
Hi,
I have problem with settings of memory for bootloader in 51822xxAB.
I have bootloader with settings for 51422xxAC, but this chip has bigger memory.
It works on nRF51422...
Hello,
I have been struggling with Eclipse for a couple of days. I created the pwm_driver project via the File/New/Makefile with existing code option. After initializing...
I'm trying to run the DFU buttonless example however this line crashes the app:
err_code = ble_dfu_init(&m_dfus, &dfus_init);
UPDATE:
Looks like this is causing the...