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 wrote an application that works using an Enhanced Shockburst-compatible protocol (because I need it so), using the RADIO interface.
What happens if a packet with an address...
Hi U guys
First I’m pretty new I use of bluetooth low energy, so bear with me.
It is pretty simple, I need to send a temperature each 10 sec. or whenever it has changed...
Hello. The nRF51822 Series Reference Manual says on page 38, "The SWDCLK pin
has an internal pull down resistor and the SWDIO/nRESET pin has an internal pull up resistor...
Tunning connection parameters to minimize current consumption for a fitness device transmitting data to ANT+ and BLE at 1sec intervals.
The desire is timeout after 60sec...
Hi,
We are trying to use the over-the-air bootloader in our application.
Our problem is the bootloader seems to require one first over-the-air download before it allows...
Which pins are mapped as ADC inputs for the NRF51822? I've pored over the documentation, but I can't seem to find which ADC pins (AIN0 to AIN7) correspond to which GPIO pins...
Hi
My aim is to be able to update the application code OTA in a 128kb chip (version nRF51822 QFABB0). First, I want to use the nordic original code to discard any other...
Hello all -
I'm trying to learn about the db discovery module from the perspective of the BTLE central and I'm a little confused by the client architecture. The SDK documentation...
I'm developing an application for a device which needs to support DFU service,
If my device get the specific packet over BLE (like 0xd1), i want to start dfu service. ...
I'm trying to study Message Sequence charts under the BLE GAP (Generic Access Profile) section of the s110 soft device.
However, I've noted that multiple links don't seem...
Hi
I'm studying at university and working on my thesis.
What I'm doing with a remote control and I want to measure the impedance of the antenna, because I want to be documented...
Using: nRF51822-BK-FW (v 1.0.1).
From within, there is the source files for ble_app_beacon_bcs that when compiled/loaded on the beacon hardware, causes the LED to blink...
Hi. I have been trying to follow nAN-29 to migrate from Keil to Eclipse without success. I was excited to find the blog, devzone.nordicsemi.com/.../ . The blog suggests that...
Hi all,
I just had some general questions regarding events and timers on the nRF51822. I'm coming from a Ti CC2540 8051 which used an OSAL system. This made it quite easy...