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...
I will be using the nRF52 adc from -20C to 85C and am trying to determine if I need to calibrate and if so how much temperature difference I can have before it is time to...
Hi, I'm working on the nRF52 with S132 v2.0.0.
I am using a self-implemented "connection manager" that tries to establish bluetooth connections to pre-configured auxiliary...
Hi,
I am using 2 x AA batteries which gives 3V. Planning to enable all the internal LDOs (1.2V, 1.8V and Radio LDO).
VDD and AVDD are shorted on Board.
Will the device...
Is there a porting guide to this?
Custom hardware
Central device
SDK V11
I'm getting a reset in client_handling.c::ble_stack_init();
Right after I set the clock as...
Even I am writing BLE applications, but I don't totally understand these items:
In Characteristic Properties of GATT Characteristic metadata
We have read, write, notify...
I am trying to trigger some functions based on some pre-determined timings. I tried to do that using nrf_delay_us and also using timer0 interrupts, but both are giving me...
Hi,
I'm using nRF Master Control Panel to test a Phone Alert Profile (PASP) I've implemented. For this, in the app I configured a GATT server that exposes the Phone Alert...
Hi,
I am using nRF5_SDK_11.0.0 to learn how to use BLE stack to communicate.
For the BLE HRS app, I want to achieve sth. like this:
Central node can configure the sending...
Hi,
I'm not sure if this forum support that board but if YES, can You explain how to upload some program on that board. I think that process is little bit different that...
For some of the examples i see different versions
For example the ble_app_hts example
It has a _hci, _spi and a _uart version
In the documentation i don't find any info...
hello everyone!
I have just contact nrf51822, the agreement with the application framework is not very familiar with, you can share a quick start of the information, the...
Hi everyone,
Where I can read transmission type and device number of connected ANT+ device (HRM)? I want save those values and bound later only with currently connected...
I tried to set a custom key in this way:
... ANT INIT
uint8_t network_number = 2;
uint8_t p_network_key[8] = {0xa1, 0x15, 0xb3, 0x66, 0x60, 0xef, 0x19, 0xa1};
err_code...