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...
what is the detection speed, when the beacon
enters into a wall unit area? With their 868 beacon they can
detect in 0,2 seconds. Is the nRF51x22 in sleep mode and does it...
For our application, As I used 24LU1(host) with 51822(device) be the platform.
I hope to transmit Audio data with 8 kHz, 10 bits data format. To commit the requirements ...
Hi,
I have installed "mastercontrolpanel.3.4.0.8098.x86.msi" on my PC, I could not find my master dongle after runing it with my dongle be inserted in USB slot. The screen...
Hello all,
I am getting an error when my device disconnects from the client. The error occurs while bond storage due to data limit exceeds.
err_code = ble_bondmngr_bonded_centrals_store...
Hi all,
I have made some modifications to the bootloader example project (dfu_dual_bank_ble, s110) to get a bootloader that meets my requirements. It is working ok, I can...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
From the datasheet, the On mode with all blocks idle draws 2.6 uA.
In my code for the PCA10001, I immediately set:
void sleep(void)
{
__SEV();
__WFE();
__WFE();...
I was going through online material all of which mention that the profiles and protocols (GAP,GATT,L2CAP) i.e. the host for a BLE implementation is a software stack rather...
Hello - I have gotten blinky_example up and running in eclipse using the SDK 5.2, nan-29, and some additional google-fu.
Now when I press debug and the play button, it...
I am trying to use nRF UART app and nRF8001 chip. But I cannot change the device name. I intend to change the device name after nRF UART app detects the device. Plus when...
I'm trying to create a method so a users can initiate an OTA update from a paired device. To that end I've written something which is supposed to invalidate the data at the...
I'd tried some first steps using nRF Sniffer on a linux host.
Within sniffer_uart_protocol.xlsx I read something about the Uart packet format et cetera.
I'd programmed...
I am trying to get ble_app_beacon exampel working on the PCA10001 on my nrf51822 working. However when I simply run and reach APP_ERROR_CHECK(err_code) inside "advertising_init...
Reading through the nRF51822 Beacon reference design it states that there are Keil ARM project files available. Does this mean that the example code given after purchasing...