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 have a peripheral device which has buttons that connects to a central device which is the NRF52 board. When the peripheral device is connected and buttons are inputted...
Hello. I am at the point in my project (using sdk v12) where I need to get DFU implemented.
In my case, DFU must occur through an alternative transport that is none of...
I'm using SD132 as a central, that I want to connect to a custom peripheral device.
I first add the 128-bit base UUID with: sd_ble_uuid_vs_add(&mys_base_uuid, &p_mys_c...
I'm having a lot of trouble trying to program both an application and a softdevice (S132) onto my board. If I use nRFgo to program the softdevice, then try to program the...
Hi I am using sdk 11 and adding DFU to my application
My application always stuck at dfu_ble_svc_peer_data_set(&m_peer_data);
in function 'static void dfu_app_peer_data_set...
Hello all,
I try to instantiate an uart driver using NRF_DRV_UART_INSTANCE macro, but I got the following error :
sdk/components/drivers_nrf/uart/nrf_drv_uart.h:97:1...
Hello,
We are developing an application in which we have an NRF51822-CFAC with sd110 v7.0.0 together with very small energy allowances. Our problem is that we cannot get...
On an ble advertising timeout an event is dispatched to : ble_advertising_on_ble_evt(p_ble_evt)
I notice the application restart and suspect it due to :
ble_advertising...
Hi,
I'm trying to get a timestamp when advertisement occur in heart-rate-collector example(E:\test_nrf\examples\ble_central\ble_app_hrs_c\pca10028\s130\arm5_no_packs)....
Hi Nordic Tech support team,
Now, I burn my nrf51822 softdevice Bootloader and application by nRFgo Studio tool。There are some problems as follow:
(1) When I burn softdevice...
Hello,
I used this tutorial :
devzone.nordicsemi.com/.../
But I can't resolve the "Challenge 1" (write 4 bytes on the characteristic).
Can you explain me, please...
Hello, I have walked through this tutorial: devzone.nordicsemi.com/.../
however things didn't work as planned. I can now read the default value of a value characteristic...