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 !!! :-(
Trying to compile the HRS example using SDK12 using Eclipse. Getting a lot of undefined reference errors under the peer_manager folder for pdb_ and pm_functions such as these...
We are having a slight issue when we are trying to update the DFU. The original version had this setting for the data reserve:
#ifndef DFU_APP_DATA_RESERVED
#define DFU_APP_DATA_RESERVED...
Hi everyone,
I have a nrf52-DK, I made samples with the saadc unit and i noticed there are unexplained peaks.
I connected the MIC's output (its VDD is from the board)...
Hi I bought quite a few of these on boards on e-bay and have worked a lot with them.
One thing that is confusing me is the variation in the number of retries, even when...
Hi,
I have tested a sample code which sends some data through BLE in nRF52 development kit(PCA10400). The code is attached below.
nRF5_SDK_11.0.0_MPU6050_Acc_X_Output...
I'm trying to compile the bootloader_secure example for the 10040 dev board using make, and it appears the makefile was not updated correctly with the changes made to the...
Segger RTT viewer is a great debugging tool. But every time when I download new firmware into my board I have to close the viewer and then open it after download is finished...
Hi guys,
in my application, I'm trying to do multiple fota, I succeed at the first time & after that I can jump again to the bootloader, but after that something is going...
I used nRF51822 IC and SDK11 with softdevice S130. I found a problem that our product cannot work. I dumped the hex code of 2sets from 0x00000000 to 0x0003ffff. One can work...
Hi,
I am using the nRF51822 module. I am facing problem to send multiple data formats packets over nrf module. I am using nrf SDK 11 version.
I am attaching my code with...
I want to start developing a Bluetooth device with the NRF52 DK. For debugging and sniffing purposes to see what is going over the air, use the NRF51 dongle, get a NRF51 DK...
In the nRF52 specification, I cannot find figures for the interrupt latency for event on GPIO pins in different power mode OFF, ON (constant latency, Low Power).
Can you...
Hi. I need to use direct advertising option in my application to minimize the time needed to establish the connection.
Firstly, I set up the connection during "normal" fast...
Dear Nordic Team,
Thanks for supporting.
I am try to work multiple (Peripheral) tag ID read with one central and stored in my PC via UART communication. Which example...