I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Hello,
our project which started 7 years ago with SDK13.0 has been migrated some time ago to SDK 15.3 and now to SDK17.1. At the beginning we were quite happy with the RTT...
my minimal main() does the following, after coming out of reset with the MCU in its default state:
NRF_P1_S->DIRSET = 1; // LED0 output NRF_P1_S->OUTSET = 1l // LED0 on...
Hi we are using Nordic 54280 .dk
Thanks for your immediate response.
im facing few practical issue with hardware interface.
1.what are the procedure to power up...
Hello! I am currently developing my own custom service with two nrf 52840 development kits where one acts as the Client and one acts as the Server. I have managed to set up...
Suddenly DFU OTA fails most of the time while trying to update units with code & "not secure" bootloader that has been working for years. The FW upload stops at 2% to 8% but...
Hi,
I test my nrf54l15 module(disconnect every gpio with outside),the sleep current was 3uA,seens can't not achieve 0.6uA as the datasheet said.
The nrf54L15's markcode...
Hi,
Two month ago I have test nRF21540 and nRF54L15, they cannot word with each other.
However, I notice these days updated with
https://docs.nordicsemi.com/bundle...
Hi, I recently upgraded our ncs SDK version from 2.6.0 to 2.9.0 for a custom matter application development using an nRF5340. We also support a smaller debug app that is BLE...
Hello,
I have a program working well in SDK 2.9.1 on nrf52840DK. I want to port it over to nrf54L15DK.
Please help me identify corresponding ports I can use on nrf54L15...
Hello, I've been working with a custom board using the nRF5340, but I’ve been struggling with picking up any BLE signal from it. I flashed the network core separately with...
Hello, I connected my (working) PPK2 and opened the PowerProfiler. Immediately, a "DFU needed" message popped up.
I DFUed the PPK2, and in the logs, it wrote DFU successfully...
I just got my custom board in and when the code gets to bt_enable it returns -11, but on the DK board it works fine (using the same board dts files and software for both)...
I am implementing DFU using my own transport to retrieve the binary image from AWS.
I'm developing in 2.6.0.
I am using the DFU TARGET libraries.
When I start my download...
Hello,
I am experiencing an issue while trying to connect an external flash memory (MX25R64) via the QSPI interface on an nRF52840-based custom board. My pin configuration...
Dear Nordic
I'm looking for a DTM code for nRF54L15,
From previous experience of nRF52,
There are some example HEX files available in SDK,
But I can't find any example...