Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
I am trying to make the nrf9161 go to very low power mode for 10 seconds and then come back online.
Actually I would not mind if it were to start all over again when coming...
Hello,
I am using the example on the Nordic DK to get UDP messages from the Hologram API to the Nordic Modem. AT#XUDPSVR=1,6002 #XUDPSVR: 3,"started" OK
I very inconsistently...
Hello,
I am working with the nRF9151 board and trying to read SIM/eSIM information.
Steps I followed:
Used nRF Programmer → Erase all.
Opened Board Configuration ...
Dear Nordic
We are evaluating a wearable device and plan to use nRF54H20 be our MCU,
Since our device will be a small form factor and Nordic not released datasheet yet...
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...