I have a project where we have 2 nrf51 that need to be time synced with eachother.
The problem is they are placed on the body one on the back and one on the chest of a person...
on the page
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_crypto_backend_micro_ecc.html&anchor=lib_crypto_backend_micro_ecc_install
step...
Hi,
In our one of the product we are using Nordic nRF52840 MCU and we compiling this application code in windows with SEGGER Embedded STUDIO IDE Version 4.30a and Tool chain...
Hi,
We made an online course on Bluetooth Low Energy, includes BLE Fundamentals & Architecture, step by step implementation of Environment Sensing service development...
Hello, I am using nRF9160 PCA10090 DK. I want to make my board as central device and scan for all nearby BLE devices and display its rrsi value and device id on a terminal...
Hi Dears,
I have submit a issue for about two weeks but no response yet, would you please help me for handling it?
The link is https://devzone.nordicsemi.com/f/nordic...
It's really really really annoying that the DevZone contains so much outdated infomations and deadlinks .. especially after moving to the new website !!! :-(
Hi,
I am using nrf Connect SDK v1.2.0 in Segger Embedded Studio 4.52 and developing on a nrf52840 development kit (pca_10056). I use the "configure nrf connect sdk project...
My goal is to establish a BLE connection between the DK and the smartphone, using NFC for the OOB pairing . I am using the nRF52 DK and the nRF5 SDK , v.16.0.0.
The intended...
Hi,
I am having issues with getting SPI up and running on my nrf52840-DK using NCS. I've tried getting support about this in another ticket but it seems like it lead to...
Hi,
We are using the nRF52840 SoC.
The following image is taken from the datasheet:
It shows a Gain block before the SAR core
a. Does the Gain block serve also...
Hi ,
I want to know if it is possible to close/open the uart connection with RTS and CTS pin in order to have a low power UART?
When RTS and CTS are high, uart is closed...
Hi,
Can any Zigbee application receive ieee radio interrupts in both TX and RX path?
What I need is:
In the case of Zigbee Tx, an advance notification of 200 μs would...
Hello, I am using nRF52 DK and softdevice s112, developing with SDK V15.2. I am exploring the fds library and have encountered some strange behavior. When I connect the nRF52...
Hello,
I am using nRF52840, S140 v7.0.1. We want to measure distance between two nRF52840 with BLE 1 Mbps and 0 dBm.
I am referring below two links.
In this its...
Hi,
We have 2 microcontroller on board. One of our micro controller will update nordic chip using serial DFU without any signed keys.
For testing purpose i am implementing...
Hello,
I'm new to Nordic products.
I have BL651 module and I want to connect it to another CPU over UART. So my question is how can i do it?
I've found in some other...
Hi Team,
We have used the "CC310" and "mbed TLS" both the crypto engines in my application with conditional compilation on NRF52840 soc.
We have measured the timings...
Hi,
We are using nRF52832 chip along with soft device and nordic SDK. However we have our own custom boot loader and that doesn't have soft device.
We want to implement...
hello,
I am using SDK 16.0 and I use flash storage to store some value which is critical for our application, when I use fstorage_write as below inside main(),
int main...
I am trying to use the fstorage library to store some data for my application and use the flash_fstorage example in SDK16 as a starting point and copied the required codes...