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...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
Hi,
I am using SDK 11 and S130 for my ble application. S130 acquires 108k of flash memory. How can I reduce it to less than 100k or should i use S110 since it uses just...
I have OCD for compiler warnings... I must use -Wall (I'm a freak like that).
In nrf_drv_twi.c line 433 there is a function twi_clear_bus. This gives an -Wunused-parameter...
Hello,
I was working on a nRF51422 and made a project using the example ble_app_uart_c. It works fine on the DK, but now I want to make it work on a board that has one...
Hello,
Does anyone know if the information and methods given in the links below are still valid for nRF52?
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../ ...
Hey,
We're are newbies with Nordic and are trying to program BLE HRS example code to run straight on the nRF52832 (instead of the PCA10040 target).
In order to do so we...
Hi everybody! I am here again bothering you with probably silly questions. I have, on my smart beacon kit, an application that uses an ADC and then sends the converted value;...
`Hi Guys,
My project requirement is that first time i have to bond and connect my nRF8001 BLE with peer device, once connected i have to find peer device address, after finding...
Hi everyone,
I was not able to find a full example in the SDK or online on initializing ANT to work with burst mode. Also, I was wondering if it's possible to setup ANT...
Hello,
I have a design where nrf51422 works as companion chip together with an other uC as main controller (STM32F4).
I need to reset the NRF from the main controller...
Hi,
For our new product we are using nRF52832 chip for BLE and NFC. We have a query regarding the NFC section which is listed below-
Please refer the recommended EMC filter...
I have captured the ble packet showing as the screenshot by using the ble sniffer(win7 ) and wireshark.
But I did not understand the meaning of delta time (such as end to...
Hello!
I would like to whitelist a peripheral when -60 dBm RSSI is achieved (this means that central will bond to peripheral by proximity) but later data exchange must...
Hi all, i have an application with a smart beacon kit; i won't resume the whole project because it's long and boring, i will just say that i have a service that every 100...
Hi,
I'm using the S110 v8.0 on a nrf51422 together with our own scheduler with a few lines left from SDK v8.1.
I'm sending out advertising containing some extra data and...
Dear
As far as I know, the nRF51822 has the Pin Crossbar feature that weu can chose and connect
any GPIO pins as second UART.
I need to talk to two UART peripherals...