Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
We have encountered a problem in using iic to communicate that the delay cannot be removed.
We are using the sample in NCS,
the address of the sample is C:\ncs\v2.6.1...
Hi Nordic,
We are develop a multiple switch button device based on nRF54L15. We've two issues now while developing.
1. Matter Network Commissioning Issue with nRF54L15...
NCS 2.9.1 - NRF5340DK
I am trying to use multiple compare channels on Timer1 (output_timer) such that an interrupt handler fires for both compare values, the second of which...
Hi everyone,
I am currently studing to flash the MDBT50Q-DB-40 demo board from RAYTAC. I used the following site as reference. https://docs.nordicsemi.com/bundle/ncs-latest...
Hello, just like the title indicated, I need help with setting up the nRF21540 EK with the nRF9160 DK.
For my application, since the nRF9160 DK has the nRF52840 on it, I...
Hello, I am following the instruction on dev academy - nrf connect sdk intermediate lesson 2 excercise 1, but I can't select data tab on memory explorer.
I can select only...
nRF52 DK
HTS example
I added app_timer_stop_all() in the ble_evt_handler() of main.c, under the case of BLE_GAP_EVT_DISCONNECTED, but the battery service timer still...
need help on multiple things
All work is on the DK 840 board using sdk15.3
Started with this link
https://rigado.zendesk.com/hc/en-us/articles/360025376053-Add-Nordic...
Is it possible to run the Zigbee Light Switch example with the internal RC.?
On the sdk_config.h I have changed the following:
#define NRFX_CLOCK_CONFIG_LF_SRC 0
But...
In the only example in SDK16.0.0 with soft_device and Free RTOS, configMAX_PRIORITIES is set to 3, which means available priorities 0,1 and 2.
Is it possible to change configMAX_PRIORITIES...
Hi i'm very new in using Nordic nRF52840. Got 2 questions:
1.Why does each example project contain blank/mbr/slxxx folders? in these folders they all have a copy of the...
Hi,
we've been experiencing some strange issues with the OTA DFU on nRF Connect for Androind in the past two days.
We've been using such function on a regular basis with...
I am trying to transition my Nordic SDK v12 project from Keil to Segger Embedded studio. I followed the tutorial steps such as placing ses_nrf_51_startup.s file in Internal...
Can I use an external edge-triggered (negative edge) interrupt (on a GPIO pin) to trigger an I2C write via PPI? If so, do the I2C registers need to be reloaded each time?...
I'm having trouble using an external j-link probe (J-Link plus compact) with the nRF52840-DK with Segger Embedded Studio. I am powering the DK from USB (Sw9 VDD) , using the...
Hi Great QA team:
Our clients are studying for the details of 52833. And they'd like to know the maximum external draw current through VDD at high voltage mode.
It's clearly...
Hi,
I am testing the ble blinky example as it is from SDK v16.0.0. I am seeing a good amount of time(~340ms) from reset(pin reset) to advertise the first packet. I am keen...
So for this what I am trying to do is-
result = ((float_t)0x3F4040A3); NRF_LOG_INFO("My float number" NRF_LOG_FLOAT_MARKER "\r\n", NRF_LOG_FLOAT(result));
But this is...
Hi
I have a strange phenomenon when using ANT proximity function.
Configuration: nRF52840, SDK15.2.0, softdevice S340 v6.1.1
The following initialization function of...
I've been using the USB HID Composite example along with the advice from this thread https://devzone.nordicsemi.com/f/nordic-q-a/38271/writing-words-to-usb-composite-keyboard...