I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
Hi all.
I am now testing nRF52832 preview DK examples work with softdevice on MDK-ARM version 5.15 I use nRF52832 preview DK and nRF Toolbox and Termite tool. I hope: ...
Hello all,
I am having problems with scan_start function (or something connected with it). I am using NRF51822 on custom board, using BLE functionality and also UART for...
Hi,I now use the nrf51822qfaaho,s110 v8.00.
I need do a application , have customize serves, with ancs ,and with DFU function.
Does the chip can support this?
Who can help...
Hi,
this is how I initialize and enable LPCOMP
nrf_drv_lpcomp_config_t lpcompconfig = {
{NRF_LPCOMP_REF_SUPPLY_SEVEN_EIGHT, NRF_LPCOMP_DETECT_CROSS},
APP_IRQ_PRIORITY_LOW...
Hi,
I wonder if BLE_ERROR_NO_TX_BUFFERS(s110) and BLE_ERROR_NO_TX_PACKETS(s130) have same meaning.
These marco variables are defined in ble_err.h.
Thank you.
HI,ALL,
i am so sorry for my silly question here.
In ble CORE SPEC,
i saw a sentense (Version 4.2 [Vol 1, Part A])below:
"Device L is shown in the same locality...
Hi,
The SDK6.1 bootloader seems to have problems when used on a Laird BL600 module.
I'm using a BL600 with the SDK6.1 and SD7.1. I want to implement the bootloader in...
Hello!
As per documentation, RSSI is measured during the time, when particular packet is being received. In particular, nRF51822 Product Specification v3.1 states RSSIperiod...
Hi, i have a NRF51-DK (nRF51822 - PCA10028) board and using SDKv10 with SoftDevice S110.
I read everything i could find about this topic and i see people claiming data rate...
I am looking to synchronize collecting of data from outside devices with the connection interval of the nRF51822 and the S110 vers. 8.0 softdevice. Are there specific events...
I want to send big amount of data (10kb) with characteristic of 16 bytes. when the phone side is subscribed to notification I run a loop of data sending.
how can I synchronize...
I have read through the forum on this and I am still not completely clear. Here are my questions:
Can I create characteristics that are larger than 20 bytes? The Bluetooth...
In looking at the nRF51 UART Example I'm wondering about data loss over the Bluetooth interface.
When bytes are sent to the host, is there a re-transmission mechanism somewhere...
Hello,
I was just editing the handling of sent packets and I wanted to evaluate the contents of the ble_gattc_evt_write_rsp_t struct which is part of the BLE_GATTC_EVT_WRITE_RSP...