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 !!! :-(
Hello. i useing keil v4, s110 softdevice, nrf51822 ek boards.
I want to check my runtime.
So i use under the app_timer
app_timer_create(&m_heart_rate_timer_id, APP_TIMER_MODE_SINGLE_SHOT...
Looking at the nRF51 UART Example, i know that all packets transmitted over a BLE link will be protected by CRC on the link layer.
But how about when nRF51 scan the ibeacon...
Hi, I would like to use RTC1-> cc[1] using app_timer drivers. How to do this? Examples show only the usage of RTC1->cc[0]. RTC1->cc[0] has been used by ble_conn_params.c and...
Hi,
After few hours my program is crashing and I'm landing on address 0x1AFF4 which belongs to softdevice. For what is responsible this code and what could be a reason...
Hi
I am using Nrf51 and Softdevice S130.I know that softdevice S130 supporting Ble 4.2.This will act as a peripheral.My mobile phone supporting only Bluetooth version 4.0...
At s120,i used the following code to send data (to s110)
if( ( wIndicationFlag_Get() == true ) && ( wConfirmFlag_Get() == true ) )
{
//APPL_LOG("Write Data\r\n");
...
Hi Nordic,
From the topic: APP_TIMER_TICKS value , I've know how to use it, but is it possible to use different prescaler value in the same code?
For example the nRF5_SDK_12...
Hi, I need help for generating the init packet. I'm using SDK 11.0.0 , s130 on nrf51822. To build bootloader, I've used the sample bootloader with some include path changes...
I try to print the RSSI level but i couldn't do.
I use nRF51 DK and soft device S130.
This is the line that i just write:
SEGGER_RTT_printf("RSSI: %d\n",p_gap_evt-...
I'm trying to create a project from scratch that can use the S132 Softdevice, but I am constantly running into problems trying to get the correct headers, preprocessor macros...
Hello Nordic,
I am using the BL600 third-party module and SDK 10.
I was able to modify and compile project with GCC at
examples\ble_peripheral\ble_app_uart\ for s110...
As title,
I found that on the official website,
and I think it's extremely useful for someone(me) who need to measure the power consumption(current).
I can't find...
When I operate RESET PIN in main function like this:NRF_POWER->RESET = 1,Then cause a HardFault_Handler, (/attachment/fabd1141d36157d32f8c0353e4880b3e),What's this?