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...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Dear all,
I'd first like to apologize if my questions seem dumb. I'm a student in mechanical engineering and only just started getting accustomed to microcontrollers and...
Hello,
I just installed SDK and Embedded studio.
And when I try to rebuild example, error occurs.
Below is my setup information.
- SDK: nRF5 SDK 16.0.0
- Example...
Hello support,
Currently i'm working with one application using NRF52832.
in which i have to fetch data from coming from PIC controller to NRF52832 over UART communication...
Hello, I owe a nRF9160 DK version 0.8.2. The ERRATA 0.7 document says that for this version the GPS antenna does not work well. I need to use GPS for extracting PPS signal...
Hi all, I've been recently working on PSM for my device, and I've not found any resources that answer my query or provide the knowledge I need. From my reading in this article...
Hello whenever I am calling sd_power_system_off(), it gives me the following error- implicit declaration of function 'sd_power_system_off'.
What shall be the optimum solution...
I use a 3.3V battery as VDD on an nRF52832 device.
Along the line this battery might do down from 3.3V to 1.8V. Will the Internal Reference Voltage be consistent at 1.8V...
Hi,
In apply_old_config.h ,here is the code:
for example:
If I set SYSTICK_ENABLED =0 in sdk_config,here will overwrite the macro define because #if defined(SYSTICK_ENABLED...
As per the datasheet of nrf52840 any peripheral like SPI/UART/... can be configured to any of the GPIOs so is the QSPI also.
But at Pin details QSPI pins are recommended...
Hello,
We are working on machine health monitoring system. For that we are using nRF52840 SOC as Central and nRF52833 SOC as end node. We had used single Central node and...
Hello.
I'm beginner on Nordic product and checking the examples with nRF5_SDK_17.0.0_9d13099 on nRF52833 DK Board.
I tested ble_app_uart and it works. Now checking ble_app_hrs...
Hello, I am
I'm a Beginner at developing NRF 51822 My Development Environment sdk : 12.3 IDE: KEIL v5 SoftDevices : s130
Recently, I've been experiencing a lot of...
Hi,
I'm trying to find a way to power down and on again a RAM section, but I haven't had any luck finding.
In the SDK examples, there's a RAM retention example only, but...
Hi! I am using nrf52832 with icm20948 (SPI) and I want to put nrf52 in sleep and wake up if there's any motion detected. I am unable to put my device on sleep by the function...
I use nrf_libuarte_async from nRF5 SDK v16.0.0, without softdevice on nrf52840. The idle power consumption of my board is several tens of uA. I call:
and then the idle...