Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
I am troubling shooting some issues between my device and iPhone using nRF Sniffer.
One of the errors the sniffer captures is this:
Master to Slave: Rcvd Read By Type...
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...