We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
With softdevice version 2.0.0, the sd_ble_gap_address_set is used to set the address to one of the four address types, and sd_ble_gap_address_get is used to get our own current...
Hi
Sometimes the nrf the central does not accept my connection interval of 7.5ms. I want to disconnect nrf51822 when the correct connection interval is not negotiated with...
I'm in the process of integrating the DFU features in our application. I am using the following tutorial as guidance (the section is called "Including DFU files in your application...
I am trying to port the experimental_ble_app_multiactivity_beacon advertiser example to nRF52.
I have used the document 'Migrating an nRF51 BLE project to nRF52' ( infocenter...
Hi,
we recently moved from the nrf52 DK to a custom board. We went from 2uA current consumption in sleep to 500uA with the custom board. The main difference is that the...
I have been trying to adapt the following example project to work with my SPI peripheral device (LIS2DE12 Accelerometer):
nRF5_SDK_11.0.0_89a8197\examples\peripheral\spi...
I am trying to implement SCCD on S130 v2 sdk11 but this is not in the scope of the tutorial.
I have populated the structure just the same as for CCCD, but I can't have the...
I need to read / write data over RTT with an nRF52 target device. There are function prototypes in nrf52_nrfjprogdll.h that look like what I need.
Before I spend the time...
Hi, I want to connect to a simple Bluetooth device with the help of NFC, no pairing shall be performed. In short, I just want to get the MAC address of the Bluetooth device...
Hi,
I have a situation where our central device needs to be paired atmost with 1 peripheral. I can put a central device into repairing mode for 3 minutes. Within this time...
Sorry for a non-tech question. I've worked in a project using a ble module from nRF51 serie, and in this project we've implemented the suggested Nordic DFU profile described...
hello there,
I use currently 'ble_app_hids_keyboard_s132_spi_pca10040' app of SDK11 for my nrf52832_xxaa device on 'IAR' IDE. It utilizes sofdevise s132. I do not use the...
On nRF Connect v1.0 production only
GENERAL RULE TO KEEP THIS PAGE READABLE
This is ONLY for already confirmed bugs which are discussed in another threads. Please...
Hi Nordic's community,
I have a question about how to write values to different characteristic in one time ( the values to write are inferior to 2O bytes) with an Android...
Hi
I've implemented a BLE peripheral based on the SDK11. For bonding i'm using the new peer manager. If the code runs on a nRF51 DK the bonding works properly. After the...