It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
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...