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 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...
I'm trying to emulate an nRF24L01+ SPI slave interface with an nRF51822. The nRF24L01+ interprets the first byte in the SPI transfer as a "command", and the data that it will...
Hello,
we experience the situation, where we are able to flash a softdevice (s210) once. After the softdevice is flushed, subsequent attempts to flash the softdevice fail...
I was looking at the product brief for the nRF51922 - which states the SoC can handle both BT BLE and ANT concurrently. The product brief states:
Pin-compatible hardware...
Hello,
I have problem with two nRF24l01+
First is connected with a mcu to a sensor.
Second is connected with a mcu to a pc throught usb.
I want to get data from...
I'm looking to be able to plug my usb dongle into my computer and communicate with an application for users to use. In this communication, I would want to see the different...
Hi,
I would like to extend ..\nrf6310\s110\ble_app_beacon example and add the possibility of switching from beacon mode to configuration mode and then add a few services...
Hi,
I'm currently trying to use the PWM Library in the LED Button Example, I was able to get the LED to blink with the PWM library when USE_WITH_SOFTDEVICE=0, but ofcourse...
Hi all,
I am using sdk 5.2.0 and s110 softdevice 6.0.0 on PCA10006 and nRF6310 platform for development.
I encounter unpredictable BLE link loss issue. In my application...
Hi,
Edit: Development with Eclipse and GCC
I'm rather new to working with eclipse and C.
I already have a problem with the first step of your explanation: (I'm using...
I've tried several time with this code, but the value the device with this code sends some kind of garbage number to the detecting device(e.g smartphone).
Does it really...
I am trying to implement write long characteristic between master control panel and PCA10001 board.
here is my code
static void on_ble_evt(ble_evt_t * p_ble_evt)
{
uint32_t...
Hello, we can't seem to be UART break working in interrupt. Is there any detailed documentation on UART operation? We're using the spi_mem_nRF51 Series Reference Manual Version...
Hello
I'm using nRF51422 with S310 softdevice. I've been testing HID example (keyboard) for a while.
What I'm trying to do is to send as much as possible bytes at once...