Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
HI,
I am using nRF51822 S130, SDK12.3.0
I created private key for application code and public key for bootloader. Just few days ago, the zip file can upload to the device...
Hi,
I use NRF51822 + S130 + SDK12 platform, my device work in CENTRAL mode, I want send data to peripheral every 10ms, code like this:
while (1)
{
while (m_free_tx_packet_count...
Hello,
I am currently working on nRF52840PDK baesd project, where I want to use BLE using RIOT OS. So, please can you provide any example for RIOT OS based BLE or any details...
Hello all ,
I am using nRf52832 and i found PWM conflicts with Softdevice: We were able to create a sample PWM application which works fine independently. When we merge...
I'm developing a system which consists of 1 or more remotes (3 or 4 max) that have to communicate with a single host.
I need a fairly simple protocol, low power optimised...
hello all,
I am using nRF52832 and blow is my querry.
Implementation of power ON/Off feature:We are able to put the board to system ON low power and System OFF low...
I am using radio notification to change every advertisement packet. Here is my code:
static void on_ble_radio_active_evt(bool radio_active) {
if (radio_active) {
advertising_data_init...
Hi all!
I'm trying to move to SDK 14 with some project.
if NRF_SDH_BLE_GATT_MAX_MTU_SIZE = 23..70 all works good.
if NRF_SDH_BLE_GATT_MAX_MTU_SIZE > 72 exception happens...
Hello, I am investigating the possibility of integrating the DTM functionality into our app (which uses the softdevice) to allow us to use a single image for production testing...
Hi,
I am using the SAADC example in SDK 12.2.0 together with SoftDevice (S132, v3) and its working fine without any problems. As a modification, I want to uninitialise...
After calling sd_ble_gap_connect() at an arbitrary time, how does the central actually connects to the peripheral?
Assuming the client probably listens only at certain times...
Hi all,
Is there a way to change the UART pins configuration to bypass the segger jlink debugger on the nRF51/52 devices? I would like NOT to use this debugger chip for...
I am trying to receive a string of 708 characters via BLE. As BLE cap a maximum of 20 bytes per transmission, at the mobile app side I break the data to be send every 20 characters...
Hi All.
I wanna to continue Advertising during peripheral connection due connectable ADV prohibited if Peripheral connection established for nRF52840.
Is it possible to...
I'm trying to print a 20 byte array over uart before sending it on BLE. My array contains:
{0x34, 0x12, 0x00, 0xFF, 0x00, 0xFF, ..., 0x00, 0xFF}
However when I try...