hi support team,
docs says we can program 54l15 external spi flash ,please refer to : https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-device/guides/programming_external_memory...
HI,
I am using the nrf_desktop sample in NCS V3.0.2, I want to buil with prj_release_dongle.conf , the setting
but build fail, I check the file Path: it should be F...
Hi:
I'm doing exercise 1 of lesson 1 of the nRF Connect SDK Intermediate course. It says: Get the source code of this course as a third-party repository within the SDK itself...
I am using the NRF Connect SDK package provided by Qorvo, and adding BLE functions to their package. I am now trying to debug my added code.
I am using Ozone as the debugger...
Hello, We are currently working on the 18031 RED cybersecurity documentation and we have to document all known exploitable vulnerabilities in the hardware and software we...
I want to verify the 4Mbps transmission mode of the nRF54L15 series through ESB samples.But the highest value measured so far is 2.34Mbps, which is much lower than 4Mbps....
Is the mcuboot module compatible with RTT logging? I've setup mcuboot and my main application but cannot see any logging.
I have the following in both prj.conf & mcuboot...
Dear all,
I just writing a little piece of code (no softdevice, using sdk 17.00), that in theory toggle a led based on 2 compare (CC[0] and CC[1]).
The strange thing...
I am using SD 132 6.1.1 with a GATT server and when the client sends a Read Multiple Characteristic Values command, the nRF responds with Request Not Supported. I need to...
Hello,
I bought the Thingy 91 and tried to follow the instructions on the getting started page.
I started by downloading nRF connect - Programmer v 3.5.0. Then downloaded...
Hi,
I have noticed ever since I updated my nRF9160 DK modem firmware to the latest version v1.2.0 frequent registration dropouts and very sluggish MQTT performance.
My...
Hi, I recently bought a Nordic Thingy 52 and it looks great ! It looks like there is a decent mic and speaker on the device and I was intrigued if the device could act as...
Hello,
I am trying to do communication with external module using UART0. But when I connect pin P0.28 (RX of UART0) to external module to receive the data, there is no data...
Hello,
I am working with SPI on the Nordic nrf9160. I am currently on the DK.
The board I need to interface through SPI works at 25MHz (minimal frequency) and I would...
Hi everyone,
I know that I can configure the resolution of app_timer by adjusting the prescaler form sdk_config.h
However, what is the practical purpose of prescaler...
Hello,
I have created an empty mbed-os program from Mbed Studio, add sum LED on off logic and compiled against nrf52840dk board. After generating hex file, I upload the...
Hello,
I have created an empty mbed-os program from Mbed Studio, add sum LED on off logic and compiled against nrf51dk board. After generating hex file, I upload the program...
Hi, I want to write 510 bytes of data to my BLE Characteristics, so I set parameters ble_gatts_attr_t max_len as 510 and its variable length attribute. Also I set NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
Hello,
I just bought a new nRF5340 PDK and wanted to learn it a little bit. I searched on the internet and found very useful information about nRF53 architecture.
But...
Hi,
We have a question regarding a custom implementation of flow control for nrf52840 using SDK16 w/ SoftDevice 7.0.1. Currently, our sensor's primary micro transfers data...
A newbie here. I am studying the simple_timer application in the nRF5_SDK_17.0.0_9d13099 library.
The sample application sets the clock frequency to the timer at 16MHz....