I´m trying to change the installation path of the Nordic Power Profiler as I´m running out of space.
I have about 9GB left, but when trying to open a captured file, Power...
Hi Nordic team,
I’m working on a custom LoRa interface using the Thingy:91X, and I’d like to know whether the Qwiic connector pins (P0.03 – SDA, and P0.04 – SCL) can be...
Hello,
I would like to measure the current consumption of my nRF9161 and compare the result with a standard measurement. While searching in your documentation, I found this...
Hello,
Does the nrf_oberon library support the nRF54L series parts? In the technical documentation, it appears that M33 parts are supported: https://docs.nordicsemi.com...
I'm having trouble enabling BLE DFU on my firmware for the nRF52833. I'm following the steps from the Dev Academy course - FOTA over Bluetooth Low Energy . After adding the...
Hi,
I have a board with a real time clock IC which is kept alive during power downs. I want the Nordic nrf52840 to read the time from the real time clock and then use this...
Hi,
I'm working on a custom board based on nRF52840 and a 2.9" ePaper display (SSD1680) connected via SPI using the mipi-dbi-spi interface. I'm using nRF Connect SDK v3...
Hi everyone,
thanks for this discussion - this question addresses almost exactly a potential use case I've been looking into.
I'd like to try and implement something this...
This is from the documentation:
[in,out]
p_length
Pointer Length of the string. Amount of sent bytes.
I'd translate it to a pointer to the requested length...
Hello all, I already did some research finding similar questions and answers in this board, unfortunately I still do not have answer, maybe some can can help pls?
I have...
Hi,
I'm trying to test the BLE Mesh example. I want to prove that whether the feature of Relay is able to work or not. So, I use the functionality of heartbeat publishing...
I am running SDK 14.2.0 and trying to update only the bootloader. Very minor changes were made, resulting in no size increase.
I ran nrfutil (V3.4.0) using the following...
Hi, Everyone
My development environment is PCA10028, SoftDevice 130, SDK12.3.0
I am testing the input and output of the uart using nRF5_SDK_12.3.0_d7731ad\examples\peripheral...
Hello!
I am using nrf52832 with SDK14.0 and SD 5.0.0
I have issue with Flash data storage. I am using code from example (fds_test from github)
Writting works good...
Hi,
nRF52832 uses which type of modulation technique?
Whether nRF52832 is Adatpive euipment or Non adaptive equipment . Please clarify?
Wireless module certified individually...
Hi all,
I am merging my code from Mesh 1.0 to 2.0.
I am trying to put both Provisioner and Simple On/Off Client into one board,
and then the other board is simple...
Hi,
May I ask what's the minimum reference circuitry for running nrf52810 without RF? Thanks.
Our need is as follows.
1) RF, eg, Antenna is not needed 2) GPIOTE 1 channel...
So I have my dongle sniffing for BLE packets and I can see all the advertising packets coming from the device, even the SCAN_REQ and SCAN_RSP.
But as soon as I paired the...
Hi Sir
The product is nrf52840 and SDK15, If I'd want to do following SPI operation ( CS to L ---> MOSI data {0x60, 0x00, 0x00, 0x11} ---> CS to H )
1. How to setup nrf_drv_spi_transfer...