I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
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...
I had been doing this:
What it does:
create a CHG (channel group)
DPPI is triggered by a GPIOTE in-event
DPPI then triggers and EGU, a TIMER capture, and...
DPPI...
I've been using PPK2 to test our work for maybe around 3 years. it's always been steady and stable and can run for several days without problem. Mostly I'm using the PPK2...
So I've been playing around with some code example to make UART work (which I did eventually) using NRF SDK 5 (v17). However the last version of SES (8.22a) requires some...
I am having issues using a keypad to wakeup an nrf52840 and am unclear on if the GPIO sample is relevant if using a kbd_matrix device definition. I would like to use "sys_poweroff...
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...
Hello
According to Enhanced ShockBurst (ESB) documentation , to stop the ESB module you need to call esb_disable(), but it also says that you need to check if the module...
Hi,
I've just migrated my project from NCS 2.6.1 to 2.9.0 and I'm having some problems with the UART.
I'm using the nRF52833 DK to communicate with another device and...
Hello everyone!
I am rather new to firmware development with Nordic products and am experiencing some trouble with the Thingy91 LTE BLE Gateway sample.
What is the problem...
Hello, I have U-Blox Nora B120 dev boards. Nora B120 chip has built in Skyworks SKY66405-11 FEM IC and I want to use it.
I read in the documentation to copy folder with...
Hi, I'm currently working on adding DFU over UART to my firmware running on an nRF52dk/nrf52832. To have a minimum viable example, I'm trying the DFU over UART exercise sadly...
Hi Team,
We are using nRF9160 modem and SDK 1.7 version with Segger Embedded Studio.
Using at_client sample code, observations as below.
1. Tried to read APN configuration...
Hi,
I am trying to integrate Buttonless DFU in my application. I have implemented all the steps mentioned in this tutorial.
Getting started with Nordic's Secure DFU...
Hi Support Team,
I met a conflict situation. Could you help give me some guidance?
The project is based on nrf5340 and ncs V2.5.2. The device supports BLE FOTA and works...
I used a mesh example (the example name is "mesh") for testing, and enabled low-power nodes using CONFIG_BT_MESH_LOW_POWER =y, and disabled the automatic start of low-power...