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...
It seems to me that Nordic has implemented only a part of the Current Time Service.
I want to get the time zone in addition to the year, month, day, hour, minute, second...
Hi.
I'm developing firmware based on github.com/.../S130_LBS_client_server_central_peripheral example. I installed third party Softdevice s130, and with example of peripheral...
I have modifed the nus_uart(peripheral) to add static pass key in sdk 10.I used my mobile phone to test the functionality and it works as expected[asks for the passkey when...
Hi,
I'd like to put a BLE central in low power between two scan.
actually I use the example Ble_app_uart on a dk board PCA10028
and a second dk board as advertiser with...
Hi,
I am trying to get the SPI Slave working but was hoping to find a how-to. Is there an example of the SPI Slave for the S110 Soft Device (7.3.0)?
Currently, I am...
Hello,
I am developing custom HAL driver for SPI in NRF52 (PCA10040). The problem is that using the EasyDMA MAXCNT registers value must be between 1...255. It implicates...
Hi,
I am using nrf_pwm_noglitch.c from here . Is there a way to stop the pwm cleanly?. I would like to have a nrf_pwm_deinit(); similar to nrf_pwm_init(). Currently I set...
Hi.
I'm using PCA10028, SDK10.0.0, S130.
About "ble_app_multilink_central" for the reference.
This code shows me below sequence.
Scan->connect request->get connection...
Hi,
We have an application where we have very very slow vcc risetime and therefore we have an external watchdog reset circuit connected to the -reset/swdio pin in order...
Hello,
the available QDID for nRF52x refers to Softdevice which has no IoT capability, being this a work in progress.
When this will be ready, will Nordic release a new...
Hi,
I want to use the NRF51822 without the Bluetooth functionality. Is it possible to leave the pins ANT1, ANT2 and VDD_PA unconnected? If no, what is the cheapest way...
Hi,
I'm using PCA10040 board, There i connected the fuel gauge IC via TWI communication.
There pca10040 will acts as master and fuel gauge IC will acts as slave.
While...