I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
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...