During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi everybody I'm using nRF Connect SDK 2.6.1. I have my own board based on nRF52840 SoC. I made an overlay file of nRF52840DK and changed its UART TX/RX settings according...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hi there,
Our firmware is built on NCS 2.6.1 (soon to be ported to 2.7.0) and uses MCUboot.
I want to set REGOUT0 to 5 (which corresponds to 3.3V) and the `nrfjprog -...
The instructions are: On the command line, open the directory ncs . The following steps have one do a west init directly in the directory ncs. But they should say to create...
I am using MS12SF1 (nrf5340+nrf7002). I integrated wifi and able to connect and disconnect with it but the issue is that if there is situation in which the router is ON (means...
I read some previous posts that there was limited support for sysbuild for the VSCode extension. There are two things that I noticed: 1. When creating a build configuration...
I am studying Lesson 6/wifi fund_1ess6uexer2 and I can run the provided code normally.
(academy.nordicsemi.com/.../) But I still want to control whether to send packets...
I am trying to use nrf7002 in accord with nrf52840 to build a wifi sniffer recently. As a begineer of nrf70 series, I use wifi sample supplied in ncs 2.4.0 as a start, which...
Hi ,
For Battery operated devices, we are using NRF52840, and developing the firmware using Segger Embedded studio + NRF SDK. s140nrf52720, nRF5SDK1702d674dde
For our...
In our custom board nrf5340-nrf7002, tried system_off(C:\ncs\v2.6.1\zephyr\samples\board\nrf )sample to check power consumption.
But it measures 0.60mA Is there any config...
Hi,
Background:
We're developing wireless application with the NRF5340-NRF7002 chipset, similar to what's on the 7002DK board.
We'd like to put the system to lowest...
Hello,
I have been following the steps in Exercise 1 of Lesson 1 of the Cellular IoT Fundamentals course. I have a Thingy:91. I have followed the steps so far
- flashed...
Dear Nordic,
We made an attempt to use the external flash in the LwM2M sample.
We tried to follow this: docs.nordicsemi.com/.../nrf9160_external_flash.html
As soon as...
I need to detect the VCC voltage on the nrf52833 on power-up and wait till it slowly ramps up to 3V. Is there a way to do this using the Power-Fail Comparator. I found another...
Hello,
I have a few questions: 1. How to add a prj.conf or an overlay file to enable peripherals to use an external high-frequency crystal oscillator as the clock source...
I am building a nrf52840 custom board and testing the ble_app_blink_pca10056_s140 example from segger I have a 32MHz crystal and a 32.768khz crystal And I added the following...
I want to control RADIO using the TimeSlot API of nRF54L15. I have already created the code for nRF52. However, it seems that RADIO control of nRF54L15 is slightly different...