Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
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...
Hello, my harddrive went awry and some part of it were damaged (I assume it was file table because a lot of files are affected simultaneously).
So for the past few months...
In s130v2 SDK12.3.0, ble_uart_c, I have set BLE_DB_DISCOVERY_MAX_SRV to 12. Also memory linker is: IROM1: 0x1B000 size: 0x25000. IRAM1: 0x20001EB0 size: 0xBFC0. I use nrf51822xxaa...
Hi,
I have an application where first nrf51822 would act as central, a second nrf51822 would act as peripheral, a third nrf51822 would act as a peripheral. I found that a...
I have the opportunity to select the voltage of the power supply feeding an nRF52. There no other chips in the system, thus there are no other constraints on the voltage....
I want to sign a block of data from my nrf51822. I though the cryptographic library would serve my purpose. But I am not quite able to get my code working. I tried searching...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hi,
I have an application, where I need to send beacons and listen to beacons. Is it possible to do both in the same code base, without tearing down the softdevice and re...
Hi,
I would like first nRF51822(device 1) to use Gazelle library to talk with another nRF51822(device 2) and the same first nRF51822 to use Bluetooth to connect to another...
Hello,
i'm currently looking into ble-bcast-mesh with the goal to transfer a large amount of data (up to 1kB) from one node to another. ble-bast-mesh is working (as far...
Using GCC 4.8.4, it seems to me, that the nrf52_common.ld shiped with the sdk version 12.2 contains a bug:
If an image is defined where the .text data fits into the flash...
I am attempting to connect and send data between an nRF51422 (DK) running the UART Peripheral Example Code and an nRF52832 (DK) running the UART Central example. I am able...
We are a medical company utilizing the NRF51822 board with SDK 11 for our application. As part of filing for approval for our product from the FDA we are required to prove...
There is a corner case in pstorage_raw.c that can cause a deadlock between pstorage module and the pstorage system event handler. This in turn will cause all the future pstorage...
Hi,
I just implemented LESC Numeric Match on the NUS service for my peripheral device (based on ble_app_multirole_lesc example). I am able to connect to my device using...
I am using the esb_tx example on an nRF51 DK board modified to send BLE advertising packets at 1 KHz.
I am receiving the packets on a BlueTooth sniffer. The contents of...