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...
Hello everybody,
I am trying to pair module nRF51822 with Heart Rate Monitor device with the Surface Pro running on Windows 10 with no success. I see the module but when...
This question is a follow-up to this post . After performing several tests and understanding that some phone are more limited than others in terms of the number of exchanged...
Hi,
my device resets on executing sd_softdevice_enable(p_clock_lf_cfg, softdevice_fault_handler);
I have external 32KHZ crystal. I also know that software works because...
Hi all,
I have a quesion about reading a value's characteristic in the Android app nrf Master control panel.
I read a value, and i have the good value but i have a letter...
What happens if I call app_timer_start() to start a repeated timer. And at the same time I do a pstorage_clear() and pstorage_store()? Will the timer events get halted during...
I'm using the softdevice S310 on nRF51422 and when the softdevice is enable and I erase flash, the device won't go to sleep.
My code implementation is like as below:
...
There is a way to set the initial value of a characteristic. But how do I set the value after this without sending a notify to the master? Is it possible to write the value...
Hello,
i want use the port event to trigger timer 1. I need only one interrupt source and i don't want to use the pin event because of the higher current consumption. Its...
are there any cheap watch platforms that use nordic?
i want to make a kid alarm / potty alarm watch
do not want to develop hardware
would use nordic if i can find...
Hi,
when i m using only Proximity . when I use
- (void) centralManager:(CBCentralManager ) manager didPeripheralSelected:(CBPeripheral*) peripheral;*
this method in ProximityViewController...
Hi,
I'm trying to transfer data received from BLE to SPI. When the handler of my service in BLE is achieved I transfer the data I received to SPI.
I know the max that...