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...
Trying to work thru the dev academy exercise 2 using v3.2.4 SDK. I presume this should work because the readme says must be greater than v2.8.0 for thingy91.
I made all...
We are using the legacy 17.1 nrf sdk with the nrf52840 MCU in tickless idle mode and notice that after about 10.5 minutes the current draw jumps from ~90uA to ~277 uA.
There...
Good morning/afternoon all, I have been working on a BLE air quality monitor using the NRF52810. The first version functioned as expected with the exception of the external...
Hi,
We are working with the nRF54L15 using nRF Connect SDK v2.8.0 and would like to enable the secure boot feature.
However, it appears that the SMP Server sample in...
I'm using put all together 2 sample
a) NUS Uart that is used for the configuration;
b) zephyr/samples/net/opentread/coap Using the nrf5340dk/nrf5340/cpuapp.
The compilation...
Hello,
Step 5.2 of this part of the course has a code example which shows which i2c node to use to control the temperature sensor. In the case of the nRF54l15DK it is...
Hello Nordic team,
We are using an nRF5340 as the host processor, and an nRF9160 module is mounted on top of it. All LTE modem AT commands are sent from nRF5340 to nRF9160...
I'm trying to implement the NRF5340 as an I2C slave. The current answers all show the answer as old to look for a newer answer. Were implementing the NRF5340 as a slave to...
Dear all,
is it planned to update the declaration of conformity of nRF9160 from EN 301 908-13 V13.2.1 to EN 301 908-13 V13.3.1?
EN 301 908-13 V13.2.1 is only valid until...
I am currently working with the Aliro 1.0.0 from nRF Door Lock and Access Control Add-on.
I need to know how to properly configure or set custom data fields for Aliro protocol...
How to prevent storage partition from erase durning MCUBOOT firmware update?
I use Settings with NVS to store data
CONFIG_FLASH_MAP=y
CONFIG_FLASH=y
CONFIG_SETTINGS...
I am attempting to get familiar with the NDEF support on the nRF54L15 DK. After creating a copy of a sample based on the WRITABLE_NDEF_MSG example, I create a build configuration...
Hello Nordic Support Team, I am developing BLE content, where nodes will be periodically uploaded to the gateway.During this interval,the CPU needs to be kept idle, waiting...
Hello DevZone,
I have wrote a standard Zephyr display driver for one customer, I used sQSPI and Zephyr MSPI API.
I finished the development, but the QSPI (1-1-4 mode)...