Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
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...