Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
After connecting to an nRF9160 using SEGGER tools (J-Link RTT Viewer v7.62b), excess power consumption is observed until the device is reset (via `nrfjprog -r`)
First the...
I have a Central using nRF52832. The project is working correctly but I’m having trouble getting FOTA via BLE to function on top of it.
I’m using NCS 3.0.2 (3.1.0 and...
Hello everyone,
I am writing an application with three sensors on the same SPI1 interface on my nRF52840. See the following devicetree section:
For all sensors, I use...
I’m following the nRF54L Series Express Course – Lesson 5: Power Consumption Demo Part 2 sample code, using nRF54L15DK to test the deepsleep → wakeup functionality. However...
I work nRF54L15 with NCS311.
I want to save application's parameters on UICR.OPT[].
But it looks like somewhere in OPT is used by the bootloader.
What parts of UICR...
Hi, i am working on the nrf5280, and I have set up BLE with NUS so I have a shell and logging over BLE, as well as logging over UART. I have a python script running that connects...
Hi,
I'm preparing to run some openthread code on an nRF5340DK using the latest SDK and toolchain v3.1.1. A simple program works fine until I set the CONFIG_OPENTHREAD...
Dear Sir,
I have purchased nRF5340 DK (Will call it device hereafter) and am trying to bring it up.
I have connected the device to Linux but the device was not detectable...
I’m testing the nRF9151 DK in India and trying to use the nRF Connect app (Quick Start guide) to connect the device to the network.
Board: nRF9151 DK
SIM: Onomondo...
I have a nRF52DK board that I loaded the peripheral_uart program in a while ago. I tried to get the board running again but when it calls err = settings_load() it just keeps...
I'm currently trying to integrate Memfault to my project that is using nRF9151 DK. Memfault was working fine until I turned on these configs:
# Collect LTE Metrics CONFIG_MEMFAULT_NCS_LTE_METRICS...
The application here is reading a Manchester stream on a GPIO. which comes from a MAX41473 radio IC.
Decoding is working fine using GPIOTE, timers & PPI to time & decode...
Hi,
I have two nrf9161 dev kits. I have flashed the firmware 2.0.1. Then I flashed the hello_dect example.
Now I always get an error and the program does not start. *...
Hi,
I am able to do some stuff partially using the command
$ west build -b nrf52840dongle_nrf52840 -- -DDTC_OVERLAY_FILE=usb.overlay -DOVERLAY_CONFIG=prj_cdc.conf
With...
Hi guys, I am using the SDK v2.9.0 and the toolchains b620d30767. To add the build configuration for the sample peripheral_uart, the console print some error log.The log as...