running Windows 10 Pro 22H2 and using j-link v9
i tried to read firmware from nrf51822-QFAB by using " nrfjprog --readcode dump_nRF51822.hex", but it gave me an error...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello, guys
We want to evaluate nRF9151 SiP the following way:
To set it to operate in serial mode in which it is ready to receive AT commands (it comes pre-flashed...
Hi,
I've been developing a Matter device based on the nRF5340 SoC, and have been using the DK up until now. We've been developing a custom board in parallel. I've created...
I have nRF Connect SDK v2.6.1 installed on a Mac, the latest toolchain installed via nRF Connect for Desktop, and VSCode with all the nRF extensions. Everything works pretty...
Hello,
I have a custom hardware, with an external 128MB QSPI flash memory connected to a nRF5340. My current task at hand, is to store firmware update images for MCUBoot...
If I am having a custom board created and assembled using a pcb maker (makerpcb, jlcpcb, or pcbway) what do I need to ensure is on the board so I can flash and debug it? I...
We have a issue about nRF9161 on our custom board.
we flash hex our board. It doesn't work very well. sometimess it work and consume about 90mA current. sometimes board...
I have the following setup in my overlay file:
relay { compatible = "gpio-relay"; relay1: relay_1 { gpios = <&gpio0 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; label = "DC Mtr...
In our project we use a SHT4x sensor connected to I2C bus of nRF5340. To lower power consumption during idle/sleep we've a power line switch to disconnect the SHT4x from the...
Hi Nordic team,
I was testing whether Zephyr's LLEXT would work on the nRF52840DK. The example can be compiled on NCS 2.7.0 and loads fine. However the final step of having...
I am working w/ the nRF5340DK, and the project mentioned here (NCS v2.5.0, nrf/samples/crypto/rng). I was able to build/flash the project.
I wanted to verify whether the...
Hi,
I am getting to grips with the device tree and when i add an over lay file to the project, the 'new' devices are flagged with the waring that theyre being over ridden...
Hi,
using nrfutil pkg to generate the settings.hex file for the DFU is exceptionally slow on my M2.
I'm using what I believe is the latest version
nrfutil 7.5.0 (063f665...
I have an i.MX8 arm linux system running an OS based on yocto, with an nrf52840 connected over USB. The linux system receives nrf52840 firmware as part of its OTA, and updates...
I'm trying out the GNSS sample for the nRF9161 DK. I am trying to enable minimal assistance, but I get an error message with error code 65536: *** Booting nRF Connect SDK...
Hi,
Form the past few days, I've been trying to modify the device tree, but the changes are not reflected in the visual device tree. I’ve tried this on different laptops...