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 trying the example project "light_switch_server_nrf52840_xxAA_s140_7_0_1_dongle.emProject", facing some errors as show in image below:
If anyone has any kind...
When debugging IIC, it always crashes here. what is the problem。
nrfx_twim.c,line 441.
else { while (!nrf_twim_event_check(p_twim, evt_to_wait)) //forzen here { if (nrf_twim_event_check...
Hi,
As per the Errata 97 , there is increase in current consumption if GPIOTE is used in Input mode. We are working on low power device and cannot afford increase in current...
Hello! This is my first time using a Nordic product and I'm still learning the basics. I am adapting the TWI Sensor example and I'm trying to read data back from an accelerometer...
1. After some time in the field (have not been able to recreate this in the lab, it takes weeks),
LPN nodes will start to return NRF_ERROR_FORBIDDEN from calls to access_model_publish...
Hello all,
I have been testing the SAADC example from the peripheral directory.
The goal is to acquire a single sample from SAADC using nrf_drv_saadc_sample_convert...
Hello,
I have 3 different nRF52 DK eval boards versions
1. PCA10040 , 1.1.0. 2016.16
2. PCA10040 , 1.2.4. 2019.5
3. PCA10040 , 2.0.0. 2020.8
When I try to measure...
Hello all
I was wondering if someone already made some first steps with AMS (Apple Media Service)
I'm trying to get a project running where I can control the music on...
Hi,
I am developping some kind of driver as my company calls it which will be used to easily setup a mesh network for our projects. I am using the light_switch_client_example...
Hi,
I'm working on a project to create a peripheral works with multiple centrals. I know the current SDK support multi peripheral/central scenarios. Is it possible to make...
Hi,
I'm using a custom nRF51822 board powered by a coin cell and need to trigger a specific LED when the battery is low.
Using this thread as the reference, I tried to...
Hi Have anyone used Rust base crypto library on nRF52-DK dev board? I've tried to use ring in my Rust project and set target to "thumbv7em-none-eabi", but I got an error below...
Hi, Looking at the Keil website I was assuming that the I could develop a nRF9160 based custom design using this IDE with ULINK2 interface. There are Nordic development packs...
Hello,I am testing the ble_app_hids_keyboard code in SDK14.1。After NRF52832 connection to the IOS device, the device's soft keyboard disappeared.I want to know how to pop...