Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hello!
So I can connect, disconnect and write to my applications characteristics via a PyQt5 GUI I threw together. On the python backend, I use Bleak to
search for devices...
Hi, I am developing using nrf52832 and st7735s.
Successfully displayed the lcd screen using the code in \examples\peripheral\gfx
However, when screen clear, text_8print...
Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
I have been using the nRF54L15- PDK(0.8.1) to test various examples and projects, and everything has been working fine so far. I recently switched to the nRF54L15- DK(0.9...
Hi Nordic community,
How do I change the start address of an NRF54L15 application in NCS Zephyr?
I need an address other than the default 0.
I have tried adding
...
Hi,
I know that the nRF54LM20A was just announced but since it has USB support I am considering it as an option to replace the nRF52840 in the future. Looking at the preliminary...
I'm currently debugging a problem where my Zigbee End Device (ZED) occasionally never sends an association request to my Zigbee Coordinator (ZC). My ZED is a nRF5340DK using...
Hello, I'm currently building a zigbee end device using the Zigbee Template example on the nRF5340DK but I am having issues regarding rejoins. My Zigbee Coordinator(ZC) is...
Hello,
I am working with the nRF5340 and would like to measure BLE throughput. I know that typically a throughput test requires two devices (central and peripheral), but...
toolchain:3.0.0 path:C:\ncs\toolchains\0b393f9e1b
sdk:3.0.2 path:d:\ncs\v3.0.2\
Hello, I am using vscode to build a 54L15 environment in a win10 system environment...
Hi,
I am building a custom PCB and want to program a NRF52840 (nRF52840-QFAA-F-R7 package) using the NRF52840-DK.
I have exposed the SWD pins (SWDIO, SWDCLK, SWO, NRESET...
Hi Nordic:
One of our products uses the NRF54L05, with the external capacitors for the DECA, DECD, and DECRF pins configured according to the reference circuit. The VDD...
Hi Nordic,
I test with nRF7002-DK and IC mark on nRF7002 is below:
N7002 QFAAB0 2252AA
Here is my test data, showing about a 3dB discrepancy between power setting...
My understanding from the documentation is that:
- The application core (app) can use any pins/peripherals
- The radio core (rad) can use any pins/peripherals
- The...
Hello
There has been an interesting braking change between SDK v3.1.0 -> v3.1.1. When using PSA (CONFIG_MBEDTLS_USE_PSA_CRYPTO=y) and a server with signature algorithm SHA384withECDSA...
I'm developing a project, where I use nRF9151 as a GPS sensor, and nRF52833 as a BLE gateway. I want to send data from 9151 to 52833 over one of UARTs. The problems I'm facing...
Hello,
I’m currently working on a hardware design using the following components:
nRF54L10 SoC
nRF21540 Front-End Module (FEM)
2450AT18B0100001E chip antenna...
I'm developing a project for nRF54 using NCS. I have a question regarding the placement of the BLE protocol stack. In the previous nRF5 SDK, the protocol stack was usually...