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.
...
I've been able to flash consistently but I finally got my nrf5340 custom board working using Hight Voltage DC/DC by setting it to UICR_VREGHVOUT_VREGHVOUT_3V0, but when I...
Dear colleagues, I am using the Nordic nrF9151-DK as part of exercise1, lesson 2 of the intermediate Devacademy course. Lesson 2 is about trying and using the various vscode...
Hi,
When I looked at the SPI lines using the oscilloscope, I saw that the MISO line had the same signal as the MOSI line. As you can see from the image, basically SPI configuration...
Build configuration is: SDK: nRF Connect SDK v3.0.0 Toolchain: nRF Connect SDK Toolchain v3.0.1 Board target: nrf52833dk/nrf52833
All other values left at defaults.
There...
Hello,
I am developping an application based on PAwR (Periodic Advertsing with response) in coded PHY (S8) extended advertising on SDK 2.7.0.
costum chip nrf52840 (on...
How to reproduce:
Generate a production config (content doesn´t care because the error still exists after changing the content) and build / flash it:
nrfutil nrf5sdk-tools...
Hello
I'm currently mounting a LittleFS partition in the internal flash of my Nordic MCU. However, since data is saved regularly to this partition, I’m concerned that the...
We are building project with this config parameters: But we get this error messages while compile: If we use CONFIG_LOG =n for mcuboot, then project compiles normally. Also...
Hey, I am working with the Matter light bulb sample from the 2.9.1 SDK, which I have modified to support the occupancy cluster. (nRF-52840 and nRF-52840DK)
This worked fine...
Hello all, i made a board with this BLE chip:
nRF52832-CIAA-R
What happens is that when i enable power supply i can see the circuit is properly in advertise ( i can scan...
Hello,
I have an nRF52840 based custom board (myboard, NCS2.70)
its partitions node closely follows the nRF52840DK dts file:
both have &flash0 in the /chosen group...
Hi everyone, I have a custom board in nrf52833. Currently, the gpios on nrf52833 are gone, except for the NReset pin (P0.18). Can I configure the NReset GPIO as a GPIO I/O...
I have a project migrating to nrf Connect from ESP-IDF. We need to recreate a system to work with existing devices on BLE Mesh, but I am having trouble figuring out how to...
Hi,
Now we are using NRF54L15 to develop an indoor GW. We need use NRF54L15 to keep some key information after power off. Since NRF54L15 is a new PN, we didn't see any sample...
I am implementing sha256 with hash message bigger than or equal to 8KB. I tried with nrf54l15dk_nrf54l15_cpuapp target, and it's working fine but if I try with nrf54l15dk_nrf54l15_cpuapp_ns...