Hello,
I'm working on a project that uses the Serial LTE Modem (SLM) application on a custom board. The main processor sends data to the nRF9160 over UART. The project is...
By default the GRTC peripheral is not cleared when started via sys_clock_driver_init . This is because nrfx_grtc_init calls nrfy_grtc_prepare , however NRFX_GRTC_CONFIG_CLEAR_AT_INIT...
Hi I want to know if I can use the nRF52850-DK to flash the Xiao Sense Plus from seeed? I am following the following tutorial which says I need to use a J-Link but that's...
Hello, I am not sure if this is the most appropriate place to ask this question, but any comments are welcomed. I am developming a sensor platform that tries to use extended...
Hello, I had working BLE application build on v2.6.2. After migration to SDK v2.9.0 BLE is not advertising anymore. I think it may be related to default controller that is...
I am trying to use TTM (nRF Thread Topology Monitor package) with a newly bought nRF52840 Dongle (PCA10059) on Windows.
Following the instruction at https://docs.nordicsemi...
Hi All,
Just wondering if i'm doing the right thing here.
So i am using the example of the central device to get started.The idea i'm trying to do is to use the central...
Hi,
I am working on my production hardware with nRF52840 on it. I am using MBED OS. What should be the memory map of 52840 for soft device and Application code? I am using...
Here are my system requirements:
A single "Controller" needs to send 4 bytes of data per node.
There are 25 nodes in a system (100 bytes total payload).
All nodes must...
Hello,
Is it possible to use Mesh SDK and create a GATT database for mobile device to connect to? There are no examples for this in Mesh 1.0.0 and 1.0.1 except a simple...
Devzone,
I'm working with the nrf51822 dev kit- specifically with master emuator API version 2.1.8.
Does this current release of the API (2.1.8) or subsequent releases...
Hi Everyone. I am Anthony, embedded software engineer. Now I need to dive into the Nordic BLE world for the new project. And we are going to used nRF51822 MCU. But I have...
Hi there,
On my project I was working using sd_flash_xxx functions to write the whole flash pages or erase it, so I added peer manager to my project and I had to switch...
Hi,
We have a specific feature that isn't supported by iOS, and we'd like to turn it off when connected to iOS devices to reduce battery usage.
Using the nRF sniffer we...
Hello,
Currently working on a project for a company that uses your product.
Does Nordic use a certain style guide, or do they have a style guide internally that I could...
Hi Folks,
I'm using the Custom board with nRF52 and temperature sensor .
I'm trying the Experimental_App_Peripheral_Blinky code in the custom Board but i couldn't able...
Equipment: PCA10040 DK with SDK14
I'm currently having the same issue described in this post.
Essentially, I can program and build my project correctly in Eclipse, but...
Hello,
I have the following questions about the SAADC of nRF52832:
The relationship between ADC code and result.
For 0.6V reference, 12-bit resolution and single...
I'm writing an Android application that connects to a physical device via BLE. Android app will act as peripheral role while the device is central (with a BLE113 module inside...
Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...