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...
Hello everybody,
I have programmed the example light_switch (server) and (client) from SDK for Mesh examples on two nrf52840 dongle and it worked .. I can control the LED...
Hello,
I'm currently trying to implement a setup of BLE devices (nRF52 DK and nRF52840 DK) which is potentially secure against the KNOB attack (and also other attacks) and...
Hi, I am looking to use the nrf power profiler to analyse power consumption with some configurations on the NRF52833.
I currently have the dev board PCA10100 and the power...
I was looking for more information about hardware accelerated AES128 functions in the nRF9160. We want to encrypt and decrypt data using this and was wondering if there are...
Hello,
I am currently working on adding the pairing part to the ble_app_uart with peer manager. I have followed the way that is used for ble_app_gls and ble_app_hrs. I could...
Hi support team,
I download mesh (nrf5_SDK_for_Mesh_v3.2.0) serial example FW to nRF52840 DK,
and connect to embedded linux gateway over USB,
I can run PyACI example...
Hi,
It seems that s112 soft device uses IRQ level 0,1,4 of nRF52832.
By default my counter has default IRQ level 6, my concern is about the delay of COMPARE interrupt...
Hi, Everyone
Environment: SDK15.3, nRF52840, Keil Compiler
I want to keep the previously set values undeleted even after OTA
My question is
1) Which method is better...
from this guide
https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader#h23sjziacp7vrw0scs2t3tua1ax0426
It is...
Good evening.....
I am looking to play around with the Thingy 91 but I am a hardware guy who knows enough about firmware to be dangerous. I typically run into issues getting...
Hi,
I am trying to send firmware image from one board to another board. For that I want to use DFU control point characteristics.
I am using nrf52832 development kit...
I have installed the cocoapod for nrfMeshProvision, but i am new to BLE technology. I am able to fetch the dataIn and dataOut characteristics, but stuck at creating a Proxyhandler...
Hi,
I have a project where we want to setup 3 PWM channels for dimming LED strings in a mesh configuration. So the mesh dimming server is a perfect starting point. I did...