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...
For some reason I get a softreset instead of a sleepmode when I call sd_power_system_off();
Device: NRF52832
SDK: 12.2
S132 v 3.0
I do clear all gpiote interrupts...
Hi, in our project, we need to apply 51822 as MCU to control other devices. But we need 2 USART ports. I wonder is there any product in nRF51 series that can do this. Thanks...
I got some SPI flash memory that is capable of generating interrupts in order to save some program/erase time and power consumption. The only drawback is that interrupt is...
hi,
the main function could not execute with softdevice. before it was working. but i have added some code that mean pstorage_store(). already, it has pstorage_load() and...
Hello, I got this error:
Error: L6221E: Execution region RW_IRAM1 with Execution range [0x20003120,0x200046a8) overlaps with Execution region ER$$.ARM.__AT_0x20003000 with...
Hi,
I am using the nRF8001 with a MCU as the application controller. Everything is perfect when I just use commands/events between them. I can send and receive data smoothly...
Hi,
Peer A is bonded to the device. Now device has Peer A bond information. For some reason, Peer A has un-bonded the device. As device doesn't know this it still keeps...
I would like to under stand Nordic's strategy for compatible hardware for use with nRFConnect V2.
We have a customer who wants a desktop BLE app and we are considering...
Hello,
I have a single module of NRF51822, not any DK-board. I'm using GCC4MBED compiler and ST-LINK V2-1 programmer.
I would like to try the HID Keyboard Application...
hello!
Our products will use STM32+nRF52832 and will be support ANT+BLE,but the SDK13 have not example that about softdevice s332 v4.0.2.so our company hope you can give...
Hi all,
I am working on nrf51822 and I need to debug my code through gdb.
Please give me suggestion how can I use gdb server and how can connect it to JLink.
thanks in...
In example "ble_app_hts" NRF_LOG_PROCESS don't work.
but in this "...\examples\peripheral\temperature" is workin good.
I didn't make any change in code.
Some ideas?