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...
Dear Madame/Sir
From my client I received nRF51822 DK.
See att file.
I do not see Product Key for DK
How can you solve the problem ?
Redards
Valeri Tosev
Hi, what I did is wrote below:
1/ I program the S120 softdevice to the nRF51822 board, using nRFgo studio software(the softdevice size is set to 80KB).
2/ I complied the...
Hello,
I recently tested the nRF51822 with a non-Nordic BLE devices and encountered some problems. When testing with Nordic the connection is maintained with no problem...
During testing I changed the device name in the DFU. After making the change the DFU client in the master control panel would no longer work.
Is it possible to make the...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
Hi
I try to configure a ppi channel with timers to generate pwm signal
My entire code is working well without softdevice.
Here my ppi init function:
NRF_PPI->CH[0...
I am planning to build mobile devices that communicate directly between them with BLE. The devices are all the same and carried by users. users meet and exchange data. I can...
hi,all!
i am confused about whicn priority should i set for my interrupt.
For deteils, I need a gpioe interrupt for my button, and this button is used to POWER OFF my...
We wish to make a universal device that may used
for ANT with the nrf51422 and the 32kHz crystal.
or for BLE with the nrf51822 without the 32kHz crystal.
Will there be...
I'm trying to bring up a basic S120 application on PCA10001 based on the multilink central example, using the IAR toolchain.
I've programmed the S120 device using 1.0.0_3...
I'm developing a next generation device using nrf51822. To replicate existing behavior I'm trying to sniff the previous generation product behavior using the ble sniffer on...
Hello!
I am working with a NRF51822 and I need to change the address of pipes regularly (so I can use more than 8 NRF communicating together with ESB protocol).
My problem...
Hi,
I'm trying to understand if S120 soft device provides user configurable option for duplicate filtering of advertisement data. I couldn't find any info on the SoftDevice...
Hi,
I used the project gzll_ack_payload in nRF51 SDK for nRF51822, I changed the Device to send a packet per second, every thing goes OK with the default parameter.
...