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...
Hi,
How to set user description descriptor to a particular attribute? I have created one primary gatt service with more than four characteristics, when is see it through...
Hi,
Master device is whole the time in receive mode and I have a problem with read data from device which address is in Pipe1. IRQ appear and status is 0x4e and FIFO status...
Hello, I bought the nRF51822 Development kit and the nRF6700 starter kit and I'm having trouble finding tutorials on how to use the 2.4 GHz radio mode on the nRF51822. Can...
Hi everyone,
I have some strange behavior with a central peripheral combination. My central subscribes notification on the peripheral. This has a limited TX-Buffer for just...
Hi,
I am developing the nRF51822 for the BLE device application. For the data delivery I am implement this function based on "button_radio_example(Tx/RX)" example code. It...
Hello,
I have been since many days desperately trying to set the bytes in the advertisement packets in my Arduino, combined with an NRF8001.
What I am trying to achieve...
Hi,
I would like to connect my msp430f1611 with NRF8001 bluetooth module and send data with an SPI communication. I found an interesting guide here with the main part of...
Can someone from Nordic (or anyone who knows) comment on what happens when scanning and advertising simultaneously with S130. For example:
Scan Interval 100ms
Scan Window...
What are the conditions that can cause
sd_ant_burst_handler_request(Channel_0, 8, tx_buffer, BURST_SEGMENT_END) to return NRF_ANT_ERROR_TRANSFER_SEQUENCE_NUMBER_ERROR? If...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
Hi,
I developed application whitch is using S130 soft device. On central side to manage devices, i've used device manager from sdk 6.1.0. It works fine.
But now i need...
I tried to upload application through BLE DFU in MCP. The DFU Android app works fine. However, it always failed in MCP.
SDK 6.1.0
SoftDevice 7.1.0
MCP 3.7.1.8567...
Hi,
I have following use case. The write operation on one of the characteristics triggers some UART job which takes about 1 / 1.5 seconds to complete. After the completion...
Hello,
I try to use the S310 V2 but got stuck into problems.
in order to start the application from bootloader in the S310 V1 I did succesfully :
void (*application...
Hi,
I have problem on compiling bootloader example which is located at
\Nordic\nrf51822\Board\nrf6310\device_firmware_updates\bootloader
When I try to compile the...