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...
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...
Hi,
I am new to nrf52840 DK , when I try to program it through nrf connect " Unsupported device. The detected device could not be recognized as neither JLink device nor...
Hi,
Greetings!
We are about to select nrf52832 for our product development and we need confirm below information before proceeding further
Overview
Device will be...
Hello Nordic.
I find two RNG example.
Both nrf_crypto_rng_vector_generate and nrf_drv_rng_rand , what is the difference?
Which one is better on RNG.
How to correspond...
I am trying to set up developing environment, and however I couldn't download and install version 7-2018-q2-update of the GNU ARM Embedded toolchain.
Would you please guide...
In my application i need to use NBIOT network & GNSS.
For that i found that i need to configure AT%XSYSTEMMODE=0,1,1,2.
But i am not clear on what should be configuration...
Central info SDK: 15.3 nRF52840
Uart communication is used. In rare cases, the value obtained by checking the waveform with an oscilloscope was different from the value...
Hello everbody,
I readed alot about the nrf52480 "how to flash softdevice and the other stuff", but i cannot get the ble_app_gls working out of the scratch.
I have the...
Hello everyone, I am trying to implement audio processings algorithms with my nrf52DK.
What i need to do in order : 1- Sample my audio signal ( It will be guitar sound ...
I need to use a nRF52 chip to handle interrupts with low (and known) latency. Basically, there are specific ~100 us long intervals during which I need interrupt latency to...
I am trying to setup a VM (Ubuntu 19.04) that has the complete setup for NRF91 development. I have been following the instructions in the nrfConnect 3.2.0 - getting Started...
Hello Devs,
I am using app_timer to create multiple timers to read different sensors
Currently, I have 5 timers created using app_timer_create, each timer has their own...
I use nRF Connect for Desktop to download hex file(nrf52810).
Use the following example:
nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader\pca10040e_ble + nRF5_SDK_15...
Hi,
How do i turn off the nrf power management library? Is there any function like nrf_pwr_mgmt_uninit()?
The reason i want to turn it off is because it causes the usbd_msc...
I have a requirement for BLE and 802.15.4 stacks in a multiprotocol environment. I have looked at the sample at NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver on github...