IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
OTA problem:
My hardware is 51822qfaa .
This my bootloader: nRF51_SDK_10.0.0_dc26b5e.rar
location: nRF51_SDK_10.0.0_dc26b5e\examples\dfu\bootloader\pca10028\dual_bank_ble_s110...
how many uart can I use at the same time in nrf52832
i know in nrf51822, every pin can use as uart,but at the same time ,i can only use one uart.and now ,i have a case...
Hi,
I have an issue with app_timer (nRF52, SDK13.0).
I use a single shot timer.
I try to debug, and I'm in the case of app_timer.c line 650:
ticks latest: 534879...
We need to connect at the same time
several mobile phones with the Android OS to a single device
nrf51822 via BT in our upcoming project.
According to information from...
Hey,
Just had a quick question... I was doing the Relay example and I don't totally understand what a "relay" is. Can you explain what the purpose and usage of relay is for...
Hi,
i am working on RTC to create custom clock to measure time it is working fine but when i initialise ble stack and softdevice and adverticeinit it is not working. and...
Hi,
Maybe someone can point me into the right direction, I'm on S110 and SDK10 for hardware/legacy reason.
I have a pstorage function using init, load, clear and write...
Hi.
I am investigating the cap touch for a while, and I am working directly with the capacitive driver from here.
As being said there and other places, the driver will...
Hi all
What is the minimum required length of a LOW pulse to be detected by the nRF52832 via GPIO SENSE mechanism? I couldn't find it in the product specification.
I...
Hi Nordic Team,
I am using board PCA10040 wtih nRF52832 SDK 11.
I have Added DFU code to ble_app_hrs_freertos example.
Once I will go for DFU from nrf Mobile Application...
Hi all
I was investigating a NMI_interrupt today and found out that it was caused by a race condition in the fstorage module.
The problem may occur after a flash operation...
HI ,
I am using nrf52832 with s132 . I am trying to measure ADC value at some periodic interval. In nrf_drv_timer_init() function , code gets restarting after executing nrf_timer_event_clear...
Hi,
I use bootloader from SDK6 and I have sd_power_system_off() in on_ble_evt in event BLE_GAP_EVT_TIMEOUT and BLE_GAP_EVT_DISCONNECTED. I use SDK7.1 and SD110 7.1.
It cause...