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.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
Hello,
I would like to use the nrf51822xxaa as BLE gateway for an ARM application processor (connected through the UART).
I successfully cross-compiled pc-ble-driver...
Hi..
Can i use both observer and broadcaster roles concurrently in s130 soft device..?
Is any TDMA needed to do this..?
Is it possible to do without stooping the other...
Hi,
I have read the S132 Softdevice specification v3.0 and just want to make sure that my interpretation is correct. There are two scenarios I would like to verify:
...
Hello,
I'm working with a nrf51822, SoftDevice S120 v2.0 and SDK v9.0 platform.
Specifically using it a Central role to connect to a Blood Pressure peripheral.
When...
Hi,
As a beginner, I'm trying to have CDC J-Link Uart port work with my laptop. I'm using nRF52 board. When connecting the board to my laptop (windows 10), it displays...
Need some help on the tcp server example in the IoT SDK.
All steps working but the python script gets Connection refused.
bash# ifconfig bt0
bt0 Link encap:UNSPEC...
(nrf52832 PCA10040)
Hello. I'm trying to go along with the ble tutorial (advertising, service).
I download before last version of sdk 11 because with last 12 it's not working...
Hello everyone,
I have 2 chip; Bluegiga and nRF51-DK
I can easily advertise my custom service in Bluegiga chip. As you can see, nRF Connect application shows my service...
I think one way or the other the struct ble_gatts_evt_t must be correlated with the GATT profile, that is, ble_gatts_evt_t should have services and characteristics as its...
Hi,
> Context:
I run a baremetal application that I would like to enhance with bluetooth.
I am considering a BLE module from NS.
I currently have a SoC (nanopi...
I have created a nRF52 based peripheral device which is used to stream sensor data to a connected central device, usually an iPhone. I can stream data, reliably to the iPhone...
I have an odd situation. I've been using an iPhone 5 and 6 to connect to, and test against, both an nRF51 (redbear nano) and the same code built for nRF52. It works fine....
Hi All,
i am using nrf51822 with SDK 12 and i am not able to find where All BAUDRATE Macro is defined for APP_UART.
so anyone can tell about that in which file it is...
I looked at examples and added identical code to my own app, specifically to a) set the gatt_enable_params.att_mtu to GATT_MTU_SIZE_DEFAULT, and b) to handle BLE_GATTS_EVT_EXCHANGE_MTU_REQUEST...