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,
In order to be absolutely sure, can you confirm me that the nRF9160 module can be configured with following interfaces running simultaneously, all with dedicated GPIO...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Device : nRF52840
Softdevice : s140_nRF_6.1.0
SDK : nRF5_SDK_15.2.0
Hi guys, I'm facing some trouble to put my rtc working properly. I made a code based on the rtc example...
Hi, I am developing 3 devices, two of these devices should act as nodes and send data from their respective IMU sensors to the 3rd device(central device).
I have been looking...
Hi all,
My name is Szabolcs Vass. We are developing a project with nRF9160 SiP on our custom board. We want to send some measurements periodically to an MQTT server. After...
I have realized the cutdown function with the examples. But now I want to reflesh the number I have published, which means that I first publish a number, then I want to publish...
Hi,
We are using nrf51422 in our project and SDK we are using is 12.3 and soft device is S130. In our project we need Bluetooth device should be connected to upto 3 devices...
Hi
I did DFU with button, i can enter and load zip pack over nrfToolbox mobile.
I tried butonlessDFU, i copied services "experimental_ble_app_buttonless_dfu" and with...
Hi,
I am evaluating the ble_app_template example with nRF52840 SDK.
I added code to create custom service and custom characteristics in the following link:
https://github...
Hi,
i have to watch my program flow in segger debugging mode, so that i enable
#ifndef NRF_LOG_ENABLED #define NRF_LOG_ENABLED 1 #endif
in sdk_config.h file.
now i...
Hi,
I want to display an image sent over Bluetooth on my screen which uses the driver st7735. So I have an application which can send images, and I receive data in the function...
Hello,
we have a problem on BT certification with nRF52810 chip. Certification lab replied that TCRL-2018-2 which is mandatory.
Does anyone know where I can get the QDID...
Hi,
I just wonder when hvn_tx_queue (the notification queue) in softdevice is emptied? Is it emptied on disconnection if it still has notifications in queue to send?
Hello.
I have nRF51822 and nRF52832 boards.
I can use both to capture BLE frames with Wireshark on Linux, and I test that with RACCOON also to capture traffic in terminal...
I'm using the DFU module from SDK 9.0 - I enter the DFU by writing to the DFU control point. Is there a way to exit the DFU and have it go back to the app?