Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
Hi!
So I managed to create my custom service with one characteristic (a struct with several attribs).
I can see it in my app and everything's awesome. Yay.
But in some...
I have been experimenting with the mbed BLE Health Thermometer examples, BLE_Themometer etc. Whilst they are visible and show their name in the nRF Toolbox Health Thermometer...
Hello,
with Android 5.0 BLE central and S110 8.0 peripheral I do this:
Erase all bonds in device_manager_peripheral.c
Check that m_peer_table contains zero...
Hi,
I would like to convert a blinky project for the BOARD_PCA10040 to my own custom board. I can't find on eclipse where "#define BOARD_PCA10040" symbol is defined so I...
Hi,
I'm trying to config my device with resolvable private addr (RPA) as code below:
rpa_add.addr_type=BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE;
sd_ble_gap_address_set...
We use SDK12.10 Main.c (d:\nordic\5142xx\software\org-sdk12.1\nrf5_sdk_12.1.0_0d23e2a\examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay.
My question...
Dear Nordic Developer Zone,
In order to synchronize some tasks (motor-driving), I have recently implemented the radio notification interrupt.
In this interrupt, I toggle...
Hi,
After following all instructions on: gnuarmeclipse.github.io/.../
And after installing all Nordic Semi dependencies on eclipse.
I import on eclipse the UART_Loopback...
I'm trying to interface the twi driver with a ft200xd chip (i2c -> USB serial). I want to read the available bytes, but it requires a general call first see page 29 of www...
Hello everyone!
I got one question and could you guys help me out?
When I open the nRF Connect Mesh, after I program successfully, I can't initialize selected device while...
Hi, I'm working on a cross-platform application that needs to communicate with a custom peripheral (nRF51822 with S130 v2.0.1). I've implemented the interface for both Linux...
Long time reader first time poster upper.
I am working on a very minimal BLE send / receive scheme for a research project, and am not using a SoftDevice. I have written...
Hello,
I am noticing something curious when I attempt beacon mode for my nRF52 (sdk 12.1). Attached is an image of ubertooth packets that correctly show my ADV_NONCONN_IND...
Hi,
I am trying to communicate to PCA10040 (nRF52) dev board to communicate.
Basically i want to configure 1 board as Master another as slave, so master will initiate...