Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hi, I'm working on nRF9151 on custom board, NCS 3.1.0 and I'm building application with TF-M enabled. I've encountered quite a strange problem. If I remove all UART instances...
Hi,
using nrf sdk connect 3.1.1
using nRF54L15-PDK evaluation board.
Steps to reproduce issue:
1. Setup my board into low power. my branch mark is ~2.9uA.
2. Perform...
I use BLE for one-to-many connections. Usually, the peripheral device should first broadcast, then establish the connection for communication, and finally disconnect. However...
Hi there! I am trying to set up external flash (w25q64) with my NRF52840 project over SPI. I have adapted the spi_flash sample in an attempt to set up this device, but I am...
Hello,
We are developing a product based on the nRF54L15, using BT Mesh. We also use the FLPR. For communication between the cores, we use ICMSG.
Separately, ICMSG and...
Hello!
I am completely new to embedded development and i am becoming quite desperate.
I have ordered a custom board which has an nrf52840 chip on it and a vl53l1cxvofy1...
I am using the nPM1300 MIKROE Click board with an ESP32 over TWI (I2C) . I am facing an issue when VDDIO is sourced from VOUT2 using the onboard VDDIO_SEL jumper .
Although...
I have an odd issue with an older nRF52840-DK, I can flash and read memory from the device just fine but no matter what version of NCS I use, it will not execute whatever...
Hello,
I am working on adding MCUboot to my custom board (using nRF52832 chip) to make it DFU-able. That works fine when using internal flash but never when moving the...
Hello, I'm using an nRF9151 DK with an SPI attached SD card and SDK 3.1.0.
SD card is accessed using FAT_FILESYSTEM_ELM.
Using a single thread approach everything is working...
Hi,
We are using a TMD2636 proximity sensor on our board, connected via I²C on pins P0.18 (SDA) and P0.30 (SCL). The same I²C bus also contains a TMP117 temperature sensor...
Hi,
I’ve enabled OTA firmware updates in our project using MCUboot. Before enabling OTA, everything worked correctly—our firmware received interrupts on pin P1.00 from one...
After reviewing the nRF7002 datasheet and reference design guidelines, we were unable to find the input/output characteristics and voltage ranges for PALDO, VDD_BUCK, PWRIOVDD...
Current Setup
I'm currently setting TX power during advertising using the following code:
This successfully sets TX power during advertising, but I need help with additional...