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...
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...
Hi,
I try to evaluate DFU using serial but found difficulty. Seeking help here.
I use PCA10028. First, i falsh S110, v8.0 into it.
Then, compile SDK8.0.0\examples...
Hi all!
I want to allow only 1 device to bond at a time. If another device bonding, I want to delete the previously bonded one.
I tried to use dm_device_delete_all() in...
Hi all,
I'm trying to get TWI working on the nRF51 DK but it's not working.
I used the twi_hw_master_sd.c file so softdevice use should not be a problem.
When I debug...
I am using internal ADC to sample 2 (sometimes 3) channels on about 333Hz frequency.
What I do is:
set channel 1 as input (always two-thirds prescaling, VBG reference...
Hi,
I want to debug nrf51822 beacon using DK.I made the necessary connections between dk and beacon.I managed to flash the beacon using nrfgoStudio , but if I want to do...
I have the following code, it's pretty bare in terms of its functionality:
#include <stdint.h>
extern "C"
{
#include "nrf_delay.h"
}
#include "gazell.h"
#include...
I succeeded to made the BLE DFU example of SDK 8(bootloader\pca10028\dual_bank_ble_s110) with softDevice 8 working on PCA10001.
Now I want to try DFU over UART.
I follow...
Hi,
Sorry if these are silly questions but I've tried some searchings and still cannot figure out the answers for the questions below
What is GATT Server Context...
Hi,
I wrote some code that writes to the flash perfectly when BLE is not enabled but when it is enabled, some of the data are correct while others are either missing or...
Hello folks, I have modified the SPI Master Loop example from the package so that I could communicate with the ADXL 345 accelerometer. I use the "spi_master_send_recv()" function...
Hello,
I'm trying to retrieve data from a nrf51822-based board that supports the BLE NUS sevice (using the ble_nus Library provided for the uart communication example,...
Hello!
I've just started using the nRF51 dongles (currently having 5 of them) and I would like to test the GitHub mesh protocol . Excuse my lack of experience, but I am...
Hi,
I'm trying to load the ble_app_beacon application under C:\Nordic Semiconductor\nRF51822 Beacon v1.1.0\Source Code\nrf51_beacon\ble_app_beacon\pca20006\s110\arm_build...
Hi there,
Is there any way to resolve a BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE address without using whitelist advertising? If not, I guess I should implement the...