Hi,
I've been using NRF Cloud without issues (Pro subscription) and I am no longer able to login my NRF Cloud account. I tried changing password and use different type of...
Hi there,
This is a follow up post from my earlier one here about using nRF5340 dk as an I2S master for the purpose of recording sound using a MEMS sensor ICS43434. Here...
Hello DevZone!
All samples with Application Event Manager (CAF, nRF Desktop) has simple main function like that:
Main thread has terminated after executing and main...
Hi all,
I'm working on a Nordic-based system involving multiple nRF52-series chips exchanging high-rate sensor data over both radio and SPI links. The setup involves two...
Setup NRF52840 with SDK 17.1
FreeRTOS tickless idle mode
When we call xTaskNotifyWait and then get the notification then function returns but the result of the function...
Hello, I'm testing the nRF21540 FEM on a custom nRF52840-based board using the nRF Connect SDK.
I’ve enabled CONFIG_MPSL_FEM CONFIG_MPSL_FEM_NRF21540_GPIO_SPI CONFIG_BT_LL_SOFTDEVICE...
Here is my script for programming. Does the sequence is OK? or any advice to improve?
nrfjprog --eraseall
nrfjprog --recover --family NRF53 --coprocessor CP_APPLICATION...
I am receiving an error when connecting to a custom board by running nrfjprog --reset, any similarly with any other commands that require connection.
I am connecting through...
Hello Nordic Team,
we’re evaluating nRF91 for our next product platform (being strong in LoRaWAN since years) and hoped to quickly run some first field trials with the recommended...
We have been using wget to get nrfutil on CI. Today it stopped working. Giving error " ERROR 403: Forbidden " The same link still works on browsers. The link is: https://developer...
Hi,
We're running into a high memory usage issue on an application that is using the nRF5340-nRF7002, multiple sensors on SPI, SDC with littleFs, BLE and WIFI. The WIFI...
Hi,
I'm currently working with a nrf6191 on a custom board using Zephyr and I would like to use little FS as my file system.
So far I've set the configuration and overlay...
Hi,
As the title states, after a while, the nRF7002 fails to connect SSID after a while. It happens either we perform net_if_up/down or not. I suspect the nRF7002 to be...
Hello,
I’m developing a project using the nRF52832 and I’d like to put the MCU into the lowest possible power consumption mode while still being able to wake it up via a...
Hello, checking if I'm doing this right of restoring initial fw for 91X to work with Quick Start v1.2.0. as described here in Get Started, https://www.nordicsemi.com/Products...
I have devices that manually define PDP context 0 in order to set the APN to the required value for the SIM.
Typically, once connected to the network, the IP address gets...
i would like to get MCC, MNC and other cellular data via API. I found lte_lc_conn_eval_params_get() function/API as part of <modem/lte_lc.h> that has the information I am...
i would like to get MCC, MNC and other cellular data via API. I found lte_lc_conn_eval_params_get() function/API as part of <modem/lte_lc.h> that has the information I am...
Setup NRF52840 with SDK 17.1
FreeRTOS tickless idle mode
When we call xTaskNotifyWait and then get the notification then function returns but the result of the function...