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...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
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...
Hi,
I'm using nRF51 Development Kit to program the beacons. I've connected the beacon just like it's described in the last update of this thread using the 10-pin adapter...
Hi,
I just noticed that the nrf51822 doesn't have an eeprom and I already had the pcbs done. Can I use the NVMC to write USER data on the CODE (is it flash memory are?...
I am trying to do over-the-air (OTA) device firmware update (DFU) on a device with bootloader same to the "dfu_dual_bank_ble_s110" example in the latest nRF51 SDK . On the...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
We are using Gazell to stream data at <=6mS intervals for very low latency wireless gaming peripherals. We'd like to have many of these peripherals devices (more than 24)...