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 i am trying to send data through external bluetooth using uart. however i am facing some issues.
The problem is that when connecting the tx pin from nrf52 dk to rx pin...
HELP ME! THX!!
Using the NRF51822, S110.V6.0, When I use the timer2 , want 3s timer of uart-sending words in BLE, but the result is not the same of the UART-ASSISSTANCE's...
Hi,
Edited topic to match the issue:
I've just started poking around with nrf52 chip and I'm now in process of waking up custom hardware, but I seem to have issue with...
Hi all,
I want to update my connection parameter as follow because I want to connect with both apple and windows devices.
By sniffing in Wireshark I found that my IPad...
I am using a static passkey to set up pairing and after that the devices are supposed to bond. The issue I am encountering is that when the wrong passkey is entered or if...
Hello every one,
i want to make a project including a ble chip, i decided to choose one the nrf51 or nrf52 serie, but i am totally unfamiliar with everything!
i have found...
Hello,
I played around with the UART demo on the nRF52-DK and the belonging Android apps nRF UART v2.0, nRF Connect and nRF Toolbox. On PC side I used a serial console...
I am trying the ANT-OTA DFU Update using an ANT Stick and the nr51422 pca 10028 boarde and s210 soft device. My firmware makes use of sd_power_system_off(). If I have an update...
Hi guys
I'm trying to load the ble_app_beacon project on a custom board. I am able to flash the softdevice and the application, but the chip is not advertising. So, I started...
I've got the experimental ble blinky example project on an NRF52 PCA10040 working fine with an added custom characteristic. I can connect, discover and read/write characteristics...
Hi
I've implemented support for the FStorage and the FDS in our application. In some cases it happens, that the function "fds_stat" does not return.
The reason can be...
Hi,
Is it possible to reconfigure NFC pins to be GPIO inputs (and vice-versa) without any kind of reset? It seemed like some kind of soft reset was required when I looked...
I am trying to run the multilink central gcc example with s120 v2.1 on a nRF51822 CEAAD20 device. Unfortunately, SOFTDEVICE_HANDLER_INIT call causes a hard fault. The linker...
I'm trying to pass a string longer than 15 characters to NRFJPROG_rtt_write (it's 17 characters, including null-termination), but the data_written parameter is set to 15 after...