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.
...
Hi everyone!
I am developing device based on nrf25833 mcu which should transmit data to android devices using ble characteristic notification mechanism (data received...
Hi!
Recently I bought this device (v1.1.2) and I was very happy about it until I tried to verify the current and voltage readings. Tried two multimeters and they both agree...
I am porting and existing app to nRF Connect SDK 2.7.0 from 2.6.1. Using sysbuild, MCUBoot and the app are building and I am able to load the firmware onto the PCB and it...
Hello!
I've just come into contact with the nrf54l15. On the customer's board, it is necessary to change the NFC pin to a regular gpio, and they following the previous nrf52...
Hi Is it possible to configure project to use simultaneous multi image DFU and serial recovery over USB? I would like to be able to update both cores using dfu_multi_image_XXX...
I have an LED connected, and I want to use PWM, but enabling it adds about 700 µA of passive current — both when the output is high and low. However, if I set the duty cycle...
Hi,
I'm developing on the nrf5340 and the semtech LR1110. I'm using the latest SDK version 3.1.1.
I saw in the SDK that there's a library for the LR1110, but I can't activate...
Hi.
I try to build the example Matter: light bulb and in the terminal shows an error that iI don´t underestand what is the problem.
Please ¿Any could explain me why ocurs...
Hi,
I am using the Thingy:91X device and can see the updates appearing on the hello.nrfcloud.com web application, but I would like to have access to the 'device' via the...
As the title said, I'm currently on the nRF21540 DK. I turned on Async UART:
CONFIG_UART_1_INTERRUPT_DRIVEN =n
CONFIG_UART_1_ASYNC =y
CONFIG_UART_1_NRF_HW_ASYNC =y...
Hey Nordic Team
Just looking for guidance and clarification on the nPM1300 setup. couple of questions on the sample setup below.
Project Overview
Project is a consumer...
I setup 2 Holyiot nRF54L DK Development Boards with the channel sounding sample code from NCS 3.1.1 samples/bluetooth/channel_sounding_ras_initiator (initiator and reflector...
We have designed a custom board around nRF54H20 EngC revision and testing it on NCS 3.1.1. We were able to do provisioning and bring up using iron-side binaries. But got two...
Hi all,
I’m planning to add crypto support to my nRF52811 application. My main requirement is encrypting and decrypting a string , but I’m hitting flash size constraints...