Hi.
I have a custom board with a NRF9161. The nrf91's LTE block connects to the sim holder through a NX3DV2567HR switch and an TPD3F303DQDR ESD protection.
I'm using...
Hello,
I'm trying to run the NVS example on the NRF9160DK rev 1.1.3 with the on-board MX25R6435F external flash memory.
The sample runs OK as nrf9160dk/nrf9160 but the...
The watchdog timer is kicking in our code base and I am having trouble tracking down the cause. In a bit to try and debug the issue I disabled the WDT and now I am getting...
After more than a week of trying different options, settings and changes my AWS_IoT app for nRF9161 is not working. All I get on Serial monitor is this:
*** Booting My Application...
Hi,
My nRF5340 board is PCA10095 2.0.2 2024.08. I'm using nRF connect for Desktip v5.1.0.
In the Qucik Start, it's successful to program Hello World example. But failed...
Hello,
I been struggling with this issue for a couple of days and can't manage to find the reason behind it.
About the project:
We are developing a IoT device firmware...
Hi,
I am using SDK v2.6.1 with the nrf7002dk_nrf5340_cpuapp board.
My HTTPS code works fine, but when I try to merge the configuration files for BLE, ADC, WebSocket, and...
Hello. I'm newbie with the NCS environment so tell me if I'm saying nosense. I use the nrf connect extension in vs code ide. (SDK: v2.7.0 toolchain: v2.7.0)
I want to...
I am working on new project setup. I have copied a sample blinky project from nRF connect SDK(C:\ncs\v2.7.0\zephyr\samples\basic\blinky) and board I selected in Build configuration...
Hi,
I'm following this "Getting started with Nordic's Secure DFU bootloader, a step by step guide" ( https://devzone.nordicsemi.com/guides/short-range-guides/b/software...
In our application build with SDK 2.7.0 on a NRF52840 chip, we get an assert if we update the TX_Power for the connections.
If the bluetooth has made connection, we update...
Hey everyone!
I’m working on a project using Zephyr with an nRF5340 board and trying to configure UART1 completely from scratch. Most tutorials I’ve found only cover UART0...
Hi, I'm currently developing a BLE Long Range application using two nRF21540 DK boards, where one is configured as the central and the other as the peripheral.
Both devices...
Hi,
We have a custom nRF9160 board with chip antennas for LTE and GNSS. They are Ignion antennas with matching circuits customised to our board dimensions. We also use...
Dear Nordic Support Team,
I am working with the nRF52840 and need to configure the SPI peripheral in Zephyr to operate without DMA.
I’ve encountered a few problems:
...
I am able to update the app core successfully from an external flash partition via the `mcumgr` desktop tool. However, this is not working for the net core.
It successfully...
I would like to create a thread based sensor and use Apple/Amazon/Google smarthome hubs as the OTBR. How do I commission a thread device (not a matter device) to these hubs...
Hello,
I'm working with Zephyr and using MCUBOOT as bootloader.
Due to HW design I have to set and hold a gpio as fast as possible when the application boots (to prevent...
I'm posting some thoughts in the hope of receiving some useful feedback, or at least bringing together information that is currently scattered a bit all over the place on...
Hello,
We're seeing an error that only happens after a cold reboot (unplugging the battery and replugging it) and it happens inside the bootloader while trying to open the...
Hi All,
I am using ' NRF SDK v2.7 + NRF5340 DK + VSCode ' and cloned a official nrf ' blinky ' sample. The code and pins are working fine and I have verified using DK...
Dear all:
I used this command to build light switch for 5340DK:
west build -p always --build-dir nrf/samples/matter/light_switch/build -b nrf5340dk_nrf5340_cpuapp nrf...