Hello,
I am developing a custom board based on the nRF54L15.
Every time I do RTT connection from the extension i have been asked to prompt the target device (nRF54L15M33...
Hi,
I am facing a strange NB-IoT connectivity issue with the nRF9160 in Dammam, Saudi Arabia.
Setup
SDK version: v2.5.0
Toolchain: nRF Connect for SDK VSCode...
i working bare-metal, using HW registers directly.... no zephyr, no SDC....
i'm able to successfully receive packets through the RADIO RX path, but now want to add a timeout...
Hello,
I am evalating the nRF9151-SMA-DK with a Monogoto SIM card that uses Skylo NTN connectivity.
I am able to reach the internet, since DNS resolution works:
...
Description
I'm working on a battery-powered application where WiFi needs to be shut down between cloud sync intervals. I'm following the same pattern as the wifi/shutdown...
Hello!
I'm working on a project that was primarily developed with NCS v2.9.0. The application (using an nRF5340) utilizes BLE mesh and is configured to use TinyCrypt for...
Hello,
I am using nRF52833 with nrf connect sdk for vs code (SDK and Toolchain version : 2.9.1).
Hello Nordic Team,
I am using OTA DFU with MCUboot on the nRF Connect...
I have a custom NRF9151 board with Windbond W25Q32JV flash, and some other peripherals connected. It also has GPS and LTE which I have tested and work. My UART console is...
I am trying to flash and use the debugger on a nrf52840 DK to flash a Thingy53, using the ribbon connector as outlined in this video . I tried to follow the steps in this...
nRF9160, SICA B1A, mfw 1.3.7, NCS 3.1.0
I currently try to test the situation, when the battery gets drained "too much" and the voltage drops below 3.0V (e.g. 2.9V) on VDD1...
Hi Nordic Team,
I am using MCUBoot with BLE DFU on nRF5340 and I am facing an issue where the DFU process cannot complete due to my application’s custom boot logic.
After...
My project is running on an nRF52832 with the soft device enabled. At the start of my project I have the following
When I reset the system our normal way (calling nrf_pwr_mgmt_shutdown...
Dear all,
I wanted to modify BTHome template sample for Home Assistant software in order to run enable it to advertise on PHY Coded, there I guess I need to enable extended...
Hello,
The following code performs an I2C write-restart-read operation that works correctly on a NRF52840 devkit with ncs v3.1.1, but fails with ncs v3.2.0 and v3.2.1. Note...
If I source the toolchain environment (using eval "$(nrfutil sdk-manager toolchain env --ncs-version v3.2.1 --as-script sh)" ), the curl CLI stops working:
The toolchain...
Hi everyone,
I’ve just started my adventure with the nRF52xxx family and have already hit a wall. In my previous project, I successfully programmed an nRF52840 dongle, but...
Hi, i want to use the coded PHY for advertising but cannot get it working. I configure the advertising source with these params:
and start the scanning of the sink like...
Hello,The Nordic Team
I have developed a SED product based on the Matter Over Thread protocol. I want to add a real-time time function on the device side. I have learned...
IDE:SES for ARM V5.42a
SDK:nRF5_SDK_16.0.0
I am develop BLE device with nRF52832. I found that some global variables were assigned ramdom values if I enable UART easyDMA...