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,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
Hello
I'm working on a network of nodes with more than 300 nodes
each node is constructed by (1 arduino nano,humidity sensor, 1 relay and NRF24L01 +)
I'm working with the...
Hello. I'm trying to understand twi_sensor sample code on nRF51. (nRF51_SDK_10.0.0_dc26b5e\examples\peripheral\twi_sensor)
I have a trouble finding where the function twi_handler...
Hey,
i've bought the nrf52832 Preview DK some time ago, are there any big changes to the new DK? So if i buy a new nrf52832 IC i can desolder the old IC and use the new...
If I have some value and this value has become out of desired range I want to change property from indicate to notify.
I only found function sd_ble_gatts_characteristic_add...
I'm developing an application for a device which needs to support both DFU and some method of restricting connections to a single central (ie: bonding). This is a challenge...
Hello!
Is there have any tutorial for how to create GATT service on the MCP(master control panel app) and what coding do we need to add to the project?
Hi, I would like to put a nrf51822 device into system off mode and wake it up with a GPIO transition from high to low.
I would like to measure the press time of the button...
I'm using JLinkExe ( J link commander ) for Linux to flash the application firmware on NRF51822_QF_AA target. The following have worked so far, but I'd like to confirm and...
Hi,
I am upgrading to SDK 11.0.0 and S130 v2.0.0 from SDK 9.0.0 and S130 1.0.0 and I am stuck with an error when I call sd_ble_gap_adv_start. Here's the code that now fails...
I have the following two lines with pin 21 not connected to anything:
nrf_gpio_cfg_input(21, NRF_GPIO_PIN_PULLUP);
uint32_t value = nrf_gpio_pin_read(21);
I would...
Hello!
I'm trying to flash my SeeedStudio Tiny BLE board (nRF51822 QFAA) with SoftDevice S110 using Keil but it doesn't look like it's going to let me. I'm just getting...
Hi,
i am having some trouble getting my nRF52 DK (S132) to read a value provided by the nRF51 dongle(S130).
First of all, i am very new to this whole Bluetooth thing so...
Hello!
I'm trying to read 16 bit ADC Value on nRF Master app instead of only 8 bit, and I know that there is the example code on github which is only send me the 8 bit...