I was trying to get a simple Zephyr project to build and run on the Arduino Nano BLE 33 which has a NRF5248.
In VSCode with the NRF plugin I select "Add build configuration...
Hi,
I am building an app that connects to the NRF52840 with BLE. The NRF board is attached to an electrocardiogram(ECG) setup, so I am interested in the app being able to...
Hello
I am playing with the mesh dfu and the distributor application on nRF52840 DK board
I load the image I want to distribute using mcumgr application on a Raspberry...
We have devices that have low signal so they have to reconnect to AWS a lot. We have a watchdog timer with a 100s timeout that we feed every 10 seconds in the control loop...
Hello,
I am currently developing a project using the nRF 9151 and SDK version v2.7.0.
The issue I am facing is that I have configured the PSM mode, but it doesn't seem...
Hello Nordic Team, I'm developing an project using VS Code with nRF Connect Extension for an nRF52832 board. The SDK version I use is 2.7.0 , build system is sysbuild . I...
Hi, I'm having trouble running the samples/net/aws_iot sample on nRF9160-based board.
Configuration: - nCS: v2.6.0 - modem version: nrf9160_1.3.6
When running the sample...
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...