Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
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'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...
I am trying to add SPI to the ble_uart_example on my nRF51-DK but when I try to debug my code debugging just stops (All "step one line" etc. buttons grayed out) at this line...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...