I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
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...