The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
Also it seems not to advertise. What may cause this problem?
All I could found in the ble_gap.h is:
If both conn_sup_timeout and
max_conn_interval are specified...
Hi
I am trying to debug the "ble_app_hrs" example from SDK 6.1.0 (using keil IDE), on 51822 chip.
The IROM1 is defined to start at 0x16000 (meant to be used with softdevice...
I'm trying to minimize current consumption on my BLE peripheral and I wanted to know what advertising data is required. I have a custom service with a 128-bit UUID but do...
Hello!
I am using a keyboard (4x3) and the rows are configured as input PD and columns as output set, after a successful interrupt , the columns and the rows shift settings...
I am using nRF8001 bluetooth ble for my project. I would like to get the RSSI value as a reference value in my firmware. Is there any way that I can get the RSSI value from...
Hello,
I'm using the following (nRF51822-Beacon): www.nordicsemi.com/.../nRF51822-Bluetooth-Smart-Beacon-Kit
I would like to use the beacon for beacon-to-becaon and...
I am calling the spi_master_send_recv in a ISR from a GPIO using app_gpiote.c It causes a hardfault on APP_ERROR_CHECK(sd_nvic_DisableIRQ(p_spi_instance->irq_type)); Otherswise...
Hi,
The nRF Toolbox app on iOS crashes when opening user added files in the DFU. These files are added to the app via iTunes. The version of the nRF Toolbox is 1.7 which...
Hi,
We're producing a custom board based on the nrf51822 and would like to add a USB Serial chip.
The current contenders are:
a) FTDI 232R
b) ATmega8U2 ( www.arduino...
As the picture shows, I saw this softdevice_hex option available.
The error says, "require nRF_SoftDevice S310_Hex".
But where to this missing component.
My development...
Im sending an 8 bit int using my AVR controller as follows:
static uint8_t* dummy_heart_rate = 6;
aci_loop();
if (lib_aci_is_pipe_available(&aci_state, PIPE_UART_OVER_BTLE_UART_TX_TX...
Are there any pins that I can NOT use for SPI on the nRF51822? I'm not seeing any notes in the latest documentation but would like to make extra sure before I spin a board...
Hi there,
Using mbed i have currently programmed an nRF51 DK to transmit data through a custom service with 6 read only characteristics. Is there a simple way i can alter...
Hello.
I cannot get my head around app_timers. After reading the docs, examples and answers on the devzone I'm still unable to get it running. The timeout callback isn...