Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
Hi
I have add some function call like sd_ble_enable in mesh example, I test to get
then I set the address and all sd_ble_cfg_set is ok
but when I call "sd_ble_enable...
Nordic \ nRF5_SDK_12 nrf52832 using 2.0 _f012efa \ examples \ peripheral \ pwm_driver, pwm_driver example
Want to set up two road PWM phase is different, for example, the...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
Windows 11, VSCode, NCS v2.3.0
Hi, I have a well-working application that I would like to build ztests for.
I'm reading about how to do that on the test framework page...
I often see the following warning when requesting a GNSS location: "<wrn> location: PSM is configured, but modem did not enter PSM in 2 minutes. Starting GNSS anyway." - what...
Hi everyone,
We’re currently using the nRF9160 module with JIO Nb-IoT SIMs in our devices. Could anyone clarify if any specific actions are needed in the firmware for...
I have an nRF54l15-PDK dev board (brand new):
I did the following commands with the SDK v3.0.2. Building and Flashing went fine:
to build:
west build -b nrf54l15dk...
During development we noticed that current measurements coming from npm1300 appear to be much higher than expected despite the results not matching what we were seeing on...
Hello, I have a question about the headphone jack output on the nRF5340 Audio DK.
In past DevZone threads, it has been stated that “the headphone output through the CS47L63...
Hello,
With reference to BLE Fundamentals Lesson 4, I am try to modify my existing BLE code to add indication support.
After adding the codes, I can see the "Read and...
We are encountering an issue with flashing firmware to our newly designed nRF54L05 BLE board.
Issue Details:
We are trying to flash a .hex file (simple Blinky code...
Dear Nordic Support,
I am currently performing initial tests for distance measurement using Channel Sounding with the nRF54L15 Development Kit.
Here are the details of...
We have previously used nRF52840 and for the latest iteration of our board design we are updating to use nRF54L15.
We are aware that for nRF52840 we could map any pin to...
Hi Nordic team,
We are interested in using nrf9161 SiP. can you confirm if the `zephyr,nrf91-slm` driver work on the nrf9161? We are interested in the DECT NR+ capability...
Hi i am trying to configure a timer to work in count mode and when it hits a certain number ( for example 100) to activeta an interrupt, clear count and start again.
Best...