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...
I'm working on implementing a Bluetooth Mesh network where each node periodically sends messages containing a single float32 value or an array of float32 values (e.g., every...
I need to develop the code for RTC configuration without using nrf_drv_rtc_* , hence I started using zephyr device tree approach . Below is my code .
#include <stdio.h...
Hello,
I recently purchased a Nordic Thingy 91 device, and I have been working on it for a few weeks. I am currently experiencing two major issues with the kit that are...
Hi,
I have a board which is nrf9151 with nrf52840 as BLE controller connected via hci_lpuart. This works fine so far, I am able to do simple AT commands as well as doing...
when I try to add a build config, i can only see a blank page for build configs.
but if i click on another project's build config which is already created, i can see the...
Hi,
I'm troubling using the retention module of Zephyr with NCS 2.6.1 on an NRF52840. I've read the Retention System Documentation of Zephyr but it is not working for me...
Folks,
Am running VSC 1.95.1 on Mageia Linux.
I have a 52833 board that I have working in that I can write to and read from custom BLE characteristics and send data out...
Hi
I'm setting up an OpenThread network and am trying to use the nRF Thread Topology Monitor to visualize the network for debugging purposes. However, no OT devices appear...
According the AT command documentation, reading the device certificate is not supported.
That's somehow irritating. There is no reason for that, at least for those who common...
Hello,
My board contains nRF9160 and nRF52840. The nRF52840 is a HCI controller (based on HCI lpuart example). nRF9160 communicates with nRF52840 over UART. I want to perform...
Hi, in our project we use nRF5340 to control some externanal peripherals as flash mem through SPI and also we need BLE comunication.
The case is if whe allow the config...
Hi, I am trying to use the DECT NR+ sample from the 2.7.0 nrfconnect sdk but I can't seem to get the following to work in the prj.conf:
the results of my build give...
Is there a way to convert the firmware for the nRF Connect RSSI viewer to work on the nRF21540DK. I imagine it isn't too difficult, since it is essentially the nrf53840 but...
After I updated to v2024.11.22 of the nRF Connect For VS Code I can no longer get the option: "nrf-connect.debugging.flash": false to work. It keeps flashing the device before...
I have customed a board based on nrf54l15.
Then I built the matter light_buld demo with target 'nrf54l15pdk_nrf54l15_cpuapp' and burned the file "merged.hex" into my custom...