I have a custom board (nrf5340) and can debug it, but it will not print to J-Link RTT Viewer. The main looks like this and I tested with a breakpoint on the LOG_DBG using...
PPK2 is stuck in bootloader after trying to flash the latest firmware on Power Profiler 4.2.1 (Windows 10).
The error is "serialport could not be opened ". The same issue...
Hi,
I'm integrating a VCNL4010 over an I2C connection via an nRF52 DK.
Noting there is a Vishay VCNL4040 sensor driver, has anyone written one for the VCNL4010? It...
I need both zephyr power device management and the low power features of LPUART in my project.
However, enabling PM_DEVICE raises idle current consumption by quite a bit...
Hello,
I'm trying the Thingy 91X but I'm having a few issue with the demo application that connects to hello.nrfcloud.com:
After flashing it with the Quick Start from...
this is the log I'm getting but it is not clear for me why is the build failing
Building ?spm/zephyr/include/generated/driver-validation.h? from solution ?build? in configuration...
I need to add new files to the aws fota example for the nrf9160 project in order to implement compatibility with the
AWS OTA update agent, I have read other posts in the...
Hello,
I've been starting to get into level 0.1 programming after being able to loosely control an LED with GPIOTE and a timer interrupt using examples and API references...
Hello everyone,
I want to measure current of the whole board, I follow the instruction of nRF52840 DK , which suggest not to use the USB connector to power the board.
...
I am using Rowley CrossStudio 4.4 to debug my project. I can program and step through the code just fine, but I can't seem to get any debug out put on the Debug Terminal....
(1) Production Programming using CLI:
We are entering pre-production for a design containing an nRF52810 (on Rigado BMD-330 module), and we need to know what the CLI command...
Hi,
I was referring the timer example code for PCA10040. I wanted to include the timer code in my ble peripheral code which uses custom GATT service. Can you help me with...
I see that the nRF9160 DK has both cellular and BLE capabilities because it has both a nRF9160 SiP and nRF52840 SoC. Wouldn't it be optimal to combine both cellular and BLE...
Hi There,
The attached image shows the part of the schematic responsible for the enabling of the QM14501. I was wondering if there was a particular reason that the mosfet...
Windows 8.1, 64bit PC
I have a nrf52840 app that works from "SEGGER Release 4.30 Build 2019101800.40379 Windows x64" on the DK 16.0.0, and from " nRF Connect for Desktop...
Hi there,
I want to implement the BLE dfu in nrf zigbee and thread sdk but there are no examples provided in the sdk and if i try to use the files from nrf 52 SDK for...
Similar to this ticket , we are no longer able to connect to Verizon using a Hologram SIM after upgrading modem firmware from 1.0.1 to 1.1.0.
I'm attaching a matching console...
Inside gps_controller.c
We issue the following instruction to begin searching for a satellite fix.
k_delayed_work_submit(&gps_work.work,K_SECONDS(CONFIG_GPS_CONTROL_FIX_CHECK_INTERVAL...